From b8fa0fa65e994fb0a7067e3348ee8604db815a9b Mon Sep 17 00:00:00 2001 From: xuxj <hugeinfo123> Date: Sun, 26 Apr 2020 09:43:14 +0800 Subject: [PATCH] Merge branch 'master' of http://git.hugeinfo.com.cn/r/nsjcy/frontEnd/nsjcy --- 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