FillBlank.wxml 440 B

1
  1. <view><question-title vue-id="1" num="{{num}}" title="{{question.question.questionTitle}}" bind:__l="__l"></question-title><view class="fill-blank"><block wx:for="{{question.blankCount}}" wx:for-item="index" wx:for-index="__i0__" wx:key="*this"><input type="text" placeholder="请填写内容" data-event-opts="{{[['input',[['fillInAnswer',['$0','$event'],[[['question.blankCount','',__i0__]]]]]]]}}" bindinput="__e"/></block></view></view>