解决merge

This commit is contained in:
2022-06-11 11:28:48 +08:00
117 changed files with 19519 additions and 13458 deletions

View File

@@ -47,12 +47,12 @@
type: "paid",
},
{
name: "待收",
name: "待收",
type: "delivered",
},
{
name: "已完成",
type: "completed",
name: " 已签收",
type: "signed",
},
],
index: '0',
@@ -187,7 +187,7 @@
this.$Router.push({
name: 'OrderLogistics',
params: {
orderNo
orderNo: orderNo,
},
});
break;
@@ -259,7 +259,7 @@
})
break;
case 'shopsDetail':
this.$Router.push({ name: 'ShopDetail', params: {shopId: shopId}})
this.$Router.push({ name: 'ShopDetail', params: {ShopId: shopId}})
break;
case 'goodsDetail':
this.$Router.push({ name: 'StoreGoods', params: {id: goodsId}})
@@ -325,4 +325,5 @@
.pages-load {
padding-bottom: $padding;
}
</style>