wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b0dbbbf9e7176f271a3163688a43c06a6fefced0
Authored by
iceling
2020-01-16 18:16:24 +0800
1 parent
b8441dc4
活动的提示框添加
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/assistance/assistance.js
pages/user/assistance/assistance.js
View file @
b0dbbbf
...
...
@@ -133,7 +133,7 @@ Page({
133
133
})
134
134
}
135
135
} else {
136
-
// getApp().my_warnning
(res.data.msg, 0, th);
136
+
getApp().my_confirm
(res.data.msg, 0, th);
137
137
th.setData({
138
138
is_show_more: 1,
139
139
page: page
...
...