qingcheng-xiaochengxu/pages/personCenter/component/InvitationCodePop/InvitationCodePop.js

24 lines
261 B
JavaScript
Raw Normal View History

2025-05-30 00:30:19 +00:00
// pages/personCenter/component/InvitationCodePop/InvitationCodePop.js
2025-05-29 00:56:35 +00:00
Component({
2025-05-30 00:30:19 +00:00
/**
* 组件的属性列表
*/
2025-05-29 00:56:35 +00:00
properties: {
2025-05-30 00:30:19 +00:00
2025-05-29 00:56:35 +00:00
},
2025-05-30 00:30:19 +00:00
/**
* 组件的初始数据
*/
2025-05-29 00:56:35 +00:00
data: {
2025-05-30 00:30:19 +00:00
2025-05-29 00:56:35 +00:00
},
2025-05-30 00:30:19 +00:00
/**
* 组件的方法列表
*/
2025-05-29 00:56:35 +00:00
methods: {
}
2025-05-30 00:30:19 +00:00
})