修改手动绑定不能返回的问题,修改发票类型字段,修改首页样式

This commit is contained in:
2024-06-24 15:06:24 +08:00
parent 31870c0222
commit 9ca94479fa
11 changed files with 26 additions and 19 deletions

View File

@@ -14,14 +14,18 @@ Page({
parkName: "",
park: "",
tenementName: "",
tenement: ""
tenement: "",
canBack: true,
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
const { canBack } = options
if (canBack === 'false') {
this.setData({ canBack: false })
}
},
onChangeName(e) {
this.setData({