Commit f7884a68 authored by 罗超's avatar 罗超

2

parent fe348df8
......@@ -22,9 +22,9 @@
<view class="scanBox" @click="scan">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/scan2x.png"
mode="aspectFit" class="scanIcon"></image>
<view class="scanText">
<!-- <view class="scanText">
签到
</view>
</view> -->
</view>
</view>
</navbar>
......@@ -108,10 +108,9 @@
<text>{{item.Name}}</text>
<view style="
height: 60rpx;
line-height: 59rpx;
font-size: 24rpx;
font-weight: 500;
color: #4C50E7;display: flex;" @click="jumpGarden(item.Id)">查看更多
color: #4C50E7;display: flex;align-items: center;" @click="jumpGarden(item.Id)">查看更多
<van-icon name="arrow" />
</view>
</view>
......@@ -396,6 +395,7 @@
}
.swiper {
height: 100%;
position: relative;
border-radius: 20rpx;
}
......
......@@ -75,7 +75,6 @@
const total = data.reviewGroupList.length + data.prepGroupList.length
if (data.curTest == total) {
methods.submitWordsTest()
data.curTest = total - 1
}
},
next(val, item) {
......@@ -125,6 +124,12 @@
this.msg.NextChapterId = options.NextChapterId;
this.getList();
},
onShow() {
const total = this.reviewGroupList.length + this.prepGroupList.length
if(this.curTest==total&&this.curTest!==0){
this.curTest = total - 1
}
}
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment