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
9f40f4416498c7f2c3b239d0e7fc812330ce60e8
Authored by
season
2023-03-09 15:02:57 +0800
2 parents
8631df1e
d2eee33c
Merge branch 'test' of http://git.vipzhuang.cn/wxd/MShopWeApp into qa
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 @
9f40f44
...
...
@@ -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 {
...
...