From b2fb58e46ab889b3530127c45d180f71cc53e9c8 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 07 May 2026 16:14:56 +0800
Subject: [PATCH] feat:澜品优选开启微信支付隐藏了权益权收入口用于上架vivo和华为
---
pages/pays/pays.vue | 10 ++++++----
pages/login/login.vue | 16 ++++++++--------
pages/my/my.vue | 4 ++--
.hbuilderx/launch.json | 5 +++--
4 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 987f25a..1798465 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -3,11 +3,12 @@
"configurations" : [
{
"customPlaygroundType" : "local",
- "playground" : "standard",
+ "playground" : "custom",
"type" : "uni-app:app-android"
},
{
- "playground" : "standard",
+ "customPlaygroundType" : "device",
+ "playground" : "custom",
"type" : "uni-app:app-ios"
}
]
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 1ea4db6..090d1f4 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -186,14 +186,14 @@
})
})
console.log(ygxRes);
- if(!ygxRes.data.data.boughtEquity){
- goUrl = '/pages/quanyi/index'
- // t.$util.goPages(goUrl)
- uni.navigateTo({
- url: '/pages/quanyi/index'
- })
- return
- }
+ // if(!ygxRes.data.data.boughtEquity){
+ // goUrl = '/pages/quanyi/index'
+ // // t.$util.goPages(goUrl)
+ // uni.navigateTo({
+ // url: '/pages/quanyi/index'
+ // })
+ // return
+ // }
t.ygxLogin = ygxRes.data.data
uni.setStorageSync('ygxLogin', t.ygxLogin)
diff --git a/pages/my/my.vue b/pages/my/my.vue
index ca77d95..3df6840 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -88,12 +88,12 @@
<view>{{item.text}}</view>
</view>
</template>
- <view class="mySerCon-v" @tap="toHuishou" >
+ <!-- <view class="mySerCon-v" @tap="toHuishou" >
<template v-if="isShop">
<image src="/static/imgs/quanshou.png" mode="widthFix"></image>
<text>会员权收</text></template>
- </view>
+ </view> -->
</view>
</view>
<!-- <view style="text-align: center;font-size: 24rpx;color: #666666;margin: 80rpx 0;">
diff --git a/pages/pays/pays.vue b/pages/pays/pays.vue
index 657f393..81100c3 100644
--- a/pages/pays/pays.vue
+++ b/pages/pays/pays.vue
@@ -68,12 +68,12 @@
<text v-if="userInfo">余额支付(可用余额:{{userInfo.const}})</text>
<image class="rgt" :src="payment == 1 ? '/static/imgs/checked.png' : '/static/imgs/check.png'" mode=""></image>
</view> -->
- <!-- <view class="pay-item" @tap="choosePayment(2)">
+ <view class="pay-item" @tap="choosePayment(2)">
<image class="pay-icon" src="/static/imgs/wxpay.png" mode=""></image>
<text>微信支付</text>
<image class="rgt" :src="payment == 2 ? '/static/imgs/checked.png' : '/static/imgs/check.png'" mode=""></image>
- </view> -->
- <view class="pay-item">
+ </view>
+ <!-- <view class="pay-item">
<image class="pay-icon" src="/static/imgs/bankpay.png" mode=""></image>
<view @tap="chooseBank">
<text>银行卡支付</text>
@@ -81,7 +81,7 @@
<text v-else>(请选择银行卡 》》)</text>
</view>
<image class="rgt" :src="payment == 3 ? '/static/imgs/checked.png' : '/static/imgs/check.png'" mode="" @tap="choosePayment(3)"></image>
- </view>
+ </view> -->
</view>
</view>
<view class="authBtn-desc" v-if="userInfo && payment == 1 && userInfo.edu_auth == 1">
@@ -318,12 +318,14 @@
})
}
this.getEsignStatus()
+ /*
if(this.esignFlag == 0 && this.Config.esign_open == 1) {
return uni.showToast({
title: '请签署购货协议',
icon: 'error'
})
}
+ */
}
let param = {}
--
Gitblit v1.9.3