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
1.3 KiB

<view class="orderGoods data-v-5379de6e"><view class="goodWrapper data-v-5379de6e"><block wx:for="{{cartInfo}}" wx:for-item="cart" wx:for-index="__i0__" wx:key="id"><view class="item acea-row-nowrap data-v-5379de6e"><view class="pictrue data-v-5379de6e"><image class="image data-v-5379de6e" src="{{cart.productInfo.image}}"></image></view><view class="text data-v-5379de6e"><view class="acea-row row-between-wrapper data-v-5379de6e"><view class="name line1 data-v-5379de6e">{{cart.productInfo.storeName}}</view></view><view class="acea-row-nowrap row-middle data-v-5379de6e"><block wx:if="{{cart.productInfo.attrInfo}}"><view class="attr data-v-5379de6e">{{cart.productInfo.attrInfo.sku}}</view></block><view class="num data-v-5379de6e">{{"x "+cart.cartNum}}</view></view><view class="money data-v-5379de6e"><text class="sm-word data-v-5379de6e">¥</text>{{cart.productInfo.price}}<block wx:if="{{cart.productInfo.giveIntegral>0}}"><text class="sm-word data-v-5379de6e">{{"+"+cart.productInfo.giveIntegral+"积分"}}</text></block></view><block wx:if="{{evaluate==3&&cart.isReply==0}}"><view data-event-opts="{{[['tap',[['routerGo',['$0'],[[['cartInfo','id',cart.id]]]]]]]}}" class="evaluate data-v-5379de6e" bindtap="__e">评价</view></block></view></view></block></view></view>