作者 anyv
1 个管道 的构建 通过 耗费 0 秒

14

@@ -450,7 +450,7 @@ @@ -450,7 +450,7 @@
450 {$vo.class} 450 {$vo.class}
451 </div> 451 </div>
452 <div class="right_dingdan_four right_dingdan_one" style="margin-top: -0.05rem;"> 452 <div class="right_dingdan_four right_dingdan_one" style="margin-top: -0.05rem;">
453 - {$vo.name}电话:{$vo.phone} 453 + {$vo.name}:{$vo.phone}
454 </div> 454 </div>
455 </div> 455 </div>
456 </div> 456 </div>
@@ -939,7 +939,7 @@ @@ -939,7 +939,7 @@
939 " <div class=\"right_dingdan_four right_dingdan_one\">地址:"+result[i].region+" "+result[i].detailed+"\n" + 939 " <div class=\"right_dingdan_four right_dingdan_one\">地址:"+result[i].region+" "+result[i].detailed+"\n" +
940 " </div>\n" + 940 " </div>\n" +
941 " <div class=\"right_dingdan_four right_dingdan_one\" style=\"margin-top: -0.05rem;\">\n" + 941 " <div class=\"right_dingdan_four right_dingdan_one\" style=\"margin-top: -0.05rem;\">\n" +
942 - " "+result[i].name+"电话:"+result[i].phone+"\n" + 942 + " "+result[i].name+":"+result[i].phone+"\n" +
943 " </div>\n" + 943 " </div>\n" +
944 " </div>\n" + 944 " </div>\n" +
945 " </div>\n" + 945 " </div>\n" +
@@ -964,7 +964,7 @@ @@ -964,7 +964,7 @@
964 " "+result[i].class+"\n" + 964 " "+result[i].class+"\n" +
965 " </div>\n" + 965 " </div>\n" +
966 " <div class=\"right_dingdan_four right_dingdan_one\" style=\"margin-top: -0.05rem;\">\n" + 966 " <div class=\"right_dingdan_four right_dingdan_one\" style=\"margin-top: -0.05rem;\">\n" +
967 - " "+result[i].name+"电话:"+result[i].phone+"\n" + 967 + " "+result[i].name+":"+result[i].phone+"\n" +
968 " </div>\n" + 968 " </div>\n" +
969 " </div>\n" + 969 " </div>\n" +
970 " </div>\n" + 970 " </div>\n" +
@@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController
204 */ 204 */
205 public function checkWeChatUserLogin() 205 public function checkWeChatUserLogin()
206 { 206 {
207 - /*$user = Db::name('user')->where('id',27)->find(); 207 + /*$user = Db::name('user')->where('id',28)->find();
208 cmf_update_current_user($user);*/ 208 cmf_update_current_user($user);*/
209 $userId = cmf_get_current_user_id(); 209 $userId = cmf_get_current_user_id();
210 if (empty($userId)) { 210 if (empty($userId)) {