| | |
| | | }) |
| | | |
| | | }, |
| | | |
| | | methods: { |
| | | // 商品评论 |
| | | commentButtonClick(){ |
| | |
| | | async callTel() { |
| | | await this.$message.confirm('是否拨打客服电话') |
| | | uni.makePhoneCall({ |
| | | phoneNumber: '15974805814' |
| | | phoneNumber: '19288780072' |
| | | }); |
| | | }, |
| | | |
| | | async getTelNum(){ |
| | | this.$http.request('get', '/api/code/value', { |
| | | params: { |
| | | type: 'customer_service_hotline' |
| | | } |
| | | }).then(res => { |
| | | var data = res.data; |
| | | |
| | | console.log(data) |
| | | |
| | | }) |
| | | }, |
| | | |
| | | async getItemList() { |
| | | this.$message.showLoading() |
| | | const { |
| | |
| | | <view class="flex m-t-12"> |
| | | <view class="flex1 w-fit m-auto icon-view" @click.stop="callTel"> |
| | | <image src="/static/common/icon-call.png" class="icon icon-call m-r-10 img100"></image> |
| | | 拨打15974805814 |
| | | 拨打19288780072 |
| | | </view> |
| | | <view class="flex1 w-fit m-auto icon-view flex flex-wrap-normal" open-type="contact"> |
| | | <image src="/static/common/icon-wx.png" class="icon icon-call m-t-2 m-r-10 img100"></image> |