绿满眶商城微信小程序-uniapp
0b23a4f1cae5dd34b407614baa88dee3af162f29..426b946268fcd30280512ad46993735f42d5f666
7 小时以前 peng
解决未登录问题
426b94 对比 | 目录
7 小时以前 peng
订单显示客服热线和微信
bde22e 对比 | 目录
2个文件已修改
34 ■■■■■ 已修改文件
pages/order/myOrder.vue 31 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/storeClaim/store-claim.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/myOrder.vue
@@ -175,6 +175,14 @@
                  </u-button> -->
                </view>
              </view>
                <view style="display: flex;justify-content: space-around;">
                    <view class="" @click="callPhone">
                         客服热线: 028-84472936
                    </view>
                    <view class="" @click="copyToClipboard">
                         客服微信: meiyikuang
                    </view>
                </view>
            </view>
          </view>
          <uni-load-more :status="tabItem.loadStatus"></uni-load-more>
@@ -386,6 +394,29 @@
    },
  },
  methods: {
      copyToClipboard(){
          uni.setClipboardData({
              data:'meiyikuang',
              success() {
                  uni.showToast({
                title: '复制成功',
                icon: 'none'
                  })
              }
          })
      },
      callPhone(){
          uni.showModal({
              title:'确认联系客服吗?',
              success(e) {
                  if(e.confirm){
                      uni.makePhoneCall({
                          phoneNumber:'028-84472936'
                      })
                  }
              }
          })
      },
      openCouponPackage(order){
          console.log(order)
        uni.navigateTo({
pages/storeClaim/store-claim.vue
@@ -105,6 +105,9 @@
                }
            }
        },
        onShow() {
        this.getCouponDetail(this.storeCoupRef);
        },
        onLoad(options) {
            // 获取传递的店铺优惠券关联ID
            if (options.storeCoupRef) {