|
@@ -13,7 +13,7 @@
|
|
|
<view class="itemProd" wx:for="{{cartList}}" wx:key="id">
|
|
<view class="itemProd" wx:for="{{cartList}}" wx:key="id">
|
|
|
<checkbox value="{{item.id}}" checked="{{item.checkFlag === '1'}}"></checkbox>
|
|
<checkbox value="{{item.id}}" checked="{{item.checkFlag === '1'}}"></checkbox>
|
|
|
<view class="goods-info">
|
|
<view class="goods-info">
|
|
|
- <image src="/images/index/category-item.png" mode="aspectFill"></image>
|
|
|
|
|
|
|
+ <image src="{{item.prodPicList[0].picUrl}}" mode="aspectFill"></image>
|
|
|
<view class="info">
|
|
<view class="info">
|
|
|
<text>{{item.prodName}}</text>
|
|
<text>{{item.prodName}}</text>
|
|
|
<text>{{item.prodAttrName}}</text>
|
|
<text>{{item.prodAttrName}}</text>
|