【update】 发票信息页面功能的增加、报名页面增加编辑、删除功能
This commit is contained in:
@@ -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()
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user