Commit 7ed8d1bf by Chao Sun

去除分享弹框

parent b0bac0e5
...@@ -42,7 +42,7 @@ export class AppComponent implements OnInit, OnDestroy { ...@@ -42,7 +42,7 @@ export class AppComponent implements OnInit, OnDestroy {
nonceStr: data.nonceStr, nonceStr: data.nonceStr,
signature: data.signature, signature: data.signature,
jsApiList: data.jsApiList, jsApiList: data.jsApiList,
beta: true beta: false
}); });
}); });
} }
......
...@@ -153,7 +153,7 @@ footer { ...@@ -153,7 +153,7 @@ footer {
position: fixed; position: fixed;
/* left: calc(100% - 70px);*/ /* left: calc(100% - 70px);*/
top: calc(100% - 400px); top: calc(100% - 400px);
/* top: 0; */ top: 108px;
right: 0; right: 0;
z-index: 1001; z-index: 1001;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
......
...@@ -93,7 +93,6 @@ export class EventBusService { ...@@ -93,7 +93,6 @@ export class EventBusService {
imgUrl: imgUrl, // 分享图标 imgUrl: imgUrl, // 分享图标
success: () => { success: () => {
this.shareStatusPublish(0); this.shareStatusPublish(0);
alert(title)
} }
}; };
......
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 to comment