Commit ed2e1228a9789d78e8d4110f877a39eeb14e95d9
1 parent
1912caa4
标签保存注册的时候,避免重复提交
Showing
1 changed file
with
3 additions
and
0 deletions
packageE/pages/user/labels/labels.js
| @@ -235,6 +235,9 @@ Page({ | @@ -235,6 +235,9 @@ Page({ | ||
| 235 | title: "处理中.", | 235 | title: "处理中.", |
| 236 | mask: true | 236 | mask: true |
| 237 | }) | 237 | }) |
| 238 | + th.setData({ | ||
| 239 | + is_check: 1 | ||
| 240 | + }) | ||
| 238 | 241 | ||
| 239 | app.request.get("/api/weshop/users/thirdLogin", { | 242 | app.request.get("/api/weshop/users/thirdLogin", { |
| 240 | data: getApp().globalData.zc_dd, | 243 | data: getApp().globalData.zc_dd, |