index.wxml 1.2 KB

1
  1. <block wx:if="{{$root.g0}}"><view class="goods-list data-v-dbf550b0"><block wx:for="{{goodsList}}" wx:for-item="item" wx:for-index="__i0__"><view class="item data-v-dbf550b0"><view class="head data-v-dbf550b0"><image class="avatar data-v-dbf550b0" src="{{item.userInfo.avatar||'/static/images/f.png'}}" mode="aspectFill"></image><view class="name-wrap data-v-dbf550b0"><view class="name-inner data-v-dbf550b0"><view class="name data-v-dbf550b0">{{item.userInfo.nickname}}</view><block wx:if="{{item.userInfo.uid==uid}}"><view class="data-v-dbf550b0">(我)</view></block></view></view></view><view class="body data-v-dbf550b0"><block wx:for="{{item.goods}}" wx:for-item="cell" wx:for-index="__i1__" wx:key="id"><view class="cell data-v-dbf550b0"><image class="image data-v-dbf550b0" src="{{cell.productInfo.attrInfo.image}}" mode="aspectFill"></image><view class="name-wrap data-v-dbf550b0"><view class="name data-v-dbf550b0">{{cell.productInfo.store_name}}</view><view class="attr data-v-dbf550b0">{{cell.productInfo.attrInfo.suk}}</view><view class="money data-v-dbf550b0">{{"¥"+cell.truePrice}}</view></view><view class="data-v-dbf550b0">{{"x "+cell.cart_num}}</view></view></block></view></view></block></view></block>