Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-brand-shop
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
李奇
2018-03-16 18:40:13 +0800
Commit
f23c37f7170522c41f94247bdb710d4710e470c1
2 parents
37999acd
106c14d9
showModal响应message默认值
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/cart/ensure/ensure.js
app/pages/cart/ensure/ensure.js
View file @
f23c37f
...
...
@@ -127,7 +127,7 @@ Page({
}).
then
(
res
=>
{
if
(
res
.
code
!==
200
)
{
wx
.
showModal
({
content
:
res
.
message
,
content
:
res
.
message
||
'网络异常,请稍后重试'
,
showCancel
:
false
,
confirmText
:
'好的'
,
});
...
...
Please
register
or
login
to post a comment