|
|
@ -8,15 +8,12 @@ |
|
|
|
<!-- 头部 --> |
|
|
|
<view class="head"> |
|
|
|
<view class="headImage"> |
|
|
|
<image src="" mode=""></image> |
|
|
|
<image src="1" mode=""></image> |
|
|
|
</view> |
|
|
|
<view class="info"> |
|
|
|
<view class="name"> |
|
|
|
倾心. |
|
|
|
</view> |
|
|
|
<!-- <view class="vip"> |
|
|
|
VIP1 |
|
|
|
</view> --> |
|
|
|
<view class="tips"> |
|
|
|
{{ $t('components.phoneNumber') }}:13812345678 |
|
|
|
</view> |
|
|
@ -58,7 +55,7 @@ export default { |
|
|
|
name: "center2", |
|
|
|
components: {customerServicePopup, tabber, topbar,centerList}, |
|
|
|
computed: { |
|
|
|
...mapGetters(['userShop']), |
|
|
|
...mapGetters(['userShop',"userInfo"]), |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
@ -79,7 +76,6 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
|
|
|
|
openCustomerServicePopup() { |
|
|
|
console.log("打开客服弹框") |
|
|
|
this.$refs.customerServicePopup.open(); |
|
|
|