正在显示
3 个修改的文件
包含
11 行增加
和
1 行删除
@@ -85,6 +85,11 @@ | @@ -85,6 +85,11 @@ | ||
85 | </td> | 85 | </td> |
86 | </tr> | 86 | </tr> |
87 | <tr> | 87 | <tr> |
88 | + <th>咨询电话</th> | ||
89 | + <td><input class="form-control" type="text" name="zixun_phone" value="" | ||
90 | + placeholder="请输入咨询电话"></td> | ||
91 | + </tr> | ||
92 | + <tr> | ||
88 | <th>书号</th> | 93 | <th>书号</th> |
89 | <td><input class="form-control" type="text" name="book_number" value="" | 94 | <td><input class="form-control" type="text" name="book_number" value="" |
90 | placeholder="请输入书号"></td> | 95 | placeholder="请输入书号"></td> |
@@ -96,6 +96,11 @@ | @@ -96,6 +96,11 @@ | ||
96 | </td> | 96 | </td> |
97 | </tr> | 97 | </tr> |
98 | <tr> | 98 | <tr> |
99 | + <th>咨询电话</th> | ||
100 | + <td><input class="form-control" type="text" name="zixun_phone" value="{$data.zixun_phone}" | ||
101 | + placeholder="请输入咨询电话"></td> | ||
102 | + </tr> | ||
103 | + <tr> | ||
99 | <th>书号</th> | 104 | <th>书号</th> |
100 | <td><input class="form-control" type="text" name="book_number" value="{$data.book_number}" | 105 | <td><input class="form-control" type="text" name="book_number" value="{$data.book_number}" |
101 | placeholder="请输入书号"></td> | 106 | placeholder="请输入书号"></td> |
@@ -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',6)->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)) { |
-
请 注册 或 登录 后发表评论