Sanakey
2020-11-27 c09e73d16d3c2b25fd76773dd1a6eb7619cae2cc
1
2
3
4
5
6
7
8
<!--pages/promotionsManage/promotionsManage.wxml-->
<van-cell-group>
  <my-entry-cell wx:for="{{arrayList}}" wx:key="key" list-item="{{item}}">
    <view class="right-view text-center flex-col flex-center">
      <text class="iconfont icon-shezhi-xianxing"></text>
    </view>
  </my-entry-cell>
</van-cell-group>