"use strict"; Component({ properties: { isShow: { type: Boolean }, top:{ type:Boolean, value:false } }, data: {}, methods: {} });