app-order-list.wxml 744 B

1
  1. <view class="list-module _div data-v-001530f4"><block wx:if="{{!$root.g0}}"><block class="data-v-001530f4"><view class="list-left _div data-v-001530f4"><view class="image _div data-v-001530f4"><image src="{{$root.f0}}" alt="商品图片" class="_img data-v-001530f4"></image></view><view class="list-msg _div data-v-001530f4"><view class="title _div data-v-001530f4">{{info.goodsName||info.title}}</view><view class="desc _div data-v-001530f4">{{info.goodsStyle||info.goodsStyleName}}</view></view></view><view class="list-right _div data-v-001530f4"><view class="price _div data-v-001530f4">{{"¥"+(info.price||info.unitPrice)}}</view><view class="num _div data-v-001530f4">{{"*"+(info.buyNum||info.num)}}</view></view></block></block></view>