优化注释

This commit is contained in:
lemon橪
2021-05-17 18:19:26 +08:00
parent 4545097a4a
commit 49eb30f265
69 changed files with 972 additions and 2622 deletions

View File

@@ -18,7 +18,6 @@ export default {
};
},
mounted() {
console.log(this.res);
},
};
</script>

View File

@@ -20,7 +20,7 @@ export default {
}
},
mounted() {
console.log(this.res);
}
};
</script>

View File

@@ -14,7 +14,7 @@ export default {
title: "三列单行图片模块",
props: ["res"],
mounted() {
console.log(this.res);
},
data() {
return {

View File

@@ -22,7 +22,7 @@ export default {
title: "两张横图",
props: ["res"],
mounted() {
console.log("123");
},
data() {
return {

View File

@@ -55,7 +55,7 @@ export default {
mounted() {},
methods: {
handleClick(item) {
console.log(item);
uni.navigateTo({
url: `/pages/product/goods?id=${item.id}&goodsId=${item.goodsId}`,
});

View File

@@ -44,7 +44,7 @@ export default {
}
},
mounted() {
console.log(this.res);
}
};
</script>