|
@@ -616,7 +616,9 @@ export default {
|
|
|
// console.log(this.token);
|
|
|
sessionStorage.setItem("mytoken", this.token); //存入token值
|
|
|
this.drawLiquidfill();
|
|
|
- this.getpuzzle(this.$route.query.id);
|
|
|
+ // this.getpuzzle(this.$route.query.id);
|
|
|
+ this.getpuzzle(getAllUrlParams(window.location.href).id);
|
|
|
+
|
|
|
// this.shows = Boolean(getAllUrlParams(window.location.href).tabbar); //获取tabber
|
|
|
console.log(this.shows);
|
|
|
// console.log(this.dealtime);
|