修改充值后内容不刷新的问题,修改部分接口传参空值的问题,调整接口地址,,正在做分页
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<scrollPageWrapper>
|
||||
<navigator title="常见问题" canBack="{{true}}" />
|
||||
<view class="content">
|
||||
<view wx:for="{{questions}}" list-item>
|
||||
<view wx:for="{{questions}}" wx:key="index">
|
||||
<view class="question"> {{index + 1}}、 {{ item.name }} </view>
|
||||
<view class="answer"> {{ item.content }} </view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user