修改缴费记录和对公
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
<scrollPageWrapper>
|
||||
<navigator title="常见问题" canBack="{{true}}" />
|
||||
<view class="content">
|
||||
<view wx:for="{{questions}}" wx:key="index">
|
||||
<view class="question"> {{index + 1}}、 {{ item.name }} </view>
|
||||
<view class="answer"> {{ item.content }} </view>
|
||||
<view wx:if="{{questions.length}}">
|
||||
<view wx:for="{{questions}}" wx:key="index">
|
||||
<view class="question"> {{index + 1}}、 {{ item.name }} </view>
|
||||
<view class="answer"> {{ item.content }} </view>
|
||||
</view>
|
||||
</view>
|
||||
<empty bind:refresh="getList" />
|
||||
</view>
|
||||
</scrollPageWrapper>
|
Reference in New Issue
Block a user