bug
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user