Component({
    properties: {
        hotsale: Boolean
    },
    data: {},
    methods: {}
});