From 111d08c9028aab2d36c91034cdfe96c3cd409ba1 Mon Sep 17 00:00:00 2001
From: wangdong <1551135706@qq.com>
Date: Fri, 2 Aug 2024 16:43:38 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=95=86=E8=B4=AD=E4=B9=B0?=
=?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=94=AF=E4=BB=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/add-shuiyin/index.vue | 4 +-
pages/news/caigou/notice6.vue | 103 ++++++++++++++++++++++++++++++-
2 files changed, 102 insertions(+), 5 deletions(-)
diff --git a/components/add-shuiyin/index.vue b/components/add-shuiyin/index.vue
index 5d33a73..9872e79 100644
--- a/components/add-shuiyin/index.vue
+++ b/components/add-shuiyin/index.vue
@@ -58,8 +58,8 @@
},
mounted() {
const that = this;
- if(uni.getStorageSync("userInfo").user_id){
- that.watermarks = uni.getStorageSync("userInfo").user_id
+ if(uni.getStorageSync("userInfo").mobile){
+ that.watermarks = uni.getStorageSync("userInfo").mobile
console.log(11,that.watermarks)
that.getstatusBarHeight();
diff --git a/pages/news/caigou/notice6.vue b/pages/news/caigou/notice6.vue
index c137485..ada766c 100644
--- a/pages/news/caigou/notice6.vue
+++ b/pages/news/caigou/notice6.vue
@@ -90,7 +90,7 @@
- {{a.method == 'wechat'?'微信支付':'余额支付'}}(余额:{{personal.balance}})
+ {{a.method == 'huifu' ? '银联支付' : (a.method == 'wechat'?'微信支付':'余额支付')}}(余额:{{personal.balance}})
@@ -105,6 +105,7 @@