|
|
|
@ -116,13 +116,21 @@ |
|
|
|
<text class="lf-font-32 text-white">退款成功</text> |
|
|
|
</button> |
|
|
|
|
|
|
|
<button class="btn lf-bg-gray" v-if="orderDetails.status == 8"> |
|
|
|
<text class="lf-font-32 text-white">退款拒绝</text> |
|
|
|
</button> |
|
|
|
|
|
|
|
<button class="btn lf-bg-gray" v-if="orderDetails.status == 4"> |
|
|
|
<text class="lf-font-32 text-white">{{orderDetails.status_text}}</text> |
|
|
|
</button> |
|
|
|
|
|
|
|
<button class="btn lf-bg-gray" v-if="orderDetails.status == -1"> |
|
|
|
<text class="lf-font-32 text-white">已取消</text> |
|
|
|
</button> |
|
|
|
|
|
|
|
<button class="btn lf-bg-gray" v-else> |
|
|
|
<!-- <button class="btn lf-bg-gray" v-else> |
|
|
|
<text class="lf-font-32 text-white">{{orderDetails.status_text}}</text> |
|
|
|
</button> |
|
|
|
</button> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
|