Component({
properties: {
title:String,
spec:String,
price:String,
num:String,
image:String
},
data: {
methods: {
}
})