|
@@ -33,6 +33,9 @@ export default {
|
|
|
if (this.tableUrl === '/v1/user/song/list') {
|
|
|
this.user_song_name = data.user_song_name
|
|
|
}
|
|
|
+ if (this.tableUrl === '/v1/user/record/price/List') {
|
|
|
+ this.total_price = data.total_price
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
handleCurrentChange (page) {
|