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.
9 lines
264 B
9 lines
264 B
2 years ago
|
<!--pages/navigation/index/show_clothes/show_clothes.wxml-->
|
||
|
|
||
|
<view style="display: -webkit-flex;display: flex;flex-direction:column;align-items:center">
|
||
|
|
||
|
<van-image wx:for="{{show_clothes}}" wx:key="index" width="200" height="200" src="{{item.img}}" />
|
||
|
</view>
|
||
|
|
||
|
|