From 75b9f3c8b7959ed7d9930aef73e5cc16b2de1a78 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 09 七月 2025 11:52:09 +0800 Subject: [PATCH] 数字阅读 登录 --- packageBookService/pages/bookServices/examination/examination.wxml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/examination.wxml b/packageBookService/pages/bookServices/examination/examination.wxml index cb4691c..64a5873 100644 --- a/packageBookService/pages/bookServices/examination/examination.wxml +++ b/packageBookService/pages/bookServices/examination/examination.wxml @@ -59,6 +59,7 @@ subjectiveGrade="{{subjectiveGrade}}" correctNum="{{correctNum}}" mockSumTime="{{mockData.sumTime}}" + joinGroup="{{joinGroup}}" showId="{{showId}}" bind:setCollect="setCollect" bind:submitPaper="submitPaper" @@ -80,6 +81,4 @@ ></page-container> <!-- 鍔犲叆鐝骇寮圭獥 --> -<join-dialog visible="{{visible}}" bind:joinClass="joinClass"> - -</join-dialog> \ No newline at end of file +<join-dialog visible="{{visible}}" bind:joinClass="joinClass"> </join-dialog> -- Gitblit v1.9.1