feat:澜品优选开启微信支付隐藏了权益权收入口用于上架vivo和华为
4 files modified
35 ■■■■ changed files
.hbuilderx/launch.json 5 ●●●●● patch | view | raw | blame | history
pages/login/login.vue 16 ●●●● patch | view | raw | blame | history
pages/my/my.vue 4 ●●●● patch | view | raw | blame | history
pages/pays/pays.vue 10 ●●●●● patch | view | raw | blame | history
.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"
        }
    ]
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)
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;">
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 = {}