From 8b3fbce45058894a76aefbf11b3a199f60d487d6 Mon Sep 17 00:00:00 2001
From: xuxj <hugeinfo123>
Date: Sun, 26 Apr 2020 09:40:15 +0800
Subject: [PATCH] bug修改

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

diff --git a/SunshineLnsMinApp/pages/createSub/createSub.wxml b/SunshineLnsMinApp/pages/createSub/createSub.wxml
index 719e2b7..c7e5aab 100644
--- a/SunshineLnsMinApp/pages/createSub/createSub.wxml
+++ b/SunshineLnsMinApp/pages/createSub/createSub.wxml
@@ -31,19 +31,5 @@
       </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" catchtap='submit'>提交</button>

--
Gitblit v1.8.0