This commit is contained in:
花有清香月有阴
2021-12-24 14:25:53 +08:00
parent 4651151cd1
commit e2adf25de7
2 changed files with 34 additions and 2 deletions

View File

@@ -110,6 +110,19 @@ export default {
mounted() {},
methods: {
getDetail() {
this.$http.post(`/app/appvillageactivityinfo/queryDetailById?id=${this.id}`).then((res) => {
if (res?.data) {
// this.detail = res.data
// if (this.detail) {
// if (this.detail.url) {
// this.detail.url = JSON.parse(res.data.url || '[]')
// }
// }
}
})
},
submit() {
if (this.flag) return