为了审核增加用户隐私协议
This commit is contained in:
@@ -21,7 +21,14 @@
|
||||
</template>
|
||||
</uv-cell>
|
||||
<uv-cell title="性别" @click="sexPicker.open()" :isLink="true" :value="showGenderText"></uv-cell>
|
||||
<uv-cell title="百禄形象" @click="gotoMascot()" :isLink="true" :border="false" :value="mascotName"></uv-cell>
|
||||
<uv-cell title="百禄形象" @click="gotoMascot()" :isLink="true" :value="mascotName"></uv-cell>
|
||||
<uv-cell
|
||||
title="用户隐私协议"
|
||||
@click="common.navigateTo('/pages/login/ysxy?page=1')"
|
||||
:isLink="true"
|
||||
:border="false"
|
||||
></uv-cell>
|
||||
|
||||
</uv-cell-group>
|
||||
</view>
|
||||
<avatar-cropper
|
||||
|
||||
Reference in New Issue
Block a user