From 04990562a326e33f6a9e05aa456981ecc62fedd5 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 15:34:55 +0800
Subject: [PATCH] 1
---
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