|
|
|
@ -15,7 +15,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view v-else> |
|
|
|
|
<view class='header acea-row row-middle' :class='isGoodsReturn ? "on":""'> |
|
|
|
|
<view class='header acea-row row-middle' :class='isGoodsReturn ? "on":""' v-if="orderInfo.type!=2"> |
|
|
|
|
<view class='pictrue' v-if="isGoodsReturn==false"> |
|
|
|
|
<image v-if="orderInfo.status != 9" :src="imgUrl+'/static/order_'+(orderInfo.status+2)+'.gif'"></image> |
|
|
|
|
<image v-else :src="imgUrl+'/static/order_2.gif'"></image> |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
<view>{{orderInfo.pay_time}}</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<block v-if="isGoodsReturn==false"> |
|
|
|
|
<block v-if="isGoodsReturn==false&&orderInfo.type!=2"> |
|
|
|
|
<view class='nav'> |
|
|
|
|
<view class='navCon acea-row row-between-wrapper'> |
|
|
|
|
<view>待付款</view> |
|
|
|
|