|
|
|
@ -14,23 +14,28 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="row" v-for="(row,index) in orderList" :key="index"> |
|
|
|
|
<view class="width96 height40" @click="jumpDetails(row.id)"> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" v-if="row.highChildOrderList[0].goodsType == 1 || row.highChildOrderList[0].goodsType == 2"> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" |
|
|
|
|
v-if="row.highChildOrderList[0].goodsType == 1 || row.highChildOrderList[0].goodsType == 2"> |
|
|
|
|
<image src="../../../static/img/order2.png" style="width: 50rpx;height: 50rpx;"></image> |
|
|
|
|
卡券订单 |
|
|
|
|
</view> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" v-if="row.highChildOrderList[0].goodsType == 3"> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" |
|
|
|
|
v-if="row.highChildOrderList[0].goodsType == 3"> |
|
|
|
|
<image src="../../../static/img/order4.png" style="width: 50rpx;height: 50rpx;"></image> |
|
|
|
|
团油订单 |
|
|
|
|
</view> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" v-if="row.highChildOrderList[0].goodsType == 5"> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" |
|
|
|
|
v-if="row.highChildOrderList[0].goodsType == 5"> |
|
|
|
|
<image src="../../../static/img/order5.png" style="width: 50rpx;height: 50rpx;"></image> |
|
|
|
|
电影票 |
|
|
|
|
</view> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" v-if="row.highChildOrderList[0].goodsType == 4"> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" |
|
|
|
|
v-if="row.highChildOrderList[0].goodsType == 4"> |
|
|
|
|
<image src="../../../static/img/order3.png" style="width: 50rpx;height: 50rpx;"></image> |
|
|
|
|
KFC |
|
|
|
|
</view> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" v-if="row.highChildOrderList[0].goodsType == 6"> |
|
|
|
|
<view class="width50 flleft aliitem fotlt font16" |
|
|
|
|
v-if="row.highChildOrderList[0].goodsType == 6"> |
|
|
|
|
<image src="../../../static/img/order1.png" style="width: 50rpx;height: 50rpx;"></image> |
|
|
|
|
话费充值 |
|
|
|
|
</view> |
|
|
|
@ -53,15 +58,17 @@ |
|
|
|
|
<view class="font16 fontwig6 text1 fcor333" v-if="row.payType != 3"> |
|
|
|
|
¥{{row.payPrice}} |
|
|
|
|
</view> |
|
|
|
|
<view class="font16 fontwig6 text1 fcor333 aliitem" style="justify-content: flex-end;" v-else> |
|
|
|
|
<image style="width: 15px;height: 15px;" |
|
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
|
<view class="font16 fontwig6 text1 fcor333 aliitem" style="justify-content: flex-end;" |
|
|
|
|
v-else> |
|
|
|
|
<image style="width: 15px;height: 15px;" src="../../../static/img/jfx.png"> |
|
|
|
|
</image>{{row.payPrice*100}} |
|
|
|
|
</view> |
|
|
|
|
<view class="fotrt font15 text1 fcor999 mart5">{{typeText[row.orderStatus]}}</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width96 line1 mart10 marb5" v-if="(row.orderStatus==1 && row.highChildOrderList[0].goodsType !=6 && row.highChildOrderList[0].goodsType !=5 && row.highChildOrderList[0].goodsType !=4)"></view> |
|
|
|
|
<view class="width96 line1 mart10 marb5" |
|
|
|
|
v-if="(row.orderStatus==1 && row.highChildOrderList[0].goodsType !=6 && row.highChildOrderList[0].goodsType !=5 && row.highChildOrderList[0].goodsType !=4)"> |
|
|
|
|
</view> |
|
|
|
|
<view class="btns" |
|
|
|
|
v-if="(row.orderStatus==1 && row.highChildOrderList[0].goodsType !=6 && row.highChildOrderList[0].goodsType !=5 && row.highChildOrderList[0].goodsType !=4)"> |
|
|
|
|
<block> |
|
|
|
@ -299,7 +306,7 @@ |
|
|
|
|
url: "/pages/pay/payment/payment?amount=" + row.payPrice + |
|
|
|
|
'&paytype=' + payTypes + '&orderId=' + row.id + '&couponId=' + this.orderList[0] |
|
|
|
|
.highChildOrderList[0].goodsId + '&typeaout=' + this.orderList[0].highChildOrderList[0] |
|
|
|
|
.ext1 |
|
|
|
|
.ext1+ '&goodsType='+ row.highChildOrderList[0].goodsType |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|