提交 e13afdae authored 作者: 杨斌基's avatar 杨斌基

feat(上报内容): 去掉是否选择实名上报的文字及开关

上级 d3c721c7
...@@ -316,10 +316,12 @@ ...@@ -316,10 +316,12 @@
<view>实名上报</view> <view>实名上报</view>
</view> </view>
<view class="real-content"> <view class="real-content">
<!--
<view class="real-content-switch"> <view class="real-content-switch">
<view class="title">是否选择实名上报?</view> <view class="title">是否选择实名上报?</view>
<u-switch v-model="checked" active-color="#8176f9" inactive-color="#dedbfe" :size="22" /> <u-switch v-model="checked" active-color="#8176f9" inactive-color="#dedbfe" :size="22" />
</view> </view>
-->
<!-- <view class="real-content-point"> 注:实名上报不会展示实名在随手拍世界,仅供平台收集上报可信度。 </view>--> <!-- <view class="real-content-point"> 注:实名上报不会展示实名在随手拍世界,仅供平台收集上报可信度。 </view>-->
<template v-if="checked"> <template v-if="checked">
<view class="real-content-input"> <view class="real-content-input">
...@@ -406,7 +408,8 @@ export default { ...@@ -406,7 +408,8 @@ export default {
currentWord: 0, currentWord: 0,
maxWord: 20, maxWord: 20,
weekday: '', weekday: '',
checked: false, // checked: false,
checked: true,
realForm: { realForm: {
name: '', name: '',
phone: '', phone: '',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论