You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
388 B
7 lines
388 B
<!--pages/cloud_currency_center/rule/rule.wxml-->
|
|
<view class="container">
|
|
<view class="clause" wx:for='{{ clause_list }}' wx:key='index' style=" border-top: #eeeeee solid {{ index !==0 ? '2rpx' : 0 }}; ">
|
|
<text class="title dark"> {{ item.title }} </text>
|
|
<text wx:for="{{ item.items }}" wx:for-item='v' wx:for-index='i' wx:key='i' >{{ i+1 }}、{{ v }}</text>
|
|
</view>
|
|
</view>
|