暂存
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<span class="zmVip"></span><text>国学VIP</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="thisClass.state == '2'"
|
||||
<!-- <view v-if="thisClass.state == '2'"
|
||||
class=" zhiliang flex_box flex_between align-items_box"
|
||||
style="margin-top: 20rpx;">
|
||||
<view class="">
|
||||
@@ -70,7 +70,7 @@
|
||||
<text>不合格:</text>
|
||||
<text>20 人</text>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="newBox">
|
||||
<view :class="['item',
|
||||
@@ -500,6 +500,12 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
seePaper(val) {
|
||||
// console.log('点击了');
|
||||
uni.navigateTo({
|
||||
url: `/pages/miniClass/paperBack?id=${val}`
|
||||
})
|
||||
},
|
||||
chooseStudent(data){
|
||||
console.log('xuesheng',data);
|
||||
this.thisStudentScore = data
|
||||
|
||||
Reference in New Issue
Block a user