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.
1 lines
906 B
1 lines
906 B
<view class="orderGoods"><view class="total">{{"共"+cartInfo.length+"件商品"}}</view><view class="goodWrapper"><block wx:for="{{cartInfo}}" wx:for-item="cart" wx:for-index="__i0__" wx:key="id"><view class="item acea-row row-between-wrapper"><view class="pictrue"><image class="image" src="{{cart.productInfo.image}}"></image></view><view class="text"><view class="acea-row row-between-wrapper"><view class="name line1">{{cart.productInfo.storeName}}</view><view class="num">{{"x "+cart.cartNum}}</view></view><block wx:if="{{cart.productInfo.attrInfo}}"><view class="attr line1">{{cart.productInfo.attrInfo.suk}}</view></block><view class="money font-color-red">{{"¥"+cart.truePrice}}</view><block wx:if="{{evaluate==3}}"><view data-event-opts="{{[['tap',[['routerGo',['$0'],[[['cartInfo','id',cart.id]]]]]]]}}" class="evaluate" bindtap="__e">评价</view></block></view></view></block></view></view> |