【update】 发票信息页面功能的增加、报名页面增加编辑、删除功能

This commit is contained in:
fengchenchen
2023-07-23 18:14:54 +08:00
parent 23b68045f9
commit 803d80d363
24 changed files with 1088 additions and 230 deletions
+6 -1
View File
@@ -22,6 +22,7 @@ module.exports = Behavior({
data: {
// page-container 相关的配置
statusBarHeight: wx.getSystemInfoSync()['statusBarHeight'],
pageTitle: '会议报名',
invoiceConfirmModalVisible: false,
duration: 300,
position: 'bottom',
@@ -118,6 +119,10 @@ module.exports = Behavior({
});
}
})
}
},
// 自定义头部的参数
goBack(){
wx.navigateBack()
},
}
})