diff --git a/sub-operation-service/src/views/packaging/index.vue b/sub-operation-service/src/views/packaging/index.vue index 6581473..5fc568b 100644 --- a/sub-operation-service/src/views/packaging/index.vue +++ b/sub-operation-service/src/views/packaging/index.vue @@ -200,6 +200,39 @@ const state = reactive({ rank: '1', imageUrl: 'https://gov-cloud.oss-cn-chengdu.aliyuncs.com/frontend/chanye/44.jpg', }, + { + title: '泡沫箱', + description: '通货 2.00元/个', + introduce: + '泡沫箱就是以泡沫塑料(多孔塑料)为材料制成的箱式包装容器,塑料泡沫是内部具有很多微小气孔的塑料。泡沫箱常被运用在水果的运输还有物品的封装。', + price: '2.00/个', + //地址 + address: '临沧市耿马县孟定镇100号', + locationUrl: 'https://gov-cloud.oss-cn-chengdu.aliyuncs.com/frontend/chanye/dz.png', + //联系人 + contact: '罗青平', + type: '泡沫箱', + //电话 + phone: '15658468468', + rank: '1', + imageUrl: 'https://gov-cloud.oss-cn-chengdu.aliyuncs.com/frontend/chanye/paomoxiang.jpg', + }, + { + title: '冰瓶', + description: '通货 0.50元/个', + introduce: '工业领域延伸出塑料瓶装水冷冻后用于蔬菜运输保鲜的功能场景。', + price: '0.50/个', + //地址 + address: '临沧市耿马县孟定镇100号', + locationUrl: 'https://gov-cloud.oss-cn-chengdu.aliyuncs.com/frontend/chanye/dz.png', + //联系人 + contact: '张友', + type: '冰瓶', + //电话 + phone: '15658468468', + rank: '1', + imageUrl: 'https://gov-cloud.oss-cn-chengdu.aliyuncs.com/frontend/chanye/bingping.jpg', + }, ], }); diff --git a/sub-operation-service/src/views/shoppingCarts/components/userHeader.vue b/sub-operation-service/src/views/shoppingCarts/components/userHeader.vue index a364036..bf6eb39 100644 --- a/sub-operation-service/src/views/shoppingCarts/components/userHeader.vue +++ b/sub-operation-service/src/views/shoppingCarts/components/userHeader.vue @@ -62,7 +62,7 @@ const toLink = (item) => { router.push(item.path); } else { let obj = meuns.value.find((el) => el.name == item.name); - console.log('obj', obj); + // console.log('obj', obj); menuStore.setMenuLabel(obj.label); menuStore.setMenuPath(obj.path); router.push(obj.path);