New Huajishe Check ChaoXing
This commit is contained in:
16
HuajisheCheckChaoXing/components/no-data/no-data.js
Normal file
16
HuajisheCheckChaoXing/components/no-data/no-data.js
Normal file
@@ -0,0 +1,16 @@
|
||||
Component({
|
||||
properties: {
|
||||
text: {
|
||||
type: String,
|
||||
value: '暂无数据',
|
||||
},
|
||||
desc: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
},
|
||||
lifetimes: {
|
||||
attached() { },
|
||||
},
|
||||
methods: {}
|
||||
})
|
||||
Reference in New Issue
Block a user