ltx529596 4 年 前
コミット
7567e33161
2 ファイル変更1 行追加2 行削除
  1. 0 1
      src/pages/index/conversion.vue
  2. 1 1
      src/pages/index/index.vue

+ 0 - 1
src/pages/index/conversion.vue

@@ -126,7 +126,6 @@ export default {
         content: '是否兑换?',
         success: confirmRes => {
           if (confirmRes.confirm) {
-            console.log(_self.orderDetail.qrcode);
             if (!_self.orderDetail.qrcode) {
               _self.$mHelper.toast('非自营订单无法兑换!')
               return

+ 1 - 1
src/pages/index/index.vue

@@ -388,7 +388,7 @@ export default {
     this.getShopList();
     this.loading = false;
   },
-  // // 页面生命周期 监听页面加载
+  // 页面生命周期 监听页面加载
   // onLoad() {
   //   _self = this;
   //   this.cWidth = uni.upx2px(690); // upx2px 转换为px