From 58ae2ba21efcd85df331cf996a94038a77302b51 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 17:07:48 +0800 Subject: [PATCH] 修改报错问题 --- SunshineLnsMinApp/pages/createSubList/createSubList.wxml | 54 +++++++----------------------------------------------- 1 files changed, 7 insertions(+), 47 deletions(-) diff --git a/SunshineLnsMinApp/pages/createSubList/createSubList.wxml b/SunshineLnsMinApp/pages/createSubList/createSubList.wxml index 60fb792..b837ef7 100644 --- a/SunshineLnsMinApp/pages/createSubList/createSubList.wxml +++ b/SunshineLnsMinApp/pages/createSubList/createSubList.wxml @@ -1,49 +1,9 @@ <!--pages/createSub/createSub.wxml--> -<!--pages/detail/detail.wxml--> -<view class="container"> - <view class="title">{{question.paper.title}}</view> - <view class="des">{{question.paper.des}}</view> - <view class="question" wx:for="{{question.psqList}}" wx:key="{{index}}"> - <view class="questionB"> - <view class="questionT"> - <text wx:if="{{item.isMust == 1}}">*</text> {{index+1}}、{{item.question}} - <view wx:if="{{confirm}}" catchtap="edit" data-index="{{index}}"> - <!-- <icon class="iconfont icon-icon_edit"></icon> - 修改 --> - </view> - </view> - <view class="questionA"> - <!-- <radio-group class="radio-group" - wx:if="{{item.type == 1}}"> - <label class="radio" wx:for="{{item.answerslist}}" wx:key="{{index}}"> - <radio value="{{item.id}}"/>{{item.answer}} - </label> - </radio-group> --> - <wux-checkbox-group name="a" data-index="{{index}}" value="{{ item.value || [] }}" bind:change="onChange" wx:if="{{item.type == 1}}"> - <wux-checkbox color="positive" title="{{item.answer}}" value="{{item.answer}}" wx:for="{{item.answerslist}}" wx:key="{{index}}"> - {{item.answer}} - </wux-checkbox> - </wux-checkbox-group> +<div class="guide-all-list" data-id="{{data.id}}" bindtap='businessSchedule'> + <div class="guide-all-list-top">{{data.title}} + <span> + <image class="index-pane-icon " src="{{user}} " /> + </span> + </div> - <view class="textarea" wx:if="{{item.type == 0}}"> - <textarea placeholder="请输入回答" /> - </view> - </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 +</div> \ No newline at end of file -- Gitblit v1.8.0