yuanyuan il y a 2 ans
Parent
commit
ba0bc9f65d
4 fichiers modifiés avec 20 ajouts et 20 suppressions
  1. 1 1
      src/components/asset/ownedBuy.vue
  2. 4 4
      src/views/DomainName.vue
  3. 11 11
      src/views/Store.vue
  4. 4 4
      src/views/order/Orders.vue

+ 1 - 1
src/components/asset/ownedBuy.vue

@@ -72,7 +72,7 @@ export default {
             return this.dayjs(this.info.createdAt).format('HH:mm');
         },
         endTimes() {
-            let createdAt = this.dayjs(this.info.createdAt).add(2, 'minute');
+            let createdAt = this.dayjs(this.info.createdAt).add(24, 'hour');
             return createdAt.diff(this.dayjs());
         }
     },

+ 4 - 4
src/views/DomainName.vue

@@ -37,14 +37,14 @@
                             />
                             <div>排行</div>
                         </div>
-                        <!-- <div class="meta_domain_name_top_one_con_tip" @click="$router.push('/statistics')">
+                        <div class="meta_domain_name_top_one_con_tip" @click="$router.push('/statistics')">
                             <img
                                 :src="require('@assets/icon_liutong.png')"
                                 alt=""
                                 class="meta_domain_name_top_img_right"
                             />
                             <div>流通</div>
-                        </div> -->
+                        </div>
                     </div>
                 </div>
                 <div class="meta_domain_name_top_ones" v-if="action != 1">
@@ -321,7 +321,7 @@
                     </div>
                 </div>
                 <div class="meta_domain_name_list_con_right">
-                    <!-- <div
+                    <div
                         class="meta_domain_name_list_con_right_one"
                         v-if="item.sold && item.canAsk && !item.collectionId"
                         @click="offerShow(index)"
@@ -341,7 +341,7 @@
                         @click="consignment(index)"
                     >
                         仅展示
-                    </div> -->
+                    </div>
                     <div class="meta_domain_name_list_con_right_one" @click="buy(index)">
                         {{ item.sold ? '超链' : '购买' }}
                     </div>

+ 11 - 11
src/views/Store.vue

@@ -343,15 +343,15 @@ export default {
                 {
                     name: '审核中',
                     type: 'underReview'
+                },
+                {
+                    name: '我的出价',
+                    type: 'myBid'
+                },
+                {
+                    name: '收到的报价',
+                    type: 'receiveQuotation'
                 }
-                // {
-                //     name: '我的出价',
-                //     type: 'myBid'
-                // },
-                // {
-                //     name: '收到的报价',
-                //     type: 'receiveQuotation'
-                // }
             ],
             typeOptionLike: [
                 {
@@ -1068,7 +1068,7 @@ export default {
 .metadomainName_list {
     padding: 16px 15px 20px 16px;
     display: flex;
-    // justify-content: space-between;
+    justify-content: space-between;
     background: #0f0f0f;
 
     .metadomainName_list_cons {
@@ -1081,7 +1081,7 @@ export default {
         font-size: 12px;
         font-weight: 400;
         color: rgba(147, 149, 153, 0.6);
-        margin-right: 30px;
+        // margin-right: 30px;
     }
 
     .metadomainName_list_con {
@@ -1092,7 +1092,7 @@ export default {
         color: #00fe1e;
         background: #0f0f0f;
         line-height: 28px;
-        margin-right: 30px;
+        // margin-right: 30px;
     }
 }
 

+ 4 - 4
src/views/order/Orders.vue

@@ -199,10 +199,10 @@ export default {
                     status: 'PENDING',
                     name: '审核中'
                 },
-                // {
-                //     status: 'BID_ORDER',
-                //     name: '出价订单'
-                // },
+                {
+                    status: 'BID_ORDER',
+                    name: '出价订单'
+                },
                 {
                     status: 'NOT_PAID',
                     name: '待支付'