electricity_bill_calc_wx/components/discountCoupon/index.js
2024-12-02 16:02:39 +08:00

24 lines
228 B
JavaScript

// components/discountCoupon/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})