Commit a0d293ba by hank

bug

parent 3c6882b7
File added
...@@ -224,8 +224,8 @@ export default { ...@@ -224,8 +224,8 @@ export default {
if(this.isUse == 0 && this.isPhoto) { if(this.isUse == 0 && this.isPhoto) {
// Toast('已签到'); // Toast('已签到');
// 个人中心地址 // 个人中心地址
var userCenterHref = this.url + this. weburl + '/newuser/7'; var userCenterHref = this.url + '/relay/contest/h5/newuser/7/#/photographic';
window.location.replace(userCenterHref); window.location.href = userCenterHref
return; return;
} }
if(this.$refs.input1.setVal() != false){ if(this.$refs.input1.setVal() != false){
...@@ -318,7 +318,7 @@ export default { ...@@ -318,7 +318,7 @@ export default {
}, },
toricheng(){ toricheng(){
// window.location.replace('http://mr-static.maxrocky.com/h5/wanda/dzgp/index.html'); window.location.replace('http://mr-static.maxrocky.com/h5/wanda/dzgp/index.html');
// to 摄影月赛 // to 摄影月赛
//首页地址 //首页地址
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment