diff --git a/pages/goods/confirmOrder.vue b/pages/goods/confirmOrder.vue index 26697c0..1fa9a8f 100644 --- a/pages/goods/confirmOrder.vue +++ b/pages/goods/confirmOrder.vue @@ -200,7 +200,7 @@ success: res => { uni.showToast({ title: '支付成功', - duration: 10000, + duration: 3000, mask: true, icon: 'none' }) diff --git a/pages/user/index.vue b/pages/user/index.vue index ea72dfe..a98bd18 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -136,7 +136,7 @@ 现金红包 - {{userData.account.cash || 0}} @@ -481,8 +481,11 @@ }, // 友情提示信息 showHelp(type) { - let title = '通证', + console.log(type) + let title = '通证钱包', content = this.helpDoc.energy_ball.description + if (type == 'money') title = '现金红包' + if (type == 'money') content = this.helpDoc.red_bag.description if (type == 'chip') title = '贡献值' if (type == 'chip') content = this.helpDoc.energy_shard.description uni.showModal({