武田小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
282 B

1 year ago
const _app = getApp<IAppOption>()
Page({
1 year ago
data: {
1 year ago
show1: false, // 驳回病例
show2: false, // 优质病例
show3: false, // 归档
show4: false, // 取消优质病例
show5: false, // 取消归档
show6: false, // 创建聊天室
1 year ago
},
onLoad() {},
1 year ago
})