mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-12 19:12:49 +00:00
21 lines
208 B
JavaScript
21 lines
208 B
JavaScript
var app = getApp();
|
|
Component({
|
|
properties: {
|
|
benefit: {
|
|
type: Object,
|
|
value: [],
|
|
}
|
|
},
|
|
data: {
|
|
|
|
},
|
|
ready: function () {
|
|
|
|
},
|
|
attached: function () {
|
|
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}) |