You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
377 B
24 lines
377 B
5 years ago
|
Component({
|
||
|
properties: {
|
||
|
image:{
|
||
|
type:String,
|
||
|
value:global.config.attachDir + "908959"
|
||
|
},
|
||
|
show:{
|
||
|
type:Boolean,
|
||
|
value:false
|
||
|
},
|
||
|
title:{
|
||
|
type:String,
|
||
|
value:"没有相关内容呢"
|
||
|
},
|
||
|
desc:String
|
||
|
},
|
||
|
data: {
|
||
|
|
||
|
},
|
||
|
methods: {
|
||
|
|
||
|
}
|
||
|
})
|