From 5c236aa8ee143c1f0f23e738f92c0ebc21270549 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 02 四月 2024 16:26:28 +0800 Subject: [PATCH] 答题器bug修改 --- packageBookService/pages/bookServices/examination/questionList/index.wxml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxml b/packageBookService/pages/bookServices/examination/questionList/index.wxml index f60fe31..02022f2 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.wxml +++ b/packageBookService/pages/bookServices/examination/questionList/index.wxml @@ -172,6 +172,7 @@ wx:key="contentIndex" > <t-checkbox + icon="rectangle" block="{{false}}" value="{{contentItem.value}}" style="background-color:{{isNight ? '#222' :'#F9F9F9'}}; display: flex; align-items: center; margin-bottom: 20rpx;" -- Gitblit v1.9.1