licailing 4 жил өмнө
parent
commit
0e86ceeb59

+ 6 - 0
src/main/vue/src/views/InviteList.vue

@@ -238,6 +238,12 @@ export default {
         },
         showCode(row) {
             this.codeValue = 'https://nfttest.9space.vip/9th/?inviteCode=' + row.code;
+            if (this.$store.state.projectId == 1) {
+                this.codeValue = 'https://nfttest.9space.vip/cosmos/?inviteCode=' + row.code;
+            } else if (this.$store.state.projectId == 2) {
+                this.codeValue = 'https://nfttest.9space.vip/modern/?inviteCode=' + row.code;
+            }
+
             this.showCodeDialog = true;
         },
         downloadPhone() {