武田小程序
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.
 
 
 

13 lines
282 B

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