|
|
@@ -27,7 +27,7 @@ |
|
|
|
<view class='ques' wx:if="{{question&&question.length>0}}"> |
|
|
|
<text class='questionTitle'>调查问卷</text> |
|
|
|
<view class='answer' wx:for="{{question}}" wx:key="index"> |
|
|
|
<text>{{index+1}}.{{item.ques}}</text> |
|
|
|
<text>{{item.ques}}</text> |
|
|
|
<textarea name="answer{{index}}" bindinput='change' type="textarea" placeholder='请填写您的回答?'></textarea> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|