deguodaigou/components/classify/list/index.js

13 lines
195 B
JavaScript
Raw Normal View History

2019-12-13 07:39:55 +00:00
Component({
2019-12-19 03:10:21 +00:00
properties: {
},
2019-12-16 11:56:41 +00:00
data: {},
2019-12-13 07:39:55 +00:00
methods: {
2019-12-16 11:56:41 +00:00
todetail() {
wx.navigateTo({
url: "/pages/product/product"
})
}
2019-12-13 07:39:55 +00:00
}
2019-12-16 11:56:41 +00:00
})