修改发票信息

This commit is contained in:
2024-05-06 17:09:34 +08:00
parent 3d13c3003a
commit 2a6447e292
8 changed files with 67 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad(options) {
console.log('options', options)
const { id } = options;
this.getDetail(id)
},