panhui hace 3 años
padre
commit
9865248ffa
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/views/account/Login.vue
  2. 1 1
      src/views/account/Setting.vue

+ 1 - 1
src/views/account/Login.vue

@@ -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')"

+ 1 - 1
src/views/account/Setting.vue

@@ -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';
         }
     }
 };