|
@@ -15,6 +15,8 @@
|
|
|
src="https://ndata.zzxcx.net/ctjk/mp-wx/collection/wrongBg3.png"
|
|
|
></image>
|
|
|
<view class="choose-text1"> 做错题 </view>
|
|
|
+
|
|
|
+
|
|
|
<view
|
|
|
@click="
|
|
|
() => {
|
|
@@ -22,10 +24,15 @@
|
|
|
}
|
|
|
"
|
|
|
class="choose-text1"
|
|
|
- style="right: 0; color: #8a9099; background: #f2f3f5"
|
|
|
+ style="left: 230rpx; color: #8a9099; background: #f2f3f5"
|
|
|
>
|
|
|
收藏题
|
|
|
</view>
|
|
|
+ <view @click="
|
|
|
+ () => {
|
|
|
+ type = 'three';
|
|
|
+ }
|
|
|
+ " style="left: 460rpx;color: #8a9099; background: #f2f3f5" class="choose-text1"> 三力收藏 </view>
|
|
|
<view class="choose-text2" style="display: flex">
|
|
|
<view class=""> 共 {{ wrongListCount }} 题 </view>
|
|
|
<image
|
|
@@ -81,7 +88,75 @@
|
|
|
>
|
|
|
做错题
|
|
|
</view>
|
|
|
- <view style="right: 0" class="choose-text1"> 收藏题 </view>
|
|
|
+ <view style="left: 230rpx" class="choose-text1"> 收藏题 </view>
|
|
|
+ <view @click="
|
|
|
+ () => {
|
|
|
+ type = 'three';
|
|
|
+ }
|
|
|
+ " style="left: 460rpx;background: #f2f3f5;" class="choose-text1"> 三力收藏 </view>
|
|
|
+
|
|
|
+ <view class="choose-text2" style="display: flex">
|
|
|
+ <view class=""> 共 {{ collectionListCount }} 题 </view>
|
|
|
+ <image
|
|
|
+ @tap.stop="goExercise('collect')"
|
|
|
+ mode="widthFix"
|
|
|
+ class="goArrow"
|
|
|
+ :src="goArrow"
|
|
|
+ />
|
|
|
+ </view>
|
|
|
+ <view class="choose-tool">
|
|
|
+ <view
|
|
|
+ :hover-stop-propagation="true"
|
|
|
+ data-type="collect"
|
|
|
+ @tap.stop="clearTopics('collect')"
|
|
|
+ style="color: #00a748"
|
|
|
+ class="clear"
|
|
|
+ >
|
|
|
+ 清空收藏
|
|
|
+ </view>
|
|
|
+ <view
|
|
|
+ :hover-stop-propagation="true"
|
|
|
+ data-type="collect"
|
|
|
+ @tap.stop="
|
|
|
+ () => {
|
|
|
+ collectSyncShow = true;
|
|
|
+ }
|
|
|
+ "
|
|
|
+ style="color: #00a748"
|
|
|
+ class="sync"
|
|
|
+ >
|
|
|
+ 同步收藏
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view
|
|
|
+ v-if="type == 'three'"
|
|
|
+ class="choose-img"
|
|
|
+ style="overflow: hidden; border-radius: 40rpx"
|
|
|
+ >
|
|
|
+ <image
|
|
|
+ style="width: 100%"
|
|
|
+ mode="widthFix"
|
|
|
+ src="https://ndata.zzxcx.net/ctjk/mp-wx/collection/collectionBg3.png"
|
|
|
+ ></image>
|
|
|
+ <view
|
|
|
+ @click="
|
|
|
+ () => {
|
|
|
+ type = 'wrong';
|
|
|
+ }
|
|
|
+ "
|
|
|
+ style="color: #8a9099; background: #f2f3f5"
|
|
|
+ class="choose-text1"
|
|
|
+ >
|
|
|
+ 做错题
|
|
|
+ </view>
|
|
|
+ <view @click="
|
|
|
+ () => {
|
|
|
+ type = 'collect';
|
|
|
+ }
|
|
|
+ " style="left: 230rpx;background: #f2f3f5;" class="choose-text1"> 收藏题 </view>
|
|
|
+ <view style="left: 460rpx;" class="choose-text1"> 三力收藏 </view>
|
|
|
|
|
|
<view class="choose-text2" style="display: flex">
|
|
|
<view class=""> 共 {{ collectionListCount }} 题 </view>
|
|
@@ -629,7 +704,7 @@ export default {
|
|
|
|
|
|
top: 0rpx;
|
|
|
color: #004e81;
|
|
|
- width: 50%;
|
|
|
+ width: 230rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.choose-text2 {
|