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