Component({ properties: { image:{ type:String, value:global.config.attachDir + "908959" }, show:{ type:Boolean, value:false }, title:{ type:String, value:"没有相关内容呢" }, desc:String }, data: { }, methods: { } })