xiongzhu 3 лет назад
Родитель
Сommit
913d7c9201
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/activity/Detail1.vue

+ 1 - 1
src/views/activity/Detail1.vue

@@ -59,7 +59,7 @@ export default {
                     this.getTime();
                 }
                 if (res.holdingTags && res.holdingTags.length) {
-                    this.$http.get('/mintActivity/checkHolding', { id: this.$route.query.id }).then(res => {
+                    this.$http.get('/mintOrder/checkHolding', { id: this.$route.query.id }).then(res => {
                         this.holdingFlag = res;
                     });
                 } else {