罗世杰:faet:SearchShopList组件支持第二种样式

This commit is contained in:
LuoShijie
2023-11-07 21:41:15 +08:00
parent bfb9decb93
commit 9d701e7442
5 changed files with 146 additions and 9 deletions

View File

@@ -131,8 +131,7 @@
methods: {
handleEdit(shopid) {
// TODO 完成页面跳转
console.log("edit clicked");
console.log(shopid);
console.log("点击了编辑ID为",shopid);
},
handleDel(shopid) {
this.$emit('delItem', shopid)