yuanyuan 2 éve
szülő
commit
12167feff9
2 módosított fájl, 4 hozzáadás és 3 törlés
  1. 1 1
      .env.development
  2. 3 2
      src/views/user/ShoppingCartSubmit.vue

+ 1 - 1
.env.development

@@ -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

+ 3 - 2
src/views/user/ShoppingCartSubmit.vue

@@ -8,7 +8,7 @@
                     <div class="collection_information_right">
                         <div class="collection_information_right_name">{{ item.name }}</div>
                         <div class="collection_information_right_no" v-if="item.type == 'DOMAIN'">
-                            剩余时长:{{ item.endTime }}
+                            <!-- 剩余时长:{{ item.endTime }} -->
                         </div>
                         <div class="collection_information_right_no" v-else>{{ item.number }}</div>
                         <div class="collection_information_right_price_one">¥{{ item.price }}</div>
@@ -370,7 +370,8 @@ export default {
                     font-weight: 400;
                     color: #939599;
                     line-height: 24px;
-                    margin-bottom: 6px;
+                    // margin-bottom: 6px;
+                    margin-bottom: 30px;
                 }
 
                 .collection_information_right_price_one {