邓平艺 4 years ago
parent
commit
e447f06522
  1. 3
      pages/center/invite.vue
  2. 4
      pages/center/wallet.vue

3
pages/center/invite.vue

@ -52,7 +52,7 @@
wx.showToast({ wx.showToast({
title: '生成海报中...', title: '生成海报中...',
icon: 'loading', icon: 'loading',
duration: 1000
duration: 100000
}); });
this.getWxCode() this.getWxCode()
this.getBackground() this.getBackground()
@ -159,6 +159,7 @@
if (that.imagePath) { if (that.imagePath) {
that.canvasHidden = true that.canvasHidden = true
that.maskHidden = true that.maskHidden = true
wx.hideToast()
} }
console.log('海报生成成功,图片链接', that.imagePath) console.log('海报生成成功,图片链接', that.imagePath)
}, },

4
pages/center/wallet.vue

@ -169,7 +169,11 @@
// scroll-view // scroll-view
onRefresherrefresh(){ onRefresherrefresh(){
this.isRefresher = true; this.isRefresher = true;
if(this.current == 0) {
this.getIncomeList() this.getIncomeList()
}else {
this.getWidthList()
}
} }
} }
} }

Loading…
Cancel
Save