From 1a050020502b2ebae587ec697ac10c4ce9279e43 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 23 Dec 2023 10:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/gather/gather.vue | 2 +- pages/store/settled/index.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index bb596a3..f614135 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -238,7 +238,7 @@ icon: '/static/applet/icons.png', data: { id: "__UNI__D087881", - url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/c5a3b202312221802534062.wgt", + url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/3b1b1202312230957197588.wgt", }, type: 4 } diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index c0066d9..231de82 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -338,6 +338,7 @@ import { HTTP_REQUEST_URL } from '@/config/app'; +import { Toast } from '../../../libs/uniApi'; const app = getApp(); export default { components: { @@ -805,8 +806,9 @@ that.merchantData.social_credit_code = res.data.register_number; // that.$set('merchantData', that.merchantData); uni.hideLoading(); - }).catch(()=>{ + }).catch((e)=>{ uni.hideLoading(); + Toast(e) }) }); },