@@ -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('立即使用')
}