This commit is contained in:
asd
2019-12-16 18:26:28 +08:00
parent 25e4f5f267
commit 74cd940235
19 changed files with 413 additions and 313 deletions

View File

@@ -1,8 +1,11 @@
Component({
properties: {
},
data: {
},
properties: {},
data: {},
methods: {
gotodetail() {
wx.navigateTo({
url: "/pages/product/product"
})
}
}
})
})