...
|
...
|
@@ -123,6 +123,7 @@ export default { |
|
|
pageBackName = 'OrderList';
|
|
|
|
|
|
if (isDetail) {
|
|
|
this.hasAction = true;
|
|
|
price = priceInfo.realPayPrice;
|
|
|
pageBackName = 'buyOrderDetail';
|
|
|
}
|
...
|
...
|
@@ -135,7 +136,7 @@ export default { |
|
|
name: pageBackName,
|
|
|
params: {
|
|
|
owner,
|
|
|
orderCode,
|
|
|
code: orderCode,
|
|
|
},
|
|
|
},
|
|
|
reportType: 'buy',
|
...
|
...
|
@@ -148,6 +149,7 @@ export default { |
|
|
// 是否是求购
|
|
|
const isAskForBuy = status === 7;
|
|
|
|
|
|
this.hasAction = true;
|
|
|
this.$createOrderPayType({
|
|
|
orderCode,
|
|
|
price: parseFloat(bidDepositInfo.depositAmount).toFixed(2),
|
...
|
...
|
|