Browse Source

钱包记录优化 邀请达人海报生成优化

threedate
Enzo 5 years ago
parent
commit
28aa770a9b
  1. 3
      pages/center/invite.vue
  2. 4
      pages/center/wallet.vue

3
pages/center/invite.vue

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

4
pages/center/wallet.vue

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

Loading…
Cancel
Save