Browse Source

power_type传值按接口返

vvv vvv 1 year ago
parent
commit
1e4f2a6f04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/trade/index.vue

+ 1 - 1
src/views/trade/index.vue

@@ -356,7 +356,7 @@ export default {
           id: item.id,
           type: type,
           power: item.power,
-          power_type: 2
+          power_type: item.power_type
         };
       }
       homeApi