Commit a7ba785d authored by 罗超's avatar 罗超

修改BUG

parent 4629d42c
......@@ -69,7 +69,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid": "wx5564525562e92ddb",
"appid": "wxcf0727a7c78b501e",
"setting" : {
"urlCheck" : true,
"minified" : false
......
......@@ -651,8 +651,8 @@
uni.setNavigationBarTitle({
title: "精品旅游线路"
})
// #ifdef MP-DI
this.branchVisible=false
// #ifdef MP-AG
this.branchVisible=true
// #endif
},
onLoad(option) {
......
......@@ -862,7 +862,7 @@
if(x.expansionModel.denomination>0){
if(this.pzCoupon && this.pzCoupon.expansionModel.denomination<x.expansionModel.denomination)
this.pzCoupon=x
else
else if(!this.pzCoupon)
this.pzCoupon=x
x.realDenomination = x.denomination
......
......@@ -46,7 +46,10 @@
立即登录
</template>
</Text>
<!-- #ifdef MP-DI -->
<u-icon name="pen_" size="24" class="q-ml-sm" custom-prefix="tffont" color="#121212"></u-icon>
<!-- #endif -->
</view>
<view style="font-size:12px; margin-top:3px;">
<template v-if='b2b_user_info.erpBaseInfo'>
......@@ -362,9 +365,12 @@
},
methods: {
navigatorToProfile(){
// #ifdef MP-DI
uni.navigateTo({
url:'/pages/user-center/user-profile'
})
// #endif
},
//退出登录
signOutHandler() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment