Commit f7884a68 authored by 罗超's avatar 罗超

2

parent fe348df8
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
<view class="scanBox" @click="scan"> <view class="scanBox" @click="scan">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/scan2x.png" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/scan2x.png"
mode="aspectFit" class="scanIcon"></image> mode="aspectFit" class="scanIcon"></image>
<view class="scanText"> <!-- <view class="scanText">
签到 签到
</view> </view> -->
</view> </view>
</view> </view>
</navbar> </navbar>
...@@ -108,10 +108,9 @@ ...@@ -108,10 +108,9 @@
<text>{{item.Name}}</text> <text>{{item.Name}}</text>
<view style=" <view style="
height: 60rpx; height: 60rpx;
line-height: 59rpx;
font-size: 24rpx; font-size: 24rpx;
font-weight: 500; 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" /> <van-icon name="arrow" />
</view> </view>
</view> </view>
...@@ -396,6 +395,7 @@ ...@@ -396,6 +395,7 @@
} }
.swiper { .swiper {
height: 100%;
position: relative; position: relative;
border-radius: 20rpx; border-radius: 20rpx;
} }
......
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
const total = data.reviewGroupList.length + data.prepGroupList.length const total = data.reviewGroupList.length + data.prepGroupList.length
if (data.curTest == total) { if (data.curTest == total) {
methods.submitWordsTest() methods.submitWordsTest()
data.curTest = total - 1
} }
}, },
next(val, item) { next(val, item) {
...@@ -125,6 +124,12 @@ ...@@ -125,6 +124,12 @@
this.msg.NextChapterId = options.NextChapterId; this.msg.NextChapterId = options.NextChapterId;
this.getList(); this.getList();
}, },
onShow() {
const total = this.reviewGroupList.length + this.prepGroupList.length
if(this.curTest==total&&this.curTest!==0){
this.curTest = total - 1
}
}
}; };
</script> </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