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
eb16625ece9bb63cda95d6609d007ae03731ca0b
Authored by
yvan.ni
2024-07-09 11:13:34 +0800
1 parent
f6b1d7b7
红包无法点击的优化
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
packageA/pages/hongBao/hongBao.js
packageA/pages/hongBao/hongBao.js
View file @
eb16625
...
...
@@ -266,7 +266,10 @@ Page({
266
266
self.setData({
267
267
result: res.data,
268
268
qiangHongBao: true,
269
- });
269
+ });
270
+
271
+ self.data.qianging = false;
272
+
270
273
})
271
274
}
272
275
...
...