| | |
| | | <image src="@/static/icon/fenx.png" class="btn-icon"></image> |
| | | <text class="btn-text">分享名片</text> |
| | | </button> |
| | | <!-- <view class="action-btn" @click="contactWithChat"> |
| | | <view class="action-btn" @click="contactWithChat"> |
| | | <image src="@/static/icon/communication.png" class="btn-icon"></image> |
| | | <text class="btn-text">在线聊天</text> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | |
| | | <!-- 名片简介 --> |
| | |
| | | }, |
| | | // 跳转到平台 |
| | | goToPlatform() { |
| | | uni.setStorageSync('shop_supplier_id', 1) |
| | | uni.navigateTo({ |
| | | url: '/pages/shop/shop?shop_supplier_id=1' |
| | | }); |
| | |
| | | user_id: _this.businessInfo.user_id |
| | | }, function(res) { |
| | | if (res.data.list) { |
| | | uni.setStorageSync('shop_supplier_id', res.data.list.shop_supplier_id) |
| | | uni.navigateTo({ |
| | | url: '/pages/shop/shop?shop_supplier_id=' + res.data.list.shop_supplier_id |
| | | }); |
| | |
| | | } |
| | | return { |
| | | title: '电子名片', |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}` |
| | | path: `/pages/plus/business/detail?business_card_id=${this.business_card_id}&referee_id=${this.businessInfo.user_id}` |
| | | }; |
| | | }, |
| | | onShareTimeline() { |