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