This commit is contained in:
yanran200730
2022-11-04 18:21:06 +08:00
parent bc6f8e9596
commit 8be0b37093

View File

@@ -149,9 +149,7 @@ import { mapActions, mapState } from 'vuex'
getInfo () { getInfo () {
this.$loading() this.$loading()
this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`, null, { this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`).then(res => {
// withoutToken: true
}).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.info = res.data this.info = res.data