var new_price = this.data.new_price.toString(); //将数字转成字符串
var str = new_price.split(''); // 在将字符串转成数组
console.log(new_price)
console.log(typeof (new_price))
console.log(str);
var new_price = this.data.new_price.toString(); //将数字转成字符串
var str = new_price.split(''); // 在将字符串转成数组
console.log(new_price)
console.log(typeof (new_price))
console.log(str);