You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
<view class='help'>
|
|
<view class='help_item' wx:for="{{questList}}" wx:key="index">
|
|
<view class='title' data-index='{{index}}' catchtap='panel'>
|
|
<view class='title_1'>{{item.questions}}</view>
|
|
</view>
|
|
<view class='detail' style="height:{{ item.t?'':0}}">{{item.answers}}</view>
|
|
</view>
|
|
</view> |