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

14

... ... @@ -450,7 +450,7 @@
{$vo.class}
</div>
<div class="right_dingdan_four right_dingdan_one" style="margin-top: -0.05rem;">
{$vo.name}电话:{$vo.phone}
{$vo.name}:{$vo.phone}
</div>
</div>
</div>
... ... @@ -939,7 +939,7 @@
" <div class=\"right_dingdan_four right_dingdan_one\">地址:"+result[i].region+" "+result[i].detailed+"\n" +
" </div>\n" +
" <div class=\"right_dingdan_four right_dingdan_one\" style=\"margin-top: -0.05rem;\">\n" +
" "+result[i].name+"电话:"+result[i].phone+"\n" +
" "+result[i].name+":"+result[i].phone+"\n" +
" </div>\n" +
" </div>\n" +
" </div>\n" +
... ... @@ -964,7 +964,7 @@
" "+result[i].class+"\n" +
" </div>\n" +
" <div class=\"right_dingdan_four right_dingdan_one\" style=\"margin-top: -0.05rem;\">\n" +
" "+result[i].name+"电话:"+result[i].phone+"\n" +
" "+result[i].name+":"+result[i].phone+"\n" +
" </div>\n" +
" </div>\n" +
" </div>\n" +
... ...
... ... @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController
*/
public function checkWeChatUserLogin()
{
/*$user = Db::name('user')->where('id',27)->find();
/*$user = Db::name('user')->where('id',28)->find();
cmf_update_current_user($user);*/
$userId = cmf_get_current_user_id();
if (empty($userId)) {
... ...