|
@@ -79,6 +79,7 @@ Page({
|
|
let image = value.attinfos.find(v => v.fileType == "image");
|
|
let image = value.attinfos.find(v => v.fileType == "image");
|
|
value.cover = image ? image.cover : "";
|
|
value.cover = image ? image.cover : "";
|
|
}
|
|
}
|
|
|
|
+ if (value.islimit == 0) value.groupqty = 0;
|
|
if (value.gradeprice) value.gradeprice = (value.gradeprice - 0).toFixed(2)
|
|
if (value.gradeprice) value.gradeprice = (value.gradeprice - 0).toFixed(2)
|
|
if (value.oldprice) value.oldprice = (value.oldprice - 0).toFixed(2)
|
|
if (value.oldprice) value.oldprice = (value.oldprice - 0).toFixed(2)
|
|
if (value.price) value.price = (value.price - 0).toFixed(2)
|
|
if (value.price) value.price = (value.price - 0).toFixed(2)
|