调整版本更新,修复鉴权显示bug,调整商品认证页面样式错误

This commit is contained in:
唐明明
2021-11-10 11:50:51 +08:00
parent 273386e99f
commit ea94e54d2b
6 changed files with 47 additions and 110 deletions

View File

@@ -226,7 +226,7 @@
},
computed:{
percentTotal(){
return this.percent * this.skus_price
return (this.percent * this.skus_price).toFixed(2)
}
},
beforeRouteLeave(to, from, next){