New Huajishe Check ChaoXing
This commit is contained in:
12
HuajisheCheckChaoXing/components/watermark/watermark.js
Normal file
12
HuajisheCheckChaoXing/components/watermark/watermark.js
Normal file
@@ -0,0 +1,12 @@
|
||||
Component({
|
||||
properties: {
|
||||
waterText: {
|
||||
type: String,
|
||||
value: '小程序水印',
|
||||
}
|
||||
},
|
||||
lifetimes: {
|
||||
attached() { },
|
||||
},
|
||||
methods: {}
|
||||
})
|
||||
Reference in New Issue
Block a user