This commit is contained in:
asd
2019-12-16 19:56:41 +08:00
parent 74cd940235
commit c63b86466f
7 changed files with 82 additions and 67 deletions

View File

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