From 8786023e8093d97b8d4fadc1b7f41f5883ac3a03 Mon Sep 17 00:00:00 2001
From: xuxj <hugeinfo123>
Date: Sat, 09 May 2020 10:02:40 +0800
Subject: [PATCH] 部分调整

---
 SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml b/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml
index 2df5591..d91fb2e 100644
--- a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml
+++ b/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml
@@ -46,7 +46,7 @@
         </view>
       </view>
 
-      <view class="fzpxInfo-main-group" wx:if="{{statequeId}}" data-id="{{statequeId}}" bindtap='businessSchedule'>
+      <view class="fzpxInfo-main-group" wx:if="{{statequeId&&signStatus !=='2'}}" data-id="{{statequeId}}" data-queStatus="{{activity.queStatus}}" bindtap="businessSchedule">
         <view class="fzpxInfo-main-group-title">问卷调查</view>
         <view style="display: flex; line-height:48rpx;">
           <image class="index-pane-icon " src="{{user}} " />

--
Gitblit v1.8.0