- <view class="order-item data-v-7f7c44eb"><view class="order-no data-v-7f7c44eb">{{'订单编号:'+order.orderId+''}}<text class="status data-v-7f7c44eb">{{statusList[order.status]}}</text></view><view class="book-list data-v-7f7c44eb"><block wx:for="{{order.detailCoverList}}" wx:for-item="book" wx:for-index="index" wx:key="index"><image class="book-cover data-v-7f7c44eb" src="{{book}}" mode="aspectFill"></image></block></view><view class="order-info data-v-7f7c44eb"><view class="info-row data-v-7f7c44eb"><text class="data-v-7f7c44eb">买书订单状态</text><text class="data-v-7f7c44eb">{{orderStatusList[order.orderStatus]||"-"}}</text></view><view class="info-row data-v-7f7c44eb"><text class="data-v-7f7c44eb">买书订单预估金额</text><text class="amount data-v-7f7c44eb">{{"¥"+order.orderExpectMoney}}</text></view><view class="info-row data-v-7f7c44eb"><text class="data-v-7f7c44eb">我的预估佣金</text><text class="commission data-v-7f7c44eb">{{"¥"+order.expectSettlementMoney}}</text></view><block wx:if="{{order.status==2||order.status==3}}"><view class="info-row data-v-7f7c44eb"><text class="data-v-7f7c44eb">买书订单核算金额</text><text class="amount data-v-7f7c44eb">{{"¥"+(order.orderFinalMoney||"-")}}</text></view></block><block wx:if="{{order.status==2||order.status==3}}"><view class="info-row data-v-7f7c44eb"><text class="data-v-7f7c44eb">我的结算佣金</text><text class="commission data-v-7f7c44eb">{{"¥"+(order.settlementMoney||"-")}}</text></view></block></view><view class="order-time data-v-7f7c44eb">{{"创建时间:"+order.createTime}}</view></view>
|