This commit is contained in:
@fawn-nine
2024-09-04 17:10:50 +08:00
parent 69cbc35e0a
commit a9f706e96f
11 changed files with 1491 additions and 569 deletions

View File

@@ -51,7 +51,7 @@
</view>
</uni-forms-item>
</view>
<view class="input_box" v-if="form.type == 2">
<view class="input_box" v-if="false">
<radio-group @change="radioChange" class="flex_box">
<view class="" style="margin-right:20rpx ;">
<radio value="0" :checked="0 == form.display" />他人不可见</label>
@@ -133,7 +133,10 @@ import $http from '@/config/requestConfig.js';
console.log('收到的值', e);
if(e.sort != 'undefined' && e.sort){
this.form.sort = e.sort
}
}
if(e.type = 2){
this.form.display = '0'
}
this.pageType = e.type
this.form.classId = e.classId
this.form.type = e.type