|
<!--pages/qingjiashengqing/qingjiashengqing.wxml-->
|
|
<view class="policyList">
|
|
<view class="policy-item">
|
|
<van-cell-group wx:for="{{name}}">
|
|
<van-cell title="{{item}}{{l_time[index]}}{{what[index]}}申请" value="{{status[index]}}" />
|
|
</van-cell-group>
|
|
</view>
|
|
</view>
|
|
|