Commit 066b43fdd01f3a92b2d5a08baca7cba1edb23153

Authored by taiyuan
1 parent 8e31ab1b

幸运大转盘修改

packageB/pages/luckactivity/luckinfo/luckinfo.js
... ... @@ -853,7 +853,8 @@ Page({
853 853 return;
854 854 };
855 855 wx.showLoading({
856   - title: '抽奖中'
  856 + title: '准备开始抽奖',
  857 + mask: true,
857 858 });
858 859 // 获取积分
859 860 app.request.promisePost('/api/weshop/marketing/marketingLuckForm/startLuckIntegral', {
... ... @@ -890,6 +891,7 @@ Page({
890 891 const $lucky = self.selectComponent('#myLucky');
891 892 // 调用play方法开始旋转
892 893 $lucky.play();
  894 + wx.hideLoading();
893 895 // 获取抽奖结果
894 896 app.request.post('/api/weshop/marketing/marketingLuckForm/startLuck', {
895 897 isShowLoading: false,
... ... @@ -1045,7 +1047,6 @@ Page({
1045 1047  
1046 1048 },
1047 1049 end (event) {
1048   - wx.hideLoading();
1049 1050 // 中奖奖品详情
1050 1051 // console.log('抽奖结果:',event.detail);
1051 1052 let no_luck_urltype = this.data.luckInfo.no_luck_urltype;
... ...