From e4d777887b73f0592c9d19686647d401d7585e30 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 5 Nov 2021 15:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E9=87=91=E7=BA=A2=E5=8C=85=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/confirmOrder.vue | 2 +- pages/user/index.vue | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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({