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