|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<view class="retail-order" @click="toInfo"> |
|
|
|
<view class="ro-header"> |
|
|
|
<view class="rh-view">{{orderInfo.source || '-'}}</view> |
|
|
|
<view class="rh-view">{{orderInfo.stadium_name || '-'}}</view> |
|
|
|
<text |
|
|
|
:class="[ 'rh-text', orderInfo.pay_status == 1?'rh-active':'', orderInfo.pay_status == 4?'rh-red':'' ]" |
|
|
|
>{{getStatus(orderInfo.pay_status)}}</text> |
|
|
|