Component({
properties: {},
data: {},
methods: {
todetail() {
wx.navigateTo({
url: "/pages/undetermined/undetermined"
})
}