Просмотр исходного кода

Merge branch 'dev' of xiongzhu/raex_front into master

yuanyuan 2 лет назад
Родитель
Сommit
fc05bf2845
3 измененных файлов с 17 добавлено и 17 удалено
  1. 2 2
      src/views/DomainName.vue
  2. 11 11
      src/views/Store.vue
  3. 4 4
      src/views/order/Orders.vue

+ 2 - 2
src/views/DomainName.vue

@@ -321,7 +321,7 @@
                     </div>
                     </div>
                 </div>
                 </div>
                 <div class="meta_domain_name_list_con_right">
                 <div class="meta_domain_name_list_con_right">
-                    <div
+                    <!-- <div
                         class="meta_domain_name_list_con_right_one"
                         class="meta_domain_name_list_con_right_one"
                         v-if="item.sold && item.canAsk && !item.collectionId"
                         v-if="item.sold && item.canAsk && !item.collectionId"
                         @click="offerShow(index)"
                         @click="offerShow(index)"
@@ -341,7 +341,7 @@
                         @click="consignment(index)"
                         @click="consignment(index)"
                     >
                     >
                         仅展示
                         仅展示
-                    </div>
+                    </div> -->
                     <div class="meta_domain_name_list_con_right_one" @click="buy(index)">
                     <div class="meta_domain_name_list_con_right_one" @click="buy(index)">
                         {{ item.sold ? '超链' : '购买' }}
                         {{ item.sold ? '超链' : '购买' }}
                     </div>
                     </div>

+ 11 - 11
src/views/Store.vue

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

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

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