|
@@ -115,13 +115,15 @@ async function getCode() {
|
|
|
><span>{{ orderDetal.userName }}</span>
|
|
|
</div>
|
|
|
<div class="account">
|
|
|
- <span class="label"
|
|
|
- >{{
|
|
|
+ <span class="label">
|
|
|
+ {{
|
|
|
$t(
|
|
|
`mall.${
|
|
|
orderDetal.orderType == 'incrementOrder'
|
|
|
? 'vip'
|
|
|
- : orderDetal.orderType == 'downOrder'
|
|
|
+ : orderDetal.orderType == 'cooperationOrder'
|
|
|
+ ? 'cooperationOrder'
|
|
|
+ : orderDetal.orderType == 'downOrder'
|
|
|
? 'downdesc'
|
|
|
: 'goqy'
|
|
|
}`
|
|
@@ -143,6 +145,9 @@ async function getCode() {
|
|
|
: item.nameEn
|
|
|
}}
|
|
|
</span>
|
|
|
+ <span style="margin-right: 5px" v-else-if="orderDetal.orderType != 'cooperationOrder'">
|
|
|
+ {{ $t('payInfo.cooperationOrderName',{count: item.count }) }}
|
|
|
+ </span>
|
|
|
<span style="margin-right: 5px" v-else>
|
|
|
{{
|
|
|
item.type == 1
|