修改首页自定义报错
This commit is contained in:
@@ -202,6 +202,7 @@
|
||||
|
||||
|
||||
onLoad(params => {
|
||||
console.log(params,'调试111')
|
||||
if (params.id) {
|
||||
let items = params
|
||||
uni.setNavigationBarTitle({
|
||||
|
||||
@@ -283,7 +283,10 @@
|
||||
activeUser: null
|
||||
})
|
||||
let close = () => {
|
||||
datas.form = {}
|
||||
datas.form = {
|
||||
operationType: 'in',
|
||||
type: 'inMoney'
|
||||
}
|
||||
}
|
||||
const confirm = () => {
|
||||
datas.show = false;
|
||||
|
||||
Reference in New Issue
Block a user