切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
3abd4ae1bddcd76abb57b17b417db0df7c1b0a7a
1 个父辈
bdcda331
1 个管道 的构建
通过
耗费 2 秒
1
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
8 行增加
和
8 行删除
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html
simplewind/cmf/controller/WeChatBaseController.php
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
查看文件 @
3abd4ae
...
...
@@ -158,7 +158,7 @@
装订
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"text"
placeholder=
"请输入装订"
name=
"binding"
/>
<input
type=
"text"
placeholder=
"请输入装订
类型
"
name=
"binding"
/>
</div>
</div>
<div
class=
"log_two_input_one"
>
...
...
@@ -174,7 +174,7 @@
印刷
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"text"
placeholder=
"请输入印刷"
name=
"printing"
/>
<input
type=
"text"
placeholder=
"请输入印刷
颜色
"
name=
"printing"
/>
</div>
</div>
<div
class=
"log_two_input_one"
>
...
...
@@ -220,7 +220,7 @@
套装
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"text"
placeholder=
"请输入
套装数量
"
name=
"suit"
/>
<input
type=
"text"
placeholder=
"请输入
每套本数
"
name=
"suit"
/>
</div>
</div>
<div
class=
"log_six_select_top log_six_select_nianji"
>
...
...
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html
查看文件 @
3abd4ae
...
...
@@ -166,7 +166,7 @@
装订
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"text"
placeholder=
"请输入装订"
name=
"binding"
value=
"{$goods_data.binding}"
/>
<input
type=
"text"
placeholder=
"请输入装订
类型
"
name=
"binding"
value=
"{$goods_data.binding}"
/>
</div>
</div>
<div
class=
"log_two_input_one"
>
...
...
@@ -182,7 +182,7 @@
印刷
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"text"
placeholder=
"请输入印刷"
name=
"printing"
value=
"{$goods_data.printing}"
/>
<input
type=
"text"
placeholder=
"请输入印刷
颜色
"
name=
"printing"
value=
"{$goods_data.printing}"
/>
</div>
</div>
<div
class=
"log_two_input_one"
>
...
...
@@ -228,7 +228,7 @@
套装
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"text"
placeholder=
"请输入
套装数量
"
name=
"suit"
value=
"{$goods_data.suit}"
/>
<input
type=
"text"
placeholder=
"请输入
每套本数
"
name=
"suit"
value=
"{$goods_data.suit}"
/>
</div>
</div>
<div
class=
"log_six_select_top log_six_select_nianji"
>
...
...
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
3abd4ae
...
...
@@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController
*/
public
function
checkWeChatUserLogin
()
{
// $user = Db::name('user')->where('id',2)->find();
// cmf_update_current_user($user);
$user
=
Db
::
name
(
'user'
)
->
where
(
'id'
,
2
)
->
find
();
cmf_update_current_user
(
$user
);
$userId
=
cmf_get_current_user_id
();
if
(
empty
(
$userId
))
{
$config
=
[
...
...
请
注册
或
登录
后发表评论