111
QYF-GitLab1
2025-01-03 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0
packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml
@@ -1,10 +1,16 @@
<!--packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml-->
<import src="psychologyAnswer.skeleton.wxml" />
<template is="skeleton" wx:if="{{loading}}" />
<view
  class="page"
  wx:if="{{!loading}}"
  style="background-color:{{isNight ? '#222' : ''}}"
>
  <view class="page-content" style="background-color:{{isNight ? '#222' : ''}}">
  <view
    wx:if="{{!loading}}"
    class="page-content"
    style="background-color:{{isNight ? '#222' : ''}}"
  >
    <question-list
      wx:if="{{!loading}}"
      sliderValue="{{sliderValue}}"
@@ -26,9 +32,10 @@
  <view
    class="page-bottom"
    style="background-color:{{isNight ? '#202020' : ''}}"
    wx:if="{{answerType !== 'errorQuestion' || (answerType == 'errorQuestion' && !loading)}}"
    wx:if="{{!loading}}"
  >
    <question-options
      wx:if="{{!loading}}"
      id="question-options"
      isShowDialog="{{isShowDialog}}"
      isNight="{{isNight}}"
@@ -39,6 +46,7 @@
      scoreData="{{scoreDataList}}"
      bind:setCollect="setCollect"
      bind:submitPaper="submitPaper"
      bind:openIsShowDialog="openIsShowDialog"
      bind:restart="restart"
      bind:goQuestion="goQuestion"
      bind:changeBGColor="changeBGColor"