From d7004986135c0885c1b9a92fb48919179732c00d Mon Sep 17 00:00:00 2001
From: xuxj <hugeinfo123>
Date: Sat, 09 May 2020 09:20:13 +0800
Subject: [PATCH] BUG修改
---
SunshineLnsMinApp/pages/createSub/createSub.wxml | 19 +++----------------
1 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/SunshineLnsMinApp/pages/createSub/createSub.wxml b/SunshineLnsMinApp/pages/createSub/createSub.wxml
index 719e2b7..68627ab 100644
--- a/SunshineLnsMinApp/pages/createSub/createSub.wxml
+++ b/SunshineLnsMinApp/pages/createSub/createSub.wxml
@@ -31,19 +31,6 @@
</view>
</view>
</view>
- <!-- <view class="question" wx:if="{{confirm}}">
- <view class="selectType">
- <view class="toRadio" data-type="1" catchtap="toRadio">
- <icon class="iconfont icon-guanbi"></icon>
- 单选题
- </view>
- <view class="toFillBlack" data-type="0" catchtap="toRadio">
- <icon class="iconfont icon-combinedshapecopy2"></icon>
- 填空题
- </view>
- </view>
- </view> -->
- <button class="btn" catchtap='submit' wx:if="{{confirm}}">提交</button>
- <button class="btn" catchtap='publish' wx:if="{{!confirm}}">确认发布</button>
- <button class="btn" catchtap='returnEdit' wx:if="{{!confirm}}">返回修改</button>
-</view>
\ No newline at end of file
+</view>
+<button class="btn" wx:if="{{!disabled}}" catchtap='submit'>提交</button>
+<button class="btn" wx:if="{{disabled}}" disabled catchtap='submit'>已提交</button>
--
Gitblit v1.8.0