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