deguodaigou/components/index/list/commodity/index.js

11 lines
191 B
JavaScript
Raw Normal View History

2019-12-13 03:43:02 +00:00
Component({
2019-12-16 10:26:28 +00:00
properties: {},
data: {},
2019-12-13 03:43:02 +00:00
methods: {
2019-12-16 10:26:28 +00:00
gotodetail() {
wx.navigateTo({
url: "/pages/product/product"
})
}
2019-12-13 03:43:02 +00:00
}
2019-12-16 10:26:28 +00:00
})