|
@@ -242,7 +242,7 @@ completeQuestion();
|
|
" :problemListItem="problemList[problemListIndex]"></funList>
|
|
" :problemListItem="problemList[problemListIndex]"></funList>
|
|
|
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
- <!-- <view v-if="!hiddenFunction" class="function-list">
|
|
|
|
|
|
+ <view v-if="!hiddenFunction" class="function-list">
|
|
<div @click="collectTopics" class="function-item">
|
|
<div @click="collectTopics" class="function-item">
|
|
<van-icon
|
|
<van-icon
|
|
v-if="!problemList[problemListIndex].isCollect"
|
|
v-if="!problemList[problemListIndex].isCollect"
|
|
@@ -271,7 +271,7 @@ completeQuestion();
|
|
<m-jp-icon type="duti" size="25px" />
|
|
<m-jp-icon type="duti" size="25px" />
|
|
<span>读题</span>
|
|
<span>读题</span>
|
|
</div>
|
|
</div>
|
|
- <div
|
|
|
|
|
|
+ <!-- <div
|
|
@click="
|
|
@click="
|
|
() => {
|
|
() => {
|
|
explainJqVisible = true;
|
|
explainJqVisible = true;
|
|
@@ -281,15 +281,15 @@ completeQuestion();
|
|
>
|
|
>
|
|
<m-jp-icon type="jqjj" size="25px" />
|
|
<m-jp-icon type="jqjj" size="25px" />
|
|
<span>技巧讲解</span>
|
|
<span>技巧讲解</span>
|
|
- </div>
|
|
|
|
- </view> -->
|
|
|
|
|
|
+ </div> -->
|
|
|
|
+ </view>
|
|
<!-- 底部的栏目 -->
|
|
<!-- 底部的栏目 -->
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<van-tabbar height="20px">
|
|
<van-tabbar height="20px">
|
|
<van-tabbar-item @click="goBeforeTopics"><van-icon slot="icon" custom-style="transform: rotate(90deg);"
|
|
<van-tabbar-item @click="goBeforeTopics"><van-icon slot="icon" custom-style="transform: rotate(90deg);"
|
|
custom-class="last-subject" name="down" size="18px" />上一题
|
|
custom-class="last-subject" name="down" size="18px" />上一题
|
|
</van-tabbar-item>
|
|
</van-tabbar-item>
|
|
- <van-tabbar-item>
|
|
|
|
|
|
+ <van-tabbar-item style="text-align: center;">
|
|
<view>
|
|
<view>
|
|
<view>
|
|
<view>
|
|
<icon slot="icon" class="icon-box-img" type="success" size="9px"></icon>{{ trueNum }}
|
|
<icon slot="icon" class="icon-box-img" type="success" size="9px"></icon>{{ trueNum }}
|
|
@@ -297,6 +297,9 @@ completeQuestion();
|
|
<view>
|
|
<view>
|
|
<icon slot="icon" class="icon-box-img" type="clear" color="red" size="9px"></icon> {{ falseNum }}
|
|
<icon slot="icon" class="icon-box-img" type="clear" color="red" size="9px"></icon> {{ falseNum }}
|
|
</view>
|
|
</view>
|
|
|
|
+ <view>
|
|
|
|
+ {{ trueNum+ falseNum}}/{{ problemList.length }}
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -304,11 +307,12 @@ completeQuestion();
|
|
|
|
|
|
</van-tabbar-item>
|
|
</van-tabbar-item>
|
|
<van-tabbar-item>
|
|
<van-tabbar-item>
|
|
|
|
+ 技巧讲解
|
|
</van-tabbar-item>
|
|
</van-tabbar-item>
|
|
- <van-tabbar-item><van-icon slot="icon" size="18px" name="description" />{{
|
|
|
|
|
|
+ <!-- <van-tabbar-item><van-icon slot="icon" size="18px" name="description" />{{
|
|
problemListIndex + 1
|
|
problemListIndex + 1
|
|
}}/{{ problemListTotal }}
|
|
}}/{{ problemListTotal }}
|
|
- </van-tabbar-item>
|
|
|
|
|
|
+ </van-tabbar-item> -->
|
|
<van-tabbar-item @click="
|
|
<van-tabbar-item @click="
|
|
() => {
|
|
() => {
|
|
explainJsVisible = true;
|
|
explainJsVisible = true;
|
|
@@ -432,6 +436,14 @@ completeQuestion();
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</van-overlay>
|
|
</van-overlay>
|
|
|
|
+ <explainJq @close="
|
|
|
|
+ () => {
|
|
|
|
+ explainJqVisible = false;
|
|
|
|
+ }
|
|
|
|
+ " :explainJq="problemList[problemListIndex].explainJq" :explainjsmp3="problemList[problemListIndex].explainjqmp3"
|
|
|
|
+ :show="explainJqVisible">
|
|
|
|
+
|
|
|
|
+ </explainJq>
|
|
<explainJs @close="
|
|
<explainJs @close="
|
|
() => {
|
|
() => {
|
|
explainJsVisible = false;
|
|
explainJsVisible = false;
|