路由
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
Component({
|
||||
properties: {
|
||||
},
|
||||
data: {
|
||||
},
|
||||
properties: {},
|
||||
data: {},
|
||||
methods: {
|
||||
gotodetail() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/product/product"
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
@@ -1,4 +1,4 @@
|
||||
<view class="commodity">
|
||||
<view class="commodity" bindtap="gotodetail">
|
||||
<view class="content">
|
||||
<image class="imgthumb "></image>
|
||||
<view class="introduce">
|
||||
|
||||
Reference in New Issue
Block a user