@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://test.raex.vip/
+VUE_APP_BASE_URL=https://www.raex.vip/
NODE_ENV=development
VUE_APP_PUBLIC_PATH=/
ASSETS_PATH=raex
@@ -346,6 +346,7 @@ export default {
del: false,
userId: this.userInfo.id,
status: 'FINISH,PASS',
+ tradeAuctionStatus: 'WAITING,FINISH,PASS,FIXED_PRICE_PURCHASED,PURCHASED',
paymentType: 'DEPOSIT,PURCHASE_PRICE,FIXED_PRICE'
},
size: 1,
@@ -183,7 +183,7 @@ export default {
money = this.accAdd(money, 0 - (this.info.lastCommission || 0));
}
- return money;
+ return money.toFixed(2);
isNFT() {
return this.info.auctionType === 'NFT';