暂存
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<!-- 提交记录 -->
|
||||
<view v-show="thisTask.reply">
|
||||
<uni-section class="mb-10 nobg" title="提交记录" type="line"></uni-section>
|
||||
<view class="">
|
||||
<view class="" v-if="thisTask.type == '1'">
|
||||
<radio-group @change="radioChange1" class="flex_box">
|
||||
<view class="" style="margin-right:20rpx ;">
|
||||
<radio value="0" />全部同学的提交</label>
|
||||
@@ -124,7 +124,7 @@
|
||||
<!-- <input type="password" maxlength="8" v-model="confirmPassword" placeholder="请确认密码" /> -->
|
||||
</view>
|
||||
|
||||
<view class="input_box">
|
||||
<view class="input_box" v-if="thisTask.type == '1'">
|
||||
<radio-group @change="radioChange" class="flex_box">
|
||||
<view class="" style="margin-right:20rpx ;">
|
||||
<radio value="0" :checked="0 == form.display" />他人不可见</label>
|
||||
@@ -168,7 +168,7 @@
|
||||
form: {
|
||||
taskId: undefined,
|
||||
id: undefined,
|
||||
display: "1", //0不展示1展示
|
||||
display: "0", //0不展示1展示
|
||||
content: "",
|
||||
img: ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user