This commit is contained in:
liuye
2023-12-25 15:45:54 +08:00
parent ab63552b03
commit 25ab3a9517

View File

@@ -117,6 +117,7 @@ export default {
methods: {
getInfo() {
uni.showLoading({title: '读取中'})
this.info = {}
this.$http.post(`/app/appbaiduai/queryByInfo?word=${this.word}`).then((res) => {
if (res.code === 0) {
this.info = {...res.data}