Browse Source

卖家状态

yangc 7 years ago
parent
commit
2862fb447f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/mobile/center/vendor/payCenter.vue

+ 2 - 2
pages/mobile/center/vendor/payCenter.vue

@@ -230,7 +230,7 @@
               val: 'PAIDTOVENDOR'
             }, {
               key: '平台代付',
-              val: 'PAIDTOPLATFORM'
+              val: 'PLATFORMPAIDTOVENDOR'
             }],
             defaultVal: null
           },
@@ -344,7 +344,7 @@
       payTypeFilter: function (type) {
         if (type === 'PAIDTOVENDOR') {
           return '买家付款'
-        } else if (type === 'PAIDTOPLATFORM') {
+        } else if (type === 'PLATFORMPAIDTOVENDOR') {
           return '平台代付'
         } else {
           return '其他'