8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
<!--pages/member/rankingListSecond/rankingListSecond.wxml-->
|
|
<view class="commission">
|
|
<van-cell-group>
|
|
<van-cell bind:click="gorankingListFirst" wx:for="{{datas}}" wx:key="index" data-index="{{index}}" title="{{item.name}}" is-link />
|
|
</van-cell-group>
|
|
</view>
|
|
<shopfoot></shopfoot>
|