Commit a7ba785d authored by 罗超's avatar 罗超

修改BUG

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