Component({
properties: {
num:String,
cprice:String,
freight:String,
goods:Array
},
data: {},
methods: {
todetail() {
wx.navigateTo({
url: "/pages/undetermined/undetermined"
})
}