Commit 6ca68cbd by Sweet Zhang

修改资深合伙人的申请加盟按钮隐藏

parent c1c13b31
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<view class="headerTop"> <view class="headerTop">
<view class="" style="margin-right: 15rpx;"> <view class="" style="margin-right: 15rpx;">
<view class="myName" v-if="loginType == 'codelogin'"> <view class="myName" v-if="loginType == 'codelogin'">
{{showMyName || '点头像完善信息'}} {{showMyName || '点头像完善信息'}}
<text v-if="customerBasicInfo.partnerType" class="typePartner">{{customerBasicInfo.partnerType}}</text> <text v-if="customerBasicInfo.partnerType" class="typePartner">{{customerBasicInfo.partnerType}}</text>
</view> </view>
<view class="myName" v-if="loginType == 'visitor'">游客</view> <view class="myName" v-if="loginType == 'visitor'">游客</view>
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
// 3. 更新标题和显示状态 // 3. 更新标题和显示状态
applyItem.title = levelCode === '' ? '申请加盟' : '晋升目标'; applyItem.title = levelCode === '' ? '申请加盟' : '晋升目标';
applyItem.isShow = !dealerId; // 没有 dealerId 才显示 applyItem.isShow = !dealerId && levelCode!='P3'; // 没有 dealerId 才显示
} }
} }
// #ifdef H5 // #ifdef H5
......
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