|
@@ -88,15 +88,18 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 服务顾问 -->
|
|
|
- <view class="adviser" v-if="managerInfo" @click="goMUsers()">
|
|
|
- <view class="adviserLeft">
|
|
|
- <img v-if="managerInfo.avatar" :src="managerInfo.avatar" alt="" class="advisertx">
|
|
|
- <img v-else src="../../static/timg/pic_def_ava@2x.png" alt="" class="advisertx">
|
|
|
- <view class="adviserNema">{{managerInfo.name}}</view>
|
|
|
- <view class="adviserms" :style="{border:'1px solid #'+themeColor,color:'#'+themeColor}">服务顾问</view>
|
|
|
+ <view v-if="homeCardList.openMUsers">
|
|
|
+ <view class="adviser" v-if="homeCardList.openMUsers.showType!=2&&managerInfo" @click="goMUsers()">
|
|
|
+ <view class="adviserLeft">
|
|
|
+ <img v-if="managerInfo.avatar" :src="managerInfo.avatar" alt="" class="advisertx">
|
|
|
+ <img v-else src="../../static/timg/pic_def_ava@2x.png" alt="" class="advisertx">
|
|
|
+ <view class="adviserNema">{{managerInfo.name}}</view>
|
|
|
+ <view class="adviserms" :style="{border:'1px solid #'+themeColor,color:'#'+themeColor}">服务顾问</view>
|
|
|
+ </view>
|
|
|
+ <img src="../../static/timg/icon_arrow_right.png" alt="" class="adviserJt">
|
|
|
</view>
|
|
|
- <img src="../../static/timg/icon_arrow_right.png" alt="" class="adviserJt">
|
|
|
</view>
|
|
|
+
|
|
|
<!-- 中间功能应用模块 -->
|
|
|
<view class="modular" v-if="homeCardList.application.length>0">
|
|
|
<view class="swiper-item">
|
|
@@ -457,7 +460,7 @@
|
|
|
|
|
|
}else if(item.bizType==15){ //商品详情
|
|
|
uni.navigateTo({
|
|
|
- url:'../shop/goodsDetail?id=CD2D70DC-706C-4441-9864-33BD19457CAE'
|
|
|
+ url:'../shop/goodsDetail?id='+item.bizId
|
|
|
})
|
|
|
}
|
|
|
|