You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class="b1" hidden="{{flag}}">
- <view class='con'>
- <image class='close' mode='widthFix' src="./../../assets/img/closed.png" bindtap="close"></image>
- <image class='image' src="./../../assets/img/headbg.png" mode='widthFix'></image>
- <image class='img image' src="./../../assets/img/ques_bg.png" mode='widthFix'></image>
- <form class='question' bindsubmit="formSubmit" bindreset="formReset">
- <text class='title'>{{questionnaire.title}}</text>
- <view class='quessss'>
- <view class='ques' wx:for="{{questionnaire.questions}}" wx:key="{{index}}">{{item.ques}}</view>
- </view>
- </form>
- </view>
- </view>
|