xiongzhu 4 лет назад
Родитель
Сommit
e777c7c0b7

+ 1 - 5
src/main/java/com/izouma/nineth/service/OrderService.java

@@ -106,11 +106,7 @@ public class OrderService {
         if (!collection.isSalable()) {
             throw new BusinessException("该藏品当前不可购买");
         }
-        if (collection.getType() == CollectionType.BLIND_BOX) {
-            if (collection.getStartTime().isAfter(LocalDateTime.now())) {
-                throw new BusinessException("盲盒未开售");
-            }
-        }
+
         UserAddress userAddress = null;
         if (addressId != null) {
             userAddress = userAddressRepo.findById(addressId).orElseThrow(new BusinessException("地址信息不存在"));

+ 0 - 7
src/main/nine-space/.env.app_raex

@@ -1,7 +0,0 @@
-VUE_APP_BASE_URL=https://www.raex.vip
-NODE_ENV=production
-PUBLIC_PATH=./
-ASSETS_PATH=raex
-TITLE=绿洲数字藏品中心
-VUE_APP_CORDOVA=true
-VUE_APP_PAGE_TYPE=raex

+ 0 - 6
src/main/nine-space/.env.development_raex

@@ -1,6 +0,0 @@
-VUE_APP_BASE_URL=https://test.raex.vip/
-NODE_ENV=development
-PUBLIC_PATH=/
-ASSETS_PATH=raex
-TITLE=绿洲数字藏品中心
-VUE_APP_PAGE_TYPE=raex

+ 0 - 6
src/main/nine-space/.env.production_raex

@@ -1,6 +0,0 @@
-VUE_APP_BASE_URL=/
-NODE_ENV=production
-PUBLIC_PATH=/9th/
-ASSETS_PATH=raex
-TITLE=绿洲数字藏品中心
-VUE_APP_PAGE_TYPE=raex