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
ed2e1228a9789d78e8d4110f877a39eeb14e95d9
Authored by
yvan.ni
2023-04-10 17:00:43 +0800
1 parent
1912caa4
标签保存注册的时候,避免重复提交
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
packageE/pages/user/labels/labels.js
packageE/pages/user/labels/labels.js
View file @
ed2e122
...
...
@@ -235,6 +235,9 @@ Page({
235
235
title: "处理中.",
236
236
mask: true
237
237
})
238
+ th.setData({
239
+ is_check: 1
240
+ })
238
241
239
242
app.request.get("/api/weshop/users/thirdLogin", {
240
243
data: getApp().globalData.zc_dd,
...
...