This commit is contained in:
Paidax
2025-08-30 12:08:47 +08:00
parent d907d3eb92
commit 623f9375b7
18 changed files with 388 additions and 165 deletions
@@ -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!}"