|
@@ -0,0 +1,335 @@
|
|
|
+<template>
|
|
|
+ <view class="web_box vflex active jbetween">
|
|
|
+ <view class="">
|
|
|
+ <u-navbar height="44" leftIcon="arrow-left" leftIconColor="#000" leftText="题目解析" @leftClick="leftClick" :autoBack="true" bgColor="#fff">
|
|
|
+ </u-navbar>
|
|
|
+ <view class="box">
|
|
|
+ <view class="hflex acenter jend">
|
|
|
+ <view class="text_style1"><span style="font-size: 40rpx;">{{index}}</span>/{{examPaper.exam.length}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter jbetween">
|
|
|
+ <view class="hflex acenter">
|
|
|
+ <view class="name">{{examPaper.name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter">
|
|
|
+ <view class="answer">
|
|
|
+ <u-icon name="order" color="#333333" size="22" @click="showSheet = true"></u-icon>
|
|
|
+ </view>
|
|
|
+ <u-icon v-if="examPaper.exam[index - 1].collect" name="star-fill" color="#FA6400" size="22" @click="collect"></u-icon>
|
|
|
+ <u-icon v-else name="star" color="#333333" size="22" @click="collect"></u-icon>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="box">
|
|
|
+ <view class="type">{{examPaper.exam[index - 1].type}}</view>
|
|
|
+ <view class="content">
|
|
|
+ <u-parse :content="examPaper.exam[index - 1].topic"></u-parse>
|
|
|
+ </view>
|
|
|
+ <view class="">
|
|
|
+ <view class="hflex acenter cell">
|
|
|
+ <view class="options" :class="examPaper.exam[index - 1].answer.includes('A') ? 'active' : ''">A</view>
|
|
|
+ <view class="options_value">{{examPaper.exam[index - 1].options[0].name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter cell">
|
|
|
+ <view class="options" :class="examPaper.exam[index - 1].answer.includes('B') ? 'active' : ''">B</view>
|
|
|
+ <view class="options_value">{{examPaper.exam[index - 1].options[1].name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter cell">
|
|
|
+ <view class="options" :class="examPaper.exam[index - 1].answer.includes('C') ? 'active' : ''">C</view>
|
|
|
+ <view class="options_value">{{examPaper.exam[index - 1].options[2].name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter cell">
|
|
|
+ <view class="options" :class="examPaper.exam[index - 1].answer.includes('D') ? 'active' : ''">D</view>
|
|
|
+ <view class="options_value">{{examPaper.exam[index - 1].options[3].name}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="box">
|
|
|
+ <view class="answer_bg hflex acenter jbetween">
|
|
|
+ <view class="text_style2">正确答案:{{examPaper.exam[index - 1].answer}}</view>
|
|
|
+ <view class="text_style2">你的答案:{{examPaper.exam[index - 1].value}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="bottom hflex acenter jcenter">
|
|
|
+ <view v-if="index === examPaper.exam.length" class="btn1" @click="result">返回</view>
|
|
|
+ <view v-else class="btn1" @click="nextExam">下一题</view>
|
|
|
+ </view>
|
|
|
+ <!-- 答题卡 -->
|
|
|
+ <u-popup :show="showSheet" @close="showSheet = false" mode="bottom" :round="10">
|
|
|
+ <view class="popup_sheet vflex acenter jcenter">
|
|
|
+ <view class="hflex acenter jbetween" style="width: 100%;">
|
|
|
+ <view></view>
|
|
|
+ <view class="popup_title">答题卡</view>
|
|
|
+ <u-icon name="close" color="#333333" size="18" @click="showSheet = false"></u-icon>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter fwrap">
|
|
|
+ <block v-for="(item,index) in examPaper.exam" :key="index">
|
|
|
+ <view class="options options_item" :class="item.state ? 'active' : ''" @click="toTest(index)">{{index + 1}}</view>
|
|
|
+ </block>
|
|
|
+ </view>
|
|
|
+ <view class="sheet_bottom">
|
|
|
+ <view class="sheet_submit" @click="result">返回</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </u-popup>
|
|
|
+ </view>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+ export default {
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ examPaper: {
|
|
|
+ name: '基于能源互联网的新能源',
|
|
|
+ time: 90,
|
|
|
+ exam: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ type: '单选题',
|
|
|
+ topic: '西别联做约今情器日《金往需例少员传应边海般运容》意构,声今情器日速国最手决查更布。',
|
|
|
+ options: [
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ collect: false,
|
|
|
+ state: false,
|
|
|
+ value: ['A'],
|
|
|
+ answer: ['B']
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ type: '多选题',
|
|
|
+ topic: '西别联做约今情器日《金往需例少员传应边海般运容》意构,声今情器日速国最手决查更布。',
|
|
|
+ options: [
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ collect: false,
|
|
|
+ state: false,
|
|
|
+ value: ['A','B','C'],
|
|
|
+ answer: ['A','B','C','D']
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ type: '单选题',
|
|
|
+ topic: '西别联做约今情器日《金往需例少员传应边海般运容》意构,声今情器日速国最手决查更布。',
|
|
|
+ options: [
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '①②③④⑤'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ collect: false,
|
|
|
+ state: false,
|
|
|
+ value: ['A'],
|
|
|
+ answer: ['B']
|
|
|
+ },
|
|
|
+ ],
|
|
|
+
|
|
|
+ },
|
|
|
+ index: 1,
|
|
|
+ showSheet:false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ onLoad() {
|
|
|
+
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ leftClick() {
|
|
|
+
|
|
|
+ },
|
|
|
+ // 收藏题目
|
|
|
+ collect() {
|
|
|
+ this.examPaper.exam[this.index - 1].collect = !this.examPaper.exam[this.index - 1].collect
|
|
|
+ },
|
|
|
+ // 下一题
|
|
|
+ nextExam() {
|
|
|
+ this.values = []
|
|
|
+ this.index ++;
|
|
|
+ },
|
|
|
+ // 答题卡
|
|
|
+ toTest(inx) {
|
|
|
+ this.index = inx + 1
|
|
|
+ this.showSheet = false
|
|
|
+ },
|
|
|
+ // 返回
|
|
|
+ result() {
|
|
|
+ uni.switchTab({
|
|
|
+ url: '/pages/index/index'
|
|
|
+ })
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+</script>
|
|
|
+
|
|
|
+<style scoped lang="scss">
|
|
|
+ .web_box::v-deep {
|
|
|
+
|
|
|
+ .u-navbar {
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 36px 16px 58rpx 0;
|
|
|
+ }
|
|
|
+ .box {
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 30rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
+ }
|
|
|
+ .name {
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+ .text_style1 {
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+ .answer {
|
|
|
+ padding-right: 38rpx;
|
|
|
+ }
|
|
|
+ .type {
|
|
|
+ width: 126rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ background: #2988FE;
|
|
|
+ border-radius: 16px;
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 40rpx;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .content {
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 16rpx 0 60rpx;
|
|
|
+ }
|
|
|
+ .options {
|
|
|
+ width: 72rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ border: 1px solid #979797;
|
|
|
+ border-radius: 50%;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #666666;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 72rpx;
|
|
|
+ }
|
|
|
+ .options_value {
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ padding-left: 26rpx;
|
|
|
+ }
|
|
|
+ .cell {
|
|
|
+ padding: 20rpx;
|
|
|
+ }
|
|
|
+ .active {
|
|
|
+ background: #2988FE;
|
|
|
+ color: #FFFFFF !important;
|
|
|
+ }
|
|
|
+ .answer_bg {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 94rpx;
|
|
|
+ background: #F8F8F8;
|
|
|
+ border-radius: 32rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 64rpx;
|
|
|
+ }
|
|
|
+ .bottom {
|
|
|
+ width: 100%;
|
|
|
+ height: 83px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ }
|
|
|
+ .btn1 {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ background: linear-gradient(135deg, #53BDFF 0%, #2988FE 100%);
|
|
|
+ border-radius: 40rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 80rpx;
|
|
|
+ }
|
|
|
+ .popup_sheet {
|
|
|
+ width: 100%;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 24px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 28rpx 32rpx;
|
|
|
+ }
|
|
|
+ .popup_title {
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #2988FE;
|
|
|
+ }
|
|
|
+ .options {
|
|
|
+ width: 72rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ border: 1px solid #979797;
|
|
|
+ border-radius: 50%;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #666666;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 72rpx;
|
|
|
+ }
|
|
|
+ .options_item {
|
|
|
+ margin: 60rpx 66rpx 0 0;
|
|
|
+ }
|
|
|
+ .options_item:nth-child(5n) {
|
|
|
+ margin: 60rpx 0 0 0;
|
|
|
+ }
|
|
|
+ .sheet_bottom {
|
|
|
+ margin-top: 106rpx;
|
|
|
+ }
|
|
|
+ .sheet_submit {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ background: linear-gradient(135deg, #53BDFF 0%, #2988FE 100%);
|
|
|
+ border-radius: 40rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 80rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+</style>
|