|
@@ -275,6 +275,8 @@
|
|
|
if(this.goodsInfo.salePrice){
|
|
|
if(this.goodsInfo.categoryIds=='7B97D114-C419-42B2-9C1E-0B4CA284CDA0'){
|
|
|
this.totalMoney=this.goodsInfo.salePrice*this.goodsnum*10000;
|
|
|
+ }else{
|
|
|
+ this.totalMoney=this.goodsInfo.salePrice*this.goodsnum
|
|
|
}
|
|
|
|
|
|
if(this.goodsInfo.scribingPrice){
|