|
@@ -9,18 +9,22 @@
|
|
|
<block v-if="cardInfo.avatar">
|
|
<block v-if="cardInfo.avatar">
|
|
|
<image :src="cardInfo.avatar" mode="aspectFill" class="poster"></image>
|
|
<image :src="cardInfo.avatar" mode="aspectFill" class="poster"></image>
|
|
|
<view class="change-option ddflex">
|
|
<view class="change-option ddflex">
|
|
|
- <view v-if="cardId" class="change ddflex" style="right: 140rpx;background-color:#27D699;"
|
|
|
|
|
- @click="userBehavior(3)">
|
|
|
|
|
|
|
+ <view class="change ddflex" style="right: 140rpx;background-color:#27D699;"
|
|
|
|
|
+ >
|
|
|
<image v-if="!cardInfo.isThumbs" style="width: 35rpx;height: 32rpx;"
|
|
<image v-if="!cardInfo.isThumbs" style="width: 35rpx;height: 32rpx;"
|
|
|
src="/card/static/images/dz1.png"></image>
|
|
src="/card/static/images/dz1.png"></image>
|
|
|
<image v-else style="width: 35rpx;height:32rpx;" src="/card/static/images/dz1_h.png">
|
|
<image v-else style="width: 35rpx;height:32rpx;" src="/card/static/images/dz1_h.png">
|
|
|
</image>
|
|
</image>
|
|
|
<!-- 点赞 -->
|
|
<!-- 点赞 -->
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="cardId&&(userInfo.manageSaleNo!=cardInfo.jobNumber)" class="change ddflex" @click="jumpUrl('/card/cardFound/cardFound')">
|
|
|
|
|
|
|
+ <view class="change ddflex" >
|
|
|
<image src="/card/static/images/change.png"></image>
|
|
<image src="/card/static/images/change.png"></image>
|
|
|
<!-- 更换销售员-->
|
|
<!-- 更换销售员-->
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view style="background-color: #FF7229;" class="change ddflex">
|
|
|
|
|
+ <image style="width: 36rpx;height: 36rpx;" src="/card/static/images/bind.png"></image>
|
|
|
|
|
+ <!-- 绑定销售员-->
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|
|
|
</view>
|
|
</view>
|
|
@@ -422,7 +426,7 @@
|
|
|
if (this.scene) {
|
|
if (this.scene) {
|
|
|
await this.loadCodeParams();
|
|
await this.loadCodeParams();
|
|
|
}
|
|
}
|
|
|
- await req.silenceLogin(this.options.userId ? this.options.userId : '', '')
|
|
|
|
|
|
|
+ // await req.silenceLogin(this.options.userId ? this.options.userId : '', '')
|
|
|
this.userInfo = req.getStorage('userInfo')
|
|
this.userInfo = req.getStorage('userInfo')
|
|
|
this.getCardInfo();
|
|
this.getCardInfo();
|
|
|
},
|
|
},
|