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

24 lines
261 B
JavaScript
Raw Normal View History

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