|
@@ -305,14 +305,10 @@ export default {
|
|
|
|
|
|
// 待触发 `UniAppJSBridgeReady` 事件后,即可调用 uni 的 API。
|
|
// 待触发 `UniAppJSBridgeReady` 事件后,即可调用 uni 的 API。
|
|
// 待触发 `UniAppJSBridgeReady` 事件后,即可调用 uni 的 API。
|
|
// 待触发 `UniAppJSBridgeReady` 事件后,即可调用 uni 的 API。
|
|
- document.addEventListener("UniAppJSBridgeReady", function () {
|
|
|
|
- uni.getEnv(function (res) {
|
|
|
|
- console.log("当前环境:" + JSON.stringify(res));
|
|
|
|
- });
|
|
|
|
|
|
+ console.log("前往项目详情");
|
|
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: "../../../../index/record/record?mine_code=ningdongyunying&pageId=156c601a10be43bc8f32e83f0664821b",
|
|
|
|
- });
|
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: "../../../../index/record/record?mine_code=ningdongyunying&pageId=156c601a10be43bc8f32e83f0664821b",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
reStart() {
|
|
reStart() {
|
|
@@ -618,7 +614,7 @@ export default {
|
|
this.drawLiquidfill();
|
|
this.drawLiquidfill();
|
|
// this.getpuzzle(this.$route.query.id);
|
|
// this.getpuzzle(this.$route.query.id);
|
|
this.getpuzzle(getAllUrlParams(window.location.href).id);
|
|
this.getpuzzle(getAllUrlParams(window.location.href).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.shows);
|
|
// console.log(this.dealtime);
|
|
// console.log(this.dealtime);
|