| | |
| | | <van-checkbox v-model="checked">{{ |
| | | $t("我已閱讀並同意") |
| | | }}</van-checkbox> |
| | | <span @click="gotoxy" style="color: rgb(5, 106, 239)">{{ |
| | | <span @click="gotoxy" style="color: #c4d600">{{ |
| | | $t("《用戶服務協議》") |
| | | }}</span> |
| | | </div> |
| | |
| | | |
| | | <div class="register" @click="$router.push('/login')"> |
| | | {{ $t("已有賬號?") |
| | | }}<span style="color: rgb(5, 106, 239)">{{ $t("馬上登錄") }}</span> |
| | | }}<span style="color: #c4d600">{{ $t("馬上登錄") }}</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | export default { |
| | | components: { |
| | | headers, |
| | | headers |
| | | }, |
| | | name: "newRegister", |
| | | data() { |
| | |
| | | code: "", |
| | | userPassword: "", |
| | | btnClass: false, |
| | | rePassword: "", |
| | | rePassword: "" |
| | | }; |
| | | }, |
| | | mounted() { |
| | |
| | | : ""; |
| | | }, |
| | | methods: { |
| | | gotoxy(){ |
| | | gotoxy() { |
| | | this.$router.push("/help_fwxy"); |
| | | }, |
| | | handleInput() { |
| | |
| | | phone: this.phone, |
| | | yzmCode: "6666", |
| | | userPwd: this.userPassword, |
| | | agentCode: this.userName, |
| | | agentCode: this.userName |
| | | }; |
| | | let data = await api.register(opts); |
| | | if (data.status === 0) { |
| | |
| | | // 支持 |
| | | navigator.vibrate([55]); |
| | | } |
| | | }, |
| | | }, |
| | | } |
| | | } |
| | | }; |
| | | </script> |
| | | |
| | | <style scoped lang="less"> |
| | | <style scoped lang="less"> |
| | | @green: #c4d600; |
| | | .register { |
| | | font-style: normal; |
| | | font-weight: 400; |
| | |
| | | } |
| | | .radio-con { |
| | | margin-top: 0.32rem; |
| | | } |
| | | /deep/ .van-checkbox__icon--checked .van-icon { |
| | | background: @green; |
| | | border-color: @green; |
| | | } |
| | | /deep/ .van-checkbox__label { |
| | | font-style: normal; |
| | |
| | | margin-top: 40px; |
| | | height: 60px; |
| | | border-radius: 8px; |
| | | background-color: @green; |
| | | border-color: @green; |
| | | } |
| | | .mes { |
| | | width: 100%; |