|
@@ -147,10 +147,12 @@ export default {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.checkInstall()
|
|
this.checkInstall()
|
|
.then(() => {
|
|
.then(() => {
|
|
|
|
+ console.log(this.detail);
|
|
if (this.detail.srcContentId && this.detail.postUserInfo && this.detail.postUserInfo.nickName) {
|
|
if (this.detail.srcContentId && this.detail.postUserInfo && this.detail.postUserInfo.nickName) {
|
|
let url = `https://twitter.com/${this.detail.postUserInfo.nickName}/status/${this.detail.srcContentId}`;
|
|
let url = `https://twitter.com/${this.detail.postUserInfo.nickName}/status/${this.detail.srcContentId}`;
|
|
window.location.replace(url);
|
|
window.location.replace(url);
|
|
}
|
|
}
|
|
|
|
+ this.isLoading = false;
|
|
})
|
|
})
|
|
.catch(() => {
|
|
.catch(() => {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|