开始做发票

This commit is contained in:
2024-04-22 17:37:07 +08:00
parent d873a722a1
commit 11f208a513
17 changed files with 219 additions and 23 deletions

View File

@@ -9,6 +9,7 @@ Page({
tenement: "",
ids: [],
count: 0,
show: false,
},
/**
@@ -33,7 +34,9 @@ Page({
onShow() {
},
changeShow() {
this.setData({ show: true })
},
/**
* 生命周期函数--监听页面隐藏
*/