暂存
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user