陶杰
2024-12-04 0dabf05bfe9df453ffd394e2f280f878c848942a
pages/order/order-detail.vue
@@ -120,6 +120,7 @@
         })
      },
      methods: {
         // 商品评论
         commentButtonClick(){
@@ -222,9 +223,23 @@
         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 {
@@ -785,7 +800,7 @@
         <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>