|
@@ -154,7 +154,7 @@
|
|
|
<div class="section-04">
|
|
<div class="section-04">
|
|
|
<div class="handle-btn">
|
|
<div class="handle-btn">
|
|
|
<div class="ps-btn">
|
|
<div class="ps-btn">
|
|
|
- <a @click="goStoreApply">立即入驻</a>
|
|
|
|
|
|
|
+ <a @click="onRegisterClick">立即入驻</a>
|
|
|
<a href="https://mall.usoftchina.com/help/helpDetail/28" target="_blank">联系企业</a>
|
|
<a href="https://mall.usoftchina.com/help/helpDetail/28" target="_blank">联系企业</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -218,6 +218,14 @@
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ // 立即入驻
|
|
|
|
|
+ onRegisterClick () {
|
|
|
|
|
+ this.$http.get('/register/page').then(response => {
|
|
|
|
|
+ if (response.data) {
|
|
|
|
|
+ window.location.href = response.data.content
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+ },
|
|
|
checkMobile (flg) {
|
|
checkMobile (flg) {
|
|
|
let reg = /^1[0-9]{10}$/
|
|
let reg = /^1[0-9]{10}$/
|
|
|
if (flg === '' && !flg) {
|
|
if (flg === '' && !flg) {
|