Merge branch 'sit-Carl' into sit-Leung

# Conflicts:
#	rc-busness/pages/personal/settlement.vue
#	rc-busness/pages/personal/userpay.vue
This commit is contained in:
Vion
2022-01-23 15:08:04 +08:00
9 changed files with 363 additions and 325 deletions

View File

@@ -328,7 +328,7 @@ export default {
userbuy = true;
}
if(!curItem || curItem.productName == undefined)
throw new Error("The id property is missing.");
throw new Error("商品信息错误");
let crumbs = [
{
path:'/productdetails/productlist/',
@@ -582,7 +582,8 @@ export default {
item.picFile,
item.productName,
item.basePrice,
item.specifications
item.specifications,
item.leftAllotment
);
if (data) {
this.productlist = data;