This commit is contained in:
shijingjing
2022-02-18 10:43:46 +08:00
parent 7c295176fa
commit 869611d1bc
4 changed files with 26 additions and 12 deletions

View File

@@ -26,7 +26,6 @@ export default {
onLoad(o) {
this.id = o.id
this.pass = o.pass
// console.log(o);
},
methods: {
submit() {
@@ -37,6 +36,7 @@ export default {
opinion: this.value
}
}).then(() => {
this.$u.toast('保存成功')
uni.$emit('update')
setTimeout(()=>{
uni.navigateBack()