yuminge-app/yun-min-program-plugin-master/packageI/supplierDist/components/list/list.wxml

17 lines
665 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--packageG/supplierDist/components/list/list.wxml-->
<view class="shopList">
<view class="shop_title">配送商品</view>
<view class="shop_lis">
<view class="lisNo" wx:for="{{infoData}}" wx:key="index">
<view class="lisleft">
<image src="{{item.thumb}}" alt=""></image>
</view>
<view></view>
<view class="centenBox">
<view class="liscenten">{{item.title}}</view>
<view class="option">规格:{{item.goods_option_title}}</view>
</view>
<view class="lisright">数量x{{item.total}}</view>
</view>
</view>
</view>