Browse Source

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

bruce 5 years ago
parent
commit
b064a06ea2
2 changed files with 2 additions and 1 deletions
  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() {
       viewRateDetail() {
-        location.href = "orderRateDetail";
+        location.href = "../type/vip/orderRateDetail";
       },
       },
       async getVipInfo() {
       async getVipInfo() {
         let _this = this;
         let _this = this;

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

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