|
|
|
@ -30,7 +30,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view>
|
|
|
|
<view>
|
|
|
|
<view class="g_flex_row_center">
|
|
|
|
<view class="g_flex_row_center">
|
|
|
|
<rh-button primaryColor="#3578f6" btnText="登录/注册" type="primary" @clickBtn="goHome" width="260" height="44" />
|
|
|
|
<rh-button btnText="登录/注册" type="primary" @clickBtn="goHome" width="260" height="44" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="g_mt_24 g_flex_row_center g_position_rela">
|
|
|
|
<view class="g_mt_24 g_flex_row_center g_position_rela">
|
|
|
|
<rh-button primaryColor="#3578f6" width="260" height="44" icon="icon-shouji" btnText="本机号码一键登录" type="default" openType="getPhoneNumber" @clickTel="getphonenumber" />
|
|
|
|
<rh-button width="260" height="44" icon="icon-shouji" btnText="本机号码一键登录" type="default" openType="getPhoneNumber" @clickTel="getphonenumber" />
|
|
|
|
<view class="m-mask" @click="checkCheck" v-if="!switchChecked" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%"></view>
|
|
|
|
<view class="m-mask" @click="checkCheck" v-if="!switchChecked" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- #endif -->
|
|
|
|
<!-- #endif -->
|
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
<view class="g_flex_column_between g_flex_1 g_pb_24" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="g_flex_column_between g_flex_1 g_pb_24" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="g_fs_12 g_c_9 g_flex_row_center g_mb_32" style="align-items: center; margin-top: 16px">
|
|
|
|
<view class="g_fs_12 g_c_9 g_flex_row_center g_mb_32" style="align-items: center; margin-top: 16px">
|
|
|
|
<radio-group class="dib">
|
|
|
|
<radio-group class="dib">
|
|
|
|
<radio :checked="switchChecked" @click="switchChange" value="0" class="dib biggerSize" color="#3578f6" style="transform: scale(0.7)" />
|
|
|
|
<radio :checked="switchChecked" @click="switchChange" value="0" class="dib biggerSize" :color="primaryTheme" style="transform: scale(0.7)" />
|
|
|
|
</radio-group>
|
|
|
|
</radio-group>
|
|
|
|
我已阅读并同意
|
|
|
|
我已阅读并同意
|
|
|
|
<navigator url="/root/person/agreeUser" class="aLink">《用户服务协议》</navigator>
|
|
|
|
<navigator url="/root/person/agreeUser" class="aLink">《用户服务协议》</navigator>
|
|
|
|
@ -77,6 +77,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|
|
|
|
primaryTheme:getApp().globalData.themeColor,
|
|
|
|
miniAppInfo: {},
|
|
|
|
miniAppInfo: {},
|
|
|
|
svgBaseImg: this.G.store().cdnBaseImg,
|
|
|
|
svgBaseImg: this.G.store().cdnBaseImg,
|
|
|
|
isLoginCode: true,
|
|
|
|
isLoginCode: true,
|
|
|
|
|