|
@@ -23,7 +23,7 @@
|
|
placeholder="请输入验证码" type="number" class="Regular" />
|
|
placeholder="请输入验证码" type="number" class="Regular" />
|
|
</view>
|
|
</view>
|
|
<!-- -->
|
|
<!-- -->
|
|
- <button :class='codestatus?"activeCode":""' @click='getcode'
|
|
|
|
|
|
+ <button :class='codestatus?"activeCode":""' @click='getcode'
|
|
class='getcode Regular'>{{sendText}}</button>
|
|
class='getcode Regular'>{{sendText}}</button>
|
|
</view>
|
|
</view>
|
|
<view style='border-bottom:1px solid #E8E9ED;padding:10px 0;position:relative;'>
|
|
<view style='border-bottom:1px solid #E8E9ED;padding:10px 0;position:relative;'>
|
|
@@ -44,9 +44,9 @@
|
|
width="17px" height="17px"></u--image>
|
|
width="17px" height="17px"></u--image>
|
|
已阅读并同意
|
|
已阅读并同意
|
|
<navigator
|
|
<navigator
|
|
- url="/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/userAgreement.html"
|
|
|
|
|
|
+ url="/pages/public/serviceAgreement/serviceAgreement?url=http://liangxin.zthymaoyi.com/cytUserAgreement.html"
|
|
class="path" hover-class="navigator-hover">《服务协议》</navigator>和<navigator
|
|
class="path" hover-class="navigator-hover">《服务协议》</navigator>和<navigator
|
|
- url="/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/screctAgreement.html"
|
|
|
|
|
|
+ url="/pages/public/cytScrectAgreement/cytScrectAgreement?url=http://liangxin.zthymaoyi.com/cytScrectAgreement.html"
|
|
class="path" hover-class="navigator-hover">《隐私政策》</navigator>
|
|
class="path" hover-class="navigator-hover">《隐私政策》</navigator>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -164,7 +164,7 @@
|
|
},
|
|
},
|
|
getcode() {
|
|
getcode() {
|
|
var that = this
|
|
var that = this
|
|
- if(this.sendText != "获取验证码" ){
|
|
|
|
|
|
+ if (this.sendText != "获取验证码") {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (/^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.phone)) {
|
|
if (/^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.phone)) {
|