From ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 25 三月 2024 16:23:32 +0800 Subject: [PATCH] 微信支付 --- packageBookService/pages/bookServices/examination/questionList/index.wxml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxml b/packageBookService/pages/bookServices/examination/questionList/index.wxml index 08c85f6..73af0ce 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.wxml +++ b/packageBookService/pages/bookServices/examination/questionList/index.wxml @@ -1,13 +1,13 @@ <!--pages/bookServices/examination/questionList/index.wxml--> <view class="question-list" - style="background-color:{{isNight ? '#000' : '#fff'}}" + style="background-color:{{isNight ? '#222' : '#fff'}}" > <!-- 棰樺瀷title --> <view class="question-title" wx:if="{{questionList[showIndex].type}}" - style="background-color:{{isNight ? '#000' : '#fff'}}" + style="background-color:{{isNight ? '#222' : '#fff'}}" > <text class="title-name">{{questionList[showIndex].type}}</text ><text class="title-score" style="color: {{isNight ? '#fff' : '#000'}};" @@ -39,7 +39,7 @@ class="title-TxtAndImage" > <text>{{item.stem.stemTxt}}</text> - <t-image src="{{item.stem.stemImage}}"></t-image> + <t-image src="{{item.stem.stemImage}}" /> </view> <!-- 瀵屾枃鏈� --> <view @@ -108,7 +108,7 @@ <!-- 浠呭浘鐗� --> <view wx:if="{{item.optionStyle == 'Image'}}" class="fl-center"> <text>{{contentItem.value}}銆�</text> - <t-image src="{{contentItem.img}}"></t-image> + <t-image src="{{contentItem.img}}" /> </view> <!-- 鏂囧瓧鍔犲浘鐗� --> <view @@ -117,7 +117,7 @@ > <text>{{contentItem.value}}銆�</text> <text>{{contentItem.txt}}</text> - <t-image src="{{contentItem.img}}"></t-image> + <t-image src="{{contentItem.img}}" /> </view> <!-- 瀵屾枃鏈� --> <view wx:if="{{item.optionStyle == 'RichText'}}"> @@ -162,7 +162,7 @@ <!-- 浠呭浘鐗� --> <view wx:if="{{item.optionStyle == 'Image'}}" class="fl-center"> <text>{{contentItem.value}}銆�</text> - <t-image src="{{contentItem.img}}"></t-image> + <t-image src="{{contentItem.img}}" /> </view> <!-- 鏂囧瓧鍔犲浘鐗� --> <view @@ -171,7 +171,7 @@ > <text>{{contentItem.value}}銆�</text> <text>{{contentItem.txt}}</text> - <t-image src="{{contentItem.img}}"></t-image> + <t-image src="{{contentItem.img}}" /> </view> <!-- 瀵屾枃鏈� --> <view wx:if="{{item.optionStyle == 'RichText'}}"> -- Gitblit v1.9.1