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
559dee90760d954bab81db65b61277974875ae22
Authored by
taiyuan
2021-07-28 17:03:46 +0800
1 parent
87c65c4e
转盘修改
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
packageB/pages/luckactivity/luckinfo/luckinfo.js
View file @
559dee9
...
...
@@ -486,6 +486,10 @@ Page({
486
486
};
487
487
488
488
if(self.data.luckInfo.msgInfo) {
489
+ wx.showToast({
490
+ title: self.data.luckInfo.msgInfo,
491
+ icon: 'none',
492
+ });
489
493
return;
490
494
};
491
495
...
...