@@ -86,7 +86,7 @@ export default {
this.$router.push(path);
},
get(cid) {
- window.parent.postMessage({ cid: cid, screenType: "3gm" }, "*");
+ window.opener.postMessage({ cid: cid, screenType: "3gm" }, "*");
time() {
if (!this.now) {