Commit 29d448d1 by hank

fix bug

parent 61390aa1
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://unpkg.com/vue2-animate/dist/vue2-animate.min.css"/> <link rel="stylesheet" href="https://unpkg.com/vue2-animate/dist/vue2-animate.min.css"/>
<!-- <script type="text/javascript" src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script> --> <!-- <script type="text/javascript" src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script> -->
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script> <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
<title>VISIDEAL</title> <title>编辑作品</title>
<script> <script>
window.jsbridge && window.jsbridge.init(); window.jsbridge && window.jsbridge.init();
......
...@@ -612,7 +612,7 @@ export default { ...@@ -612,7 +612,7 @@ export default {
if (!this.isIos) { if (!this.isIos) {
this.loaded = true; this.loaded = true;
} }
this.$toast("数据加载完成"); // this.$toast("数据加载完成");
setTimeout(() => { setTimeout(() => {
window.frames["tiframe"].location.reload(); window.frames["tiframe"].location.reload();
}, 500); }, 500);
...@@ -633,7 +633,7 @@ export default { ...@@ -633,7 +633,7 @@ export default {
if (!this.isIos) { if (!this.isIos) {
this.loaded = true; this.loaded = true;
} }
this.$toast("数据加载完成"); // this.$toast("数据加载完成");
setTimeout(() => { setTimeout(() => {
window.frames["tiframe"].location.reload(); window.frames["tiframe"].location.reload();
console.log("reload"); console.log("reload");
......
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