调整整体样式
This commit is contained in:
24
components/discountCoupon/index.js
Normal file
24
components/discountCoupon/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
// components/discountCoupon/index.js
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
4
components/discountCoupon/index.json
Normal file
4
components/discountCoupon/index.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
2
components/discountCoupon/index.wxml
Normal file
2
components/discountCoupon/index.wxml
Normal file
@@ -0,0 +1,2 @@
|
||||
<!--components/discountCoupon/index.wxml-->
|
||||
<text>components/discountCoupon/index.wxml</text>
|
1
components/discountCoupon/index.wxss
Normal file
1
components/discountCoupon/index.wxss
Normal file
@@ -0,0 +1 @@
|
||||
/* components/discountCoupon/index.wxss */
|
Reference in New Issue
Block a user