mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-06-16 23:39:59 +08:00
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
<!--page_package/apply-vip/example/example.wxml-->
|
|
<view wx:for="{{example}}" wx:key="*this">
|
|
<view class="font31 color3 font-w600 margin">{{item.step}}</view>
|
|
<image src="{{item.imageUrl}}" mode="widthFix" style="width: 90%;margin-left: 5%;"></image>
|
|
</view>
|