@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://www.raex.vip/
+VUE_APP_BASE_URL=https://test.raex.vip/
NODE_ENV=development
VUE_APP_PUBLIC_PATH=/
ASSETS_PATH=raex
@@ -658,7 +658,7 @@ export default {
let _this = this;
function getHolds() {
- if (_this.info.holdDays) {
+ if (_this.info.holdDays.toString()) {
holdDays = Number(_this.info.holdDays);
return Promise.resolve();
} else {