Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wechat_app into dev
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"> | ||||
|   | ||||
| @@ -33,7 +33,7 @@ | ||||
|             <div class="type_left">答案解析</div> | ||||
|           </div> | ||||
|           <div class="topic mar-top" v-if="showAnalysis"> | ||||
|             <div><span>正确答案:</span><span style="color: #3BBC37">{{ rightOpt }}</span></div> | ||||
|             <div><span>正确答案:</span><span style="color: #3BBC37">{{ rightOpt.toString() }}</span></div> | ||||
|             <div style="margin-top: 8px" v-html="list[activeIndex].analysis"></div> | ||||
|           </div> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user