会员
This commit is contained in:
@@ -305,6 +305,9 @@ layout("/mobile/platform.html"){
|
||||
},
|
||||
},
|
||||
created() {
|
||||
if (window.innerWidth > 768 && location.pathname === '/platform/member/apply/branchUnion/audit/h5') {
|
||||
window.location.replace('/platform/member/apply/branchUnion/audit');
|
||||
}
|
||||
this.initData()
|
||||
}
|
||||
})
|
||||
|
||||
@@ -128,6 +128,15 @@ layout("/mobile/platform.html"){
|
||||
<member-apply-audit-info ref="memberApplyAuditInfoRef"></member-apply-audit-info>
|
||||
</van-popup>
|
||||
</div>
|
||||
|
||||
<!--<script>-->
|
||||
<!-- (function() {-->
|
||||
<!-- if (window.innerWidth > 768 && location.pathname === '/platform/member/apply/mine/h5') {-->
|
||||
<!-- window.location.replace('/platform/member/apply/mine');-->
|
||||
<!-- }-->
|
||||
<!-- })();-->
|
||||
<!--</script>-->
|
||||
|
||||
<script>
|
||||
<!--#include('../common/memberApplyAuditInfo.js'){}#-->
|
||||
|
||||
@@ -222,6 +231,10 @@ layout("/mobile/platform.html"){
|
||||
},
|
||||
},
|
||||
created() {
|
||||
if (window.innerWidth > 768 && location.pathname === '/platform/member/apply/mine/h5') {
|
||||
window.location.replace('/platform/member/apply/mine');
|
||||
}
|
||||
|
||||
this.initData()
|
||||
}
|
||||
})
|
||||
|
||||
@@ -355,6 +355,9 @@ layout("/mobile/platform.html"){
|
||||
},
|
||||
},
|
||||
created() {
|
||||
if (window.innerWidth > 768 && location.pathname === '/platform/member/apply/schoolUnion/audit/h5') {
|
||||
window.location.replace('/platform/member/apply/schoolUnion/audit');
|
||||
}
|
||||
this.initData()
|
||||
}
|
||||
})
|
||||
|
||||
@@ -459,6 +459,10 @@ layout("/mobile/platform.html"){
|
||||
}
|
||||
},
|
||||
async created(){
|
||||
if (window.innerWidth > 768 && location.pathname === '/platform/member/apply/submit/h5') {
|
||||
window.location.replace('/platform/member/apply/submit');
|
||||
}
|
||||
|
||||
this.init()
|
||||
await this.validateApply()
|
||||
}
|
||||
|
||||
@@ -113,6 +113,15 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
if (window.innerWidth > 768 && location.pathname === '/mobile/index') {
|
||||
window.location.replace('/platform/home');
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script>
|
||||
const APP_DOMAIN = "${AppDomain!}"
|
||||
const FILE_DOMAIN = "${AppFileDomain!}"
|
||||
|
||||
Reference in New Issue
Block a user