2024-05-20 09:36:39 +08:00

15 lines
246 B
TypeScript

// e:\project\dy_video_all\初晴剧场\pages\my\my.ts
Page({
myModal: null as any,
data: {
},
onLoad: function (options) {
},
handelTipsGold() {
this.myModal?.show?.();
},
myModalRef(ref: any) {
this.myModal = ref
}
})