| | |
| | | :placeholder="placeholder" |
| | | size="medium" |
| | | v-model="phone" |
| | | maxlength="10" |
| | | clearable |
| | | @input="handleInput()" |
| | | > |
| | | <template slot="prepend">+91</template> |
| | | <template slot="prepend">+81</template> |
| | | </el-input> |
| | | |
| | | <el-input |
| | |
| | | <van-checkbox v-model="checked">{{ |
| | | $t("我已閱讀並同意") |
| | | }}</van-checkbox> |
| | | <span style="color: rgb(5, 106, 239)">{{ |
| | | <span @click="gotoxy" style="color: rgb(5, 106, 239)">{{ |
| | | $t("《用戶服務協議》") |
| | | }}</span> |
| | | </div> |
| | |
| | | : ""; |
| | | }, |
| | | methods: { |
| | | gotoxy(){ |
| | | this.$router.push("/help_fwxy"); |
| | | }, |
| | | handleInput() { |
| | | if ( |
| | | this.userPassword !== "" && |