mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-20 15:38:11 +00:00
1 line
4.0 KiB
Plaintext
1 line
4.0 KiB
Plaintext
<view class="orderGoods data-v-4da0e0e8"><block wx:if="{{is_behalf}}"><view class="total data-v-4da0e0e8"><text class="data-v-4da0e0e8">代付金额:<text class="pay-price data-v-4da0e0e8">{{"¥"+pay_price}}</text></text></view></block><block wx:else><block wx:if="{{!split&&!is_behalf}}"><view class="total data-v-4da0e0e8">{{"共 "+totalNmu+" 件商品"}}</view></block><block wx:else><block wx:if="{{split}}"><view class="total data-v-4da0e0e8"><text class="data-v-4da0e0e8">{{"订单包裹 "+(index+1)}}</text><block wx:if="{{status_type===-1}}"><view class="rig-btn data-v-4da0e0e8"><view class="refund data-v-4da0e0e8">申请退款中</view></view></block><block wx:else><block wx:if="{{status_type===-2}}"><view class="rig-btn data-v-4da0e0e8"><view class="refund data-v-4da0e0e8">已退款</view></view></block><block wx:else><block wx:if="{{status_type===4}}"><view class="rig-btn data-v-4da0e0e8"><view class="done data-v-4da0e0e8">已完成</view></view></block></block></block></view></block></block></block><view class="goodWrapper data-v-4da0e0e8"><block wx:for="{{cartInfo}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['jumpCon',['$0'],[[['cartInfo','',index,'product_id']]]]]]]}}" class="{{['data-v-4da0e0e8',(!item.is_valid)?'op':'']}}" bindtap="__e"><view class="item acea-row row-between-wrapper data-v-4da0e0e8"><view class="pictrue data-v-4da0e0e8"><block wx:if="{{item.productInfo.attrInfo}}"><image src="{{item.productInfo.attrInfo.image}}" class="data-v-4da0e0e8"></image></block><block wx:else><image src="{{item.productInfo.image}}" class="data-v-4da0e0e8"></image></block></view><view class="text data-v-4da0e0e8"><view class="acea-row row-between-wrapper data-v-4da0e0e8"><view class="name line1 data-v-4da0e0e8">{{item.productInfo.store_name}}</view><view class="num data-v-4da0e0e8">{{"x "+item.cart_num}}</view></view><block wx:if="{{item.productInfo.attrInfo}}"><view class="attr line1 data-v-4da0e0e8">{{item.productInfo.attrInfo.suk+''}}</view></block><block wx:if="{{item.productInfo.attrInfo}}"><view class="money font-color pic data-v-4da0e0e8"><text class="data-v-4da0e0e8">{{'¥'+item.productInfo.attrInfo.price+''}}</text><block wx:if="{{item.refund_num&&statusType!=-2}}"><view class="refund data-v-4da0e0e8">{{item.refund_num+'件退款中'}}</view></block><block wx:if="{{!item.is_valid&&shipping_type===0}}"><text class="valid data-v-4da0e0e8">不送达</text></block><block wx:if="{{!item.productInfo.store_mention&&shipping_type===1}}"><text class="valid data-v-4da0e0e8">不自提</text></block></view></block><block wx:else><view class="money font-color pic data-v-4da0e0e8"><text class="data-v-4da0e0e8">{{"¥"+item.productInfo.price}}</text><block wx:if="{{!item.is_valid&&shipping_type===0}}"><text class="valid data-v-4da0e0e8">不送达</text></block><block wx:if="{{!item.productInfo.store_mention&&shipping_type===1}}"><text class="valid data-v-4da0e0e8">不自提</text></block></view></block></view></view><view class="botton-btn data-v-4da0e0e8"><block wx:if="{{item.is_reply==0&&evaluate==3&&pid!=-1}}"><view data-event-opts="{{[['tap',[['evaluateTap',['$0','$1'],[[['cartInfo','',index,'unique']],'orderId']]]]]}}" class="logistics data-v-4da0e0e8" catchtap="__e">评价</view></block><block wx:if="{{paid===1&&refund_status===0&&item.refund_num!=item.cart_num&&!is_confirm}}"><view data-event-opts="{{[['tap',[['openSubcribe',['$0'],[[['cartInfo','',index]]]]]]]}}" class="logistics data-v-4da0e0e8" catchtap="__e">申请退款</view></block><block wx:if="{{status_type===2&&index===cartInfo.length-1||!split}}"><view class="rig-btn data-v-4da0e0e8"><block wx:if="{{delivery_type==='express'}}"><view data-event-opts="{{[['tap',[['logistics',['$0'],['orderId']]]]]}}" class="logistics data-v-4da0e0e8" catchtap="__e">查看物流</view></block><block wx:if="{{status_type===2}}"><view data-event-opts="{{[['tap',[['confirmOrder',['$0'],['orderId']]]]]}}" class="logistics sure data-v-4da0e0e8" catchtap="__e">确认收货</view></block></view></block></view></view></block></view></view> |