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

@@ -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() {