返回
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="result">
|
||||
<u-navbar title="考试结果" title-color="#000" :background="backgroundNavbar"></u-navbar>
|
||||
<u-navbar title="考试结果" title-color="#000" :is-back="false" :background="backgroundNavbar"></u-navbar>
|
||||
<div class="result_info">
|
||||
<div class="grade">{{ data.score }}</div>
|
||||
<div class="tips">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="testForm">
|
||||
<u-navbar title="普法考试" title-color="#000" :background="backgroundNavbar" :is-back="false" z-index="9999"></u-navbar>
|
||||
<u-navbar title="普法考试" title-color="#000" :background="backgroundNavbar" z-index="9999"></u-navbar>
|
||||
<div class="testForm_info">
|
||||
<div v-for="(item,index) in list" :key="index">
|
||||
<div v-if="activeIndex === index">
|
||||
|
||||
Reference in New Issue
Block a user