xg
This commit is contained in:
parent
e153d5cb6c
commit
2f5fcace53
@ -92,6 +92,15 @@
|
||||
title: '',
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
"formdata.name": {
|
||||
handler(newvalue, oldvalue) {
|
||||
if (this.status == 1) {
|
||||
this.info()
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
onReady() { //更改导航栏文字
|
||||
uni.setNavigationBarTitle({
|
||||
title: this.title,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user