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
129cbbb8bd600a8b2745f656962b102d3bc4b676
Authored by
WXD-SEASON\season
2023-01-03 16:35:49 +0800
1 parent
9af2312c
会员中心去掉无用的
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
pages/user/index/index.js
pages/user/index/index.js
View file @
129cbbb
...
...
@@ -525,9 +525,7 @@ Page({
525
525
* 生命周期函数--监听页面隐藏
526
526
*/
527
527
onHide: function () {
528
- for (var i = 1; i < 100; i++) {
529
- clearInterval(i);
530
- }
528
+
531
529
},
532
530
setappdata: function (t) {
533
531
var t = getApp().globalData.wxapp_buy_obj;
...
...