Kaynağa Gözat

1、vip跳转修改
2、vip详情log

bruce 5 yıl önce
ebeveyn
işleme
b064a06ea2

+ 1 - 1
components/type/vip/mobile.vue

@@ -392,7 +392,7 @@
         }
       },
       viewRateDetail() {
-        location.href = "orderRateDetail";
+        location.href = "../type/vip/orderRateDetail";
       },
       async getVipInfo() {
         let _this = this;

+ 1 - 0
pages/type/vip/orderRateDetail.vue

@@ -74,6 +74,7 @@
       await this.getList();
       if (bridge.isInApp) {
         bridge.setNavigationBarColor('#D89823');
+        console.log("bridge called");
       }
     },