暂存
This commit is contained in:
@@ -209,13 +209,13 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="" v-if="tijiaoTitleId == 2" style="margin: 20rpx 0;">
|
||||
<view class="" v-if="tijiaoTitleId == 2 && false" style="margin: 20rpx 0;">
|
||||
<radio-group @change="radioChange1" class="flex_box">
|
||||
<view class="" style="margin-right:20rpx ;">
|
||||
<radio value="0" checked="true" />全部同学的</label>
|
||||
<radio value="0" />全部同学的</label>
|
||||
</view>
|
||||
<view class="">
|
||||
<radio value="1" />只看我自己的</label>
|
||||
<radio value="1" checked="true" />只看我自己的</label>
|
||||
</view>
|
||||
</radio-group>
|
||||
</view>
|
||||
@@ -472,7 +472,7 @@
|
||||
tijiaoTitleId: '0',
|
||||
taskList: [], // 任务列表
|
||||
taskHaveMore: false, // 是否还有更多
|
||||
myExperience: '0',
|
||||
myExperience: '1',
|
||||
performanceScore: {
|
||||
task1Score: 0,
|
||||
experienceScore: 0,
|
||||
@@ -833,7 +833,7 @@
|
||||
console.log('e班内提交子按钮', this.tijiaoTitleId);
|
||||
this.pPage = 0
|
||||
this.taskList = []
|
||||
this.myExperience = 0
|
||||
this.myExperience = '1'
|
||||
this.getList()
|
||||
},
|
||||
getUserInfo() {
|
||||
|
||||
Reference in New Issue
Block a user