wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code ยป
Commit
d2eee33c05762a412a9d51417e32f2b3666ec88a
Authored by
WXD-SEASON\season
2023-03-09 15:02:43 +0800
2 parents
1146a7ee
1af1a5c1
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into test
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
pages/user/plus/plus.js
pages/user/plus/plus.js
View file @
d2eee33
...
...
@@ -285,7 +285,12 @@ Page({
285
285
dataset:{ind:i}
286
286
}
287
287
}
288
- th.Opening(e)
288
+
289
+ setTimeout(function (){
290
+ th.Opening(e)
291
+ },1000)
292
+
293
+
289
294
}
290
295
}
291
296
} else {
...
...