这里要如何设置 可以让提示点的 正值不变,负值显示为正值!求大佬指点
function() { if (this.value > 0) return this.value ; else return this.value * (-1) ;}