Browse Source

fix: js报错

cuiyalong 1 month ago
parent
commit
d3541baa59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/staticres/bid-fileinter/js/product-introduce.js

+ 1 - 1
src/web/staticres/bid-fileinter/js/product-introduce.js

@@ -71,7 +71,7 @@ $(function() {
         type: 'POST',
         success: function(res) {
           if (res && Array.isArray(res.data)) {
-            _this.powerList = res.data.concat
+            _this.powerList = res.data
             if (_this.checkHasYYSZBPower()) {
               $('.experience-button').text('立即使用')
             }