@@ -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 {