bug
This commit is contained in:
@@ -117,6 +117,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getInfo() {
|
getInfo() {
|
||||||
uni.showLoading({title: '读取中'})
|
uni.showLoading({title: '读取中'})
|
||||||
|
this.info = {}
|
||||||
this.$http.post(`/app/appbaiduai/queryByInfo?word=${this.word}`).then((res) => {
|
this.$http.post(`/app/appbaiduai/queryByInfo?word=${this.word}`).then((res) => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.info = {...res.data}
|
this.info = {...res.data}
|
||||||
|
|||||||
Reference in New Issue
Block a user