|
@@ -396,7 +396,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
viewRateDetail() {
|
|
viewRateDetail() {
|
|
|
if (bridge.isAndroid) {
|
|
if (bridge.isAndroid) {
|
|
|
- location.href = "proginn://webview?url=https://dev.test.proginn.com/type/vip/orderRateDetail&title=会员中心"
|
|
|
|
|
|
|
+ location.href = `proginn://webview?url=${this.$store.state.domainConfig.siteUrl}/type/vip/orderRateDetail&title=会员中心`
|
|
|
} else
|
|
} else
|
|
|
location.href = "/type/vip/orderRateDetail";
|
|
location.href = "/type/vip/orderRateDetail";
|
|
|
},
|
|
},
|