Browse Source

no message

Dev
parent
commit
f63b8c86b9
  1. 9
      FrontEnd/pages/exhibition/index.vue

9
FrontEnd/pages/exhibition/index.vue

@ -562,19 +562,12 @@ export default {
.catch((err) => {
console.log(err);
});
},
},
async getExhibitionCard() {
// this.query = this.query + "";
// console.log("getExhibitionCard"+": "+this.query)
<<<<<<< HEAD
// this.query = this.query + "";
// console.log("getExhibitionCard"+": "+this.query)
=======
>>>>>>> 221c7d61404524a69834d629a1d1430b1172e744
await this.$axios
.get(
`/trending/api/Exhibition/Cards?Lang=${this.$i18n.localeProperties["langQuery"]}` +

Loading…
Cancel
Save