邓洁 : 注释log
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
methods: {
|
||||
handleEdit(shopid) {
|
||||
// TODO 完成页面跳转
|
||||
console.log("点击了编辑ID为", shopid);
|
||||
// console.log("点击了编辑ID为", shopid);
|
||||
this.$emit('updateItem', shopid)
|
||||
},
|
||||
handleDel(shopid) {
|
||||
@@ -170,12 +170,12 @@
|
||||
this.$emit('delItem', shopid)
|
||||
},
|
||||
enterDetail() {
|
||||
console.log("进入详情页面", this.shopInfo.id, this.shopInfo.type);
|
||||
// console.log("进入详情页面", this.shopInfo.id, this.shopInfo.type);
|
||||
const query = this.$u.queryParams({
|
||||
id: this.shopInfo.id,
|
||||
type: this.shopInfo.type
|
||||
})
|
||||
console.log("query", query);
|
||||
// console.log("query", query);
|
||||
uni.navigateTo({
|
||||
url: '/pages/detail/detail' + `${query}`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user