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