修改分享链接路径
This commit is contained in:
parent
2b259dafb9
commit
5e99c8bce0
@ -107,8 +107,8 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.token = getToken()
|
this.token = getToken()
|
||||||
if(this.$route.params.name) {
|
if(this.$route.params.name) {
|
||||||
if(this.$route.params.code.split("id=")[1] != 'undefined') {
|
if(this.$route.params.code.split("=")[0] == 'box') {
|
||||||
this.boxCode = this.$route.params.box.split("box=")[1];
|
this.boxCode = this.$route.params.code.split("box=")[1];
|
||||||
this.getBoxData()
|
this.getBoxData()
|
||||||
if(this.token) {
|
if(this.token) {
|
||||||
this.getHelpBoxLog()
|
this.getHelpBoxLog()
|
||||||
|
@ -831,8 +831,10 @@ export default {
|
|||||||
this.initData();
|
this.initData();
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
if (this.$route.params.code) {
|
if (this.$route.params.code) {
|
||||||
if (this.$route.params.code.split("box=")[1] != "undefined") {
|
if (this.$route.params.code.split("=")[0] == "box") {
|
||||||
this.helpDialogVisible = true;
|
if(this.$route.params.code.split("=").split[1]) {
|
||||||
|
this.helpDialogVisible = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -853,9 +855,12 @@ export default {
|
|||||||
this.myEnhanceCount = this.userData.enhanceCount;
|
this.myEnhanceCount = this.userData.enhanceCount;
|
||||||
this.inWhiteList = this.userData.inWhiteList;
|
this.inWhiteList = this.userData.inWhiteList;
|
||||||
if (this.$route.params.code) {
|
if (this.$route.params.code) {
|
||||||
if (this.$route.params.code.split("new=")[1] != "undefined") {
|
if(this.$route.params.code.split("=")[0] == 'new') {
|
||||||
this.helpConfirm()
|
if (this.$route.params.code.split("new=")[1] != "undefined") {
|
||||||
|
this.helpConfirm()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.walletDialogVisible = true;
|
this.walletDialogVisible = true;
|
||||||
@ -2040,6 +2045,21 @@ export default {
|
|||||||
color: deepskyblue;
|
color: deepskyblue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 5px;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-track {
|
||||||
|
background: #171220;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
height: 15px;
|
||||||
|
background: #9950fd;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.partner-list {
|
.partner-list {
|
||||||
height: 380px;
|
height: 380px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user