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
9648ddaf5764ef93dadb4ae94132ab0e22cf18db
Authored by
taiyuan
2021-11-09 11:49:16 +0800
1 parent
3f589afa
幸运大转盘准备抽奖中
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
packageB/pages/luckactivity/luckinfo/luckinfo.js
View file @
9648dda
...
...
@@ -862,6 +862,7 @@ Page({
862
862
.then(function(res) {
863
863
if(res.data.code == -1) {
864
864
//积分不足,弹出提示
865
+ wx.hideLoading();
865
866
self.data.luckInfo.msgInfo = res.data.msg
866
867
wx.showToast({
867
868
title: res.data.msg,
...
...