调整整体样式

This commit is contained in:
2024-12-02 16:02:39 +08:00
parent a164ec227b
commit f6d44a6d33
7 changed files with 63 additions and 27 deletions

View File

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