切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
9b73a6bdda67e87833252dfacf7f6ebefa168118
1 个父辈
19d29604
1 个管道 的构建
通过
耗费 0 秒
2
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
11 行增加
和
1 行删除
public/themes/admin_simpleboot3/admin/goods/goods_add.html
public/themes/admin_simpleboot3/admin/goods/goods_edit.html
simplewind/cmf/controller/WeChatBaseController.php
public/themes/admin_simpleboot3/admin/goods/goods_add.html
查看文件 @
9b73a6b
...
...
@@ -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>
...
...
public/themes/admin_simpleboot3/admin/goods/goods_edit.html
查看文件 @
9b73a6b
...
...
@@ -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>
...
...
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
9b73a6b
...
...
@@ -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
))
{
...
...
请
注册
或
登录
后发表评论