Przeglądaj źródła

应付币种去掉全部

huangb 7 lat temu
rodzic
commit
c853d0d756
1 zmienionych plików z 2 dodań i 4 usunięć
  1. 2 4
      pages/mobile/center/user/payCenter.vue

+ 2 - 4
pages/mobile/center/user/payCenter.vue

@@ -265,16 +265,14 @@
           {
           {
             title: '交易币种',
             title: '交易币种',
             selectOption: 'currencyName',
             selectOption: 'currencyName',
-            selectItems: [{key: '全部',
-              val: null
-            }, {
+            selectItems: [{
               key: 'RMB',
               key: 'RMB',
               val: 'RMB'
               val: 'RMB'
             }, {
             }, {
               key: 'USD',
               key: 'USD',
               val: 'USD'
               val: 'USD'
             }],
             }],
-            defaultVal: null
+            defaultVal: 'RMB'
           },
           },
 //          {
 //          {
 //            title: '交易状态',
 //            title: '交易状态',