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 @@