|
@@ -397,7 +397,7 @@ export default {
|
|
|
console.log(res)
|
|
console.log(res)
|
|
|
this.showTableContentStr = res.msg.list
|
|
this.showTableContentStr = res.msg.list
|
|
|
this.showTableContentStr.forEach(el=>{
|
|
this.showTableContentStr.forEach(el=>{
|
|
|
- let arr = el.price.split('.')
|
|
|
|
|
|
|
+ let arr = el.price.toString().split('.')
|
|
|
if(arr[1] == '00'){
|
|
if(arr[1] == '00'){
|
|
|
el.price = arr[0]
|
|
el.price = arr[0]
|
|
|
}
|
|
}
|