Browse Source

应付币种去掉全部

huangb 7 years ago
parent
commit
c853d0d756
1 changed files with 2 additions and 4 deletions
  1. 2 4
      pages/mobile/center/user/payCenter.vue

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

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