Explorar o código

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

bruce %!s(int64=5) %!d(string=hai) anos
pai
achega
b064a06ea2
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      components/type/vip/mobile.vue
  2. 1 0
      pages/type/vip/orderRateDetail.vue

+ 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");
       }
     },