wenliming 2 years ago
parent
commit
c56020e81d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/treasure/invite.vue

+ 2 - 0
pages/treasure/invite.vue

@@ -149,6 +149,7 @@ export default {
 		setTimeout(() => {
 			this.checkInstall()
 				.then(() => {
+					console.log(this.detail, 'detail');
 					if (this.detail.srcContentId && this.detail.postUserInfo && this.detail.postUserInfo.nickName) {
 						let url = `https://twitter.com/${this.detail.postUserInfo.nickName}/status/${this.detail.srcContentId}`;
 						window.open(url);
@@ -205,6 +206,7 @@ export default {
 		checkInstall() {
 			return new Promise((resolve, reject) => {
 				let dom = document.querySelector('#denet_message');
+				console.log('denet_message', dom);
 				if (dom) {
 					resolve(true);
 				} else {