From 326bdb73c590cb669af344cfdc4ee6f02bf1b0a8 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 10:16:11 +0800
Subject: [PATCH] 链接指纹是杯页面
---
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