From c192e381734b9caf173c90bb9141dff0326785ee Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 17 七月 2025 14:20:11 +0800 Subject: [PATCH] 京师智教小程序的专题活动模块 不做点击进入页面提示复制链接 点击时直接提示“请移步PC端查看” --- packageBookService/pages/psychologyAnswer/questionOptions/index.wxml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml index 2881232..5098630 100644 --- a/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml +++ b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml @@ -74,7 +74,7 @@ wx:for-index="cindex" wx:key="cindex" style="border: {{showId == citem.id ? '1px solid #ff6c00' : ''}}" - class="question-box {{ citem.isUserAnswer ? 'answered' : 'un-answered' }}" + class="question-box {{ citem.userAnswer ? 'answered' : 'un-answered' }}" > {{cindex+1}} </view> @@ -170,7 +170,8 @@ <scroll-view scroll-y style="height: 30vh; overflow-y: auto"> <view class="report-li"> <view class="report-li-left" style="white-space: nowrap" - >棰樼洰鎬绘暟锛�</view> + >棰樼洰鎬绘暟锛�</view + > <view class="report-li-right">{{questionDataList.length}}閬�</view> </view> <view -- Gitblit v1.9.1