切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
cd3120dc50d360e809d7968ef8f391243d86bfed
1 个父辈
ea67e5a7
1 个管道 的构建
通过
耗费 1 秒
4
变更
13
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
13 个修改的文件
包含
5 行增加
和
3 行删除
app/portal/controller/SalesmangoodsController.php
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
public/uploads/20190615/3b4fd3c8183236a3d737f1e412428bd1.png
public/uploads/20190615/3cfcef5fcf574a2e8acaa0a124e25049.png
public/uploads/20190615/4d175c0968ece105cfb7f7445a2a5bf8.png
public/uploads/20190615/6dc576fb69af3329dfdcf1699936506c.png
public/uploads/20190615/79117c554d368f61ed4ac474396944fb.png
public/uploads/20190615/da83af5865bf52c0b96e2b1dc11166d6.png
public/uploads/20190615/e00b68514fad7b90c444b9883da82376.png
public/uploads/20190615/eece9f47247e91743b7f52e1ae5c9544.png
public/uploads/20190615/f8c5373e03513e9aefd0ade05a0dd330.png
public/uploads/20190615/fb8230abdc5636815c9ac36781d84c38.png
simplewind/cmf/controller/WeChatBaseController.php
app/portal/controller/SalesmangoodsController.php
查看文件 @
cd3120d
...
...
@@ -115,6 +115,7 @@ class SalesmangoodsController extends WeChatBaseController{
$data
[
'press_time'
]
=
$_POST
[
'press_time'
];
$data
[
'suit'
]
=
$_POST
[
'suit'
];
$data
[
'grade'
]
=
$_POST
[
'grade'
];
$data
[
'printing'
]
=
$_POST
[
'printing'
];
$det_img
[
0
]
=
$_POST
[
'img0'
];
$det_img
[
1
]
=
$_POST
[
'img1'
];
$det_img
[
2
]
=
$_POST
[
'img2'
];
...
...
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
查看文件 @
cd3120d
...
...
@@ -309,12 +309,13 @@
press
=
$
(
"input[name='press']"
).
val
();
press_time
=
$
(
"input[name='press_time']"
).
val
();
suit
=
$
(
"input[name='suit']"
).
val
();
printing
=
$
(
"input[name='printing']"
).
val
();
grade
=
$
(
"#grade"
).
text
();
img0
=
$
(
'#img0'
)[
0
].
src
;
img1
=
$
(
'#img1'
)[
0
].
src
;
img2
=
$
(
'#img2'
)[
0
].
src
;
$
.
post
(
"{:url('Salesmangoods/Salesman_goods_add')}"
,{
show_img
:
show_img
,
thumbnail
:
thumbnail
,
book_name
:
book_name
,
money
:
money
,
price
:
price
,
pricing
:
pricing
,
instr
:
instr
,
book_number
:
book_number
,
paper
:
paper
,
book_size
:
book_size
,
binding
:
binding
,
author
:
author
,
press
:
press
,
press_time
:
press_time
,
suit
:
suit
,
grade
:
grade
,
img0
:
img0
,
img1
:
img1
,
img2
:
img2
},
function
(
data
){
$
.
post
(
"{:url('Salesmangoods/Salesman_goods_add')}"
,{
show_img
:
show_img
,
thumbnail
:
thumbnail
,
book_name
:
book_name
,
money
:
money
,
price
:
price
,
pricing
:
pricing
,
instr
:
instr
,
book_number
:
book_number
,
paper
:
paper
,
book_size
:
book_size
,
binding
:
binding
,
author
:
author
,
press
:
press
,
press_time
:
press_time
,
suit
:
suit
,
grade
:
grade
,
img0
:
img0
,
img1
:
img1
,
img2
:
img2
,
printing
:
printing
},
function
(
data
){
if
(
data
){
window
.
location
.
href
=
"{:url('salesmangoods/salesman_goods')}"
;
}
else
{
...
...
public/uploads/20190615/3b4fd3c8183236a3d737f1e412428bd1.png
0 → 100644
查看文件 @
cd3120d
46.5 KB
public/uploads/20190615/3cfcef5fcf574a2e8acaa0a124e25049.png
0 → 100644
查看文件 @
cd3120d
35.7 KB
public/uploads/20190615/4d175c0968ece105cfb7f7445a2a5bf8.png
0 → 100644
查看文件 @
cd3120d
53.5 KB
public/uploads/20190615/6dc576fb69af3329dfdcf1699936506c.png
0 → 100644
查看文件 @
cd3120d
35.7 KB
public/uploads/20190615/79117c554d368f61ed4ac474396944fb.png
0 → 100644
查看文件 @
cd3120d
188.1 KB
public/uploads/20190615/da83af5865bf52c0b96e2b1dc11166d6.png
0 → 100644
查看文件 @
cd3120d
46.5 KB
public/uploads/20190615/e00b68514fad7b90c444b9883da82376.png
0 → 100644
查看文件 @
cd3120d
53.5 KB
public/uploads/20190615/eece9f47247e91743b7f52e1ae5c9544.png
0 → 100644
查看文件 @
cd3120d
46.5 KB
public/uploads/20190615/f8c5373e03513e9aefd0ade05a0dd330.png
0 → 100644
查看文件 @
cd3120d
35.7 KB
public/uploads/20190615/fb8230abdc5636815c9ac36781d84c38.png
0 → 100644
查看文件 @
cd3120d
35.7 KB
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
cd3120d
...
...
@@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController
*/
public
function
checkWeChatUserLogin
()
{
// $user = Db::name('user')->where('id',5)->find();
// cmf_update_current_user($user);
/*$user = Db::name('user')->where('id',5)->find();
cmf_update_current_user($user);*/
$userId
=
cmf_get_current_user_id
();
if
(
empty
(
$userId
))
{
$config
=
[
...
...
请
注册
或
登录
后发表评论