@@ -44,7 +44,7 @@
</div>
<div class="button">
- <van-button plain class="forget" v-if="$store.state.review" @click="getSim"> 获取手机号码 </van-button>
+ <!-- <van-button plain class="forget" v-if="$store.state.review" @click="getSim"> 获取手机号码 </van-button> -->
<van-button block native-type="submit" color="#26F50D" class="sure">现在出发!</van-button>
<van-button class="del" block plain @click="$router.replace('/register')"
@@ -130,7 +130,7 @@ export default {
window.location.href = 'https://www.raex.vip/9th/home?review=true';
},
goTest() {
- window.location.href = 'https://test.raex.vip/9th/home?review=true';
+ window.location.href = 'https://test.raex.vip/9th/home';
}
};