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
1af1a5c17eee7900e1b017176a431544d3c24cbc
Authored by
yvan.ni
2023-03-09 14:52:00 +0800
1 parent
9056af79
购买的优化一下
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 @
1af1a5c
...
...
@@ -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 {
...
...