|
|
|
@ -73,7 +73,7 @@
|
|
|
|
<view class="g_mt_12">
|
|
|
|
<view class="g_mt_12">
|
|
|
|
<view class="g_flex_row_center g_mb_12" style="color: rgba(0, 0, 0, 0.45)">
|
|
|
|
<view class="g_flex_row_center g_mb_12" style="color: rgba(0, 0, 0, 0.45)">
|
|
|
|
<u-checkbox-group @change="radioGroupChange" shape="circle">
|
|
|
|
<u-checkbox-group @change="radioGroupChange" shape="circle">
|
|
|
|
<u-checkbox v-model="agreeRadio" name="agree" active-color="#00b666">
|
|
|
|
<u-checkbox v-model="agreeRadio" name="agree" :active-color="activeColor">
|
|
|
|
<view class="g_flex_row_center g_fs_12">
|
|
|
|
<view class="g_flex_row_center g_fs_12">
|
|
|
|
<view>我已阅读并同意</view>
|
|
|
|
<view>我已阅读并同意</view>
|
|
|
|
<view @click.stop="goPage('/root/person/agreeUser')">《用户协议》</view>
|
|
|
|
<view @click.stop="goPage('/root/person/agreeUser')">《用户协议》</view>
|
|
|
|
@ -212,6 +212,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|
|
|
|
activeColor:getApp().globalData.themeColor,
|
|
|
|
detailRes: {},
|
|
|
|
detailRes: {},
|
|
|
|
IS_CREATOR: false,
|
|
|
|
IS_CREATOR: false,
|
|
|
|
jobType: 2,
|
|
|
|
jobType: 2,
|
|
|
|
|