调整版本更新,修复鉴权显示bug,调整商品认证页面样式错误
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
},
|
||||
computed:{
|
||||
percentTotal(){
|
||||
return this.percent * this.skus_price
|
||||
return (this.percent * this.skus_price).toFixed(2)
|
||||
}
|
||||
},
|
||||
beforeRouteLeave(to, from, next){
|
||||
|
||||
Reference in New Issue
Block a user