From e90c18770dfccded106c395c05dbc88d8fd99040 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 15 四月 2024 16:17:21 +0800
Subject: [PATCH] 答题器,详情页bug修改

---
 packageBookService/pages/bookServices/examination/examination.wxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/examination.wxml b/packageBookService/pages/bookServices/examination/examination.wxml
index 39086b0..ec63e12 100644
--- a/packageBookService/pages/bookServices/examination/examination.wxml
+++ b/packageBookService/pages/bookServices/examination/examination.wxml
@@ -1,7 +1,7 @@
 <!--pages/examination/examination.wxml-->
 
 <import src="examination.skeleton.wxml" />
-<template is="skeleton" wx:if="{{true}}" />
+<template is="skeleton" wx:if="{{loading}}" />
 
 <!--瀵艰埅鍖哄煙 -->
 <view
@@ -81,7 +81,7 @@
     subjectiveNum="{{subjectiveNum}}"
     subjectiveGrade="{{subjectiveGrade}}"
     correctNum="{{correctNum}}"
-    mockSumTime="{{mock.sumTime}}"
+    mockSumTime="{{mockData.sumTime}}"
     bind:setCollect="setCollect"
     bind:submitPaper="submitPaper"
     bind:restart="restart"

--
Gitblit v1.9.1