ソースを参照

元域名数字筛选

yuanyuan 3 年 前
コミット
93182a1695
2 ファイル変更13 行追加13 行削除
  1. 4 4
      src/views/order/Orders.vue
  2. 9 9
      src/views/product/MetaDomain.vue

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

@@ -179,10 +179,10 @@ export default {
                     status: 'FINISH,NOT_PAID',
                     name: '全部'
                 },
-                {
-                    status: 'NOT_PAID',
-                    name: '审核中'
-                },
+                // {
+                //     status: 'NOT_PAID',
+                //     name: '审核中'
+                // },
                 {
                     status: 'NOT_PAID',
                     name: '待支付'

+ 9 - 9
src/views/product/MetaDomain.vue

@@ -316,19 +316,19 @@ export default {
             characteristicList: [
                 {
                     name: '三位数字',
-                    type: 'RID3N'
+                    type: 'RIDN3'
                 },
                 {
                     name: '四位数字',
-                    type: 'RID4N'
+                    type: 'RIDN4'
                 },
                 {
                     name: '五位数字',
-                    type: 'RID5N'
+                    type: 'RIDN5'
                 },
                 {
                     name: '五位以上数字',
-                    type: 'RID6N'
+                    type: 'RIDN6'
                 }
             ],
             loading: false,
@@ -368,11 +368,11 @@ export default {
             this.domainWidth = '0px';
         },
         screening() {
-            this.$toast('升级改版中');
-            // this.show = true;
-            // this.domainWidth = 'calc(84vw + 1px)';
-            // this.search = '';
-            // this.value = '';
+            // this.$toast('升级改版中');
+            this.show = true;
+            this.domainWidth = 'calc(84vw + 1px)';
+            this.search = '';
+            this.value = '';
         },
         domainName(value) {
             this.payType = value;