log
This commit is contained in:
@@ -106,8 +106,8 @@ export default {
|
|||||||
delta: 1
|
delta: 1
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}).catch(res => {
|
}).catch(err => {
|
||||||
this.$u.toast(res)
|
this.$u.toast('添加失败')
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -278,6 +278,7 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
console.log(this.formData)
|
||||||
this.pageShow = true
|
this.pageShow = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -303,7 +304,7 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
console.log(this.formData)
|
||||||
this.pageShow = true
|
this.pageShow = true
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user