JMApp/pages/mall/activeWindow/activeWindow.js
2024-03-20 11:39:05 +08:00

7 lines
95 B
JavaScript

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