|
@@ -70,7 +70,7 @@
|
|
|
mode=""></image>
|
|
|
<view class="stu-tag text-center ui-flex-row ui-mt10">
|
|
|
<view class="stu-tag-add ui-flex-1">{{item1.plus_score_total}}</view>
|
|
|
- <view class="stu-tag-sub ui-flex-1">-{{item1.minus}}</view>
|
|
|
+ <view class="stu-tag-sub ui-flex-1">-{{item1.minus_score_total}}</view>
|
|
|
</view>
|
|
|
<view class="txt-white f28 ui-pt10">
|
|
|
{{item1.title}}
|
|
@@ -241,9 +241,7 @@
|
|
|
this.$refs.markScore.open(1);
|
|
|
},
|
|
|
Comment(item) {
|
|
|
-
|
|
|
if (this.multiSelect) {
|
|
|
-
|
|
|
let index = this.activeList.indexOf(item.id)
|
|
|
if (index >= 0) {
|
|
|
this.activeList.splice(index, 1);
|
|
@@ -342,7 +340,6 @@
|
|
|
this.$api.sendRequest({
|
|
|
url: `/mobile/studentTab/getstudentTabLog`,
|
|
|
method: "post",
|
|
|
-
|
|
|
data: {
|
|
|
page: this.studentTab.current_page + 1,
|
|
|
class_id: 2
|
|
@@ -420,7 +417,6 @@
|
|
|
|
|
|
.ranked {
|
|
|
width: 100%;
|
|
|
-
|
|
|
text-align: center;
|
|
|
font-size: 10px;
|
|
|
box-sizing: border-box;
|
|
@@ -438,7 +434,6 @@
|
|
|
width: 100%;
|
|
|
cursor: pointer;
|
|
|
transition: 100ms;
|
|
|
-
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
}
|