Commit 3b06d391 authored by 盖献康's avatar 盖献康

bug

parent 8874513c
...@@ -478,7 +478,7 @@ export default { ...@@ -478,7 +478,7 @@ export default {
this.total = res.total this.total = res.total
if (this.subscribeMessage.checkType === '2' && this.deviceList.length > 0) { if (this.subscribeMessage.checkType === '2' && this.deviceList.length > 0) {
this.deviceList.forEach(item => { this.deviceList.forEach(item => {
item['price'] = this.subscribeMessage.payAmount + ' 元' item['price'] = moneyFormat(item.price) + ' 元'
}) })
} }
console.log('列表', this.deviceList) console.log('列表', this.deviceList)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment