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

2

... ... @@ -85,6 +85,11 @@
</td>
</tr>
<tr>
<th>咨询电话</th>
<td><input class="form-control" type="text" name="zixun_phone" value=""
placeholder="请输入咨询电话"></td>
</tr>
<tr>
<th>书号</th>
<td><input class="form-control" type="text" name="book_number" value=""
placeholder="请输入书号"></td>
... ...
... ... @@ -96,6 +96,11 @@
</td>
</tr>
<tr>
<th>咨询电话</th>
<td><input class="form-control" type="text" name="zixun_phone" value="{$data.zixun_phone}"
placeholder="请输入咨询电话"></td>
</tr>
<tr>
<th>书号</th>
<td><input class="form-control" type="text" name="book_number" value="{$data.book_number}"
placeholder="请输入书号"></td>
... ...
... ... @@ -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',6)->find();
cmf_update_current_user($user);*/
$userId = cmf_get_current_user_id();
if (empty($userId)) {
... ...