Commit 50061c98 by Sweet Zhang

PC段没有分享按钮

parent 66fc3d6f
...@@ -42,11 +42,11 @@ ...@@ -42,11 +42,11 @@
</div> </div>
</div> </div>
</div> </div>
<div class="shareCus" (click)="share()"> <div class="shareCus" (click)="share()" *ngIf="this.lifeCommonService.checkDeviceType() == 3">
<span>分享</span> <span>分享</span>
</div> </div>
<!--分享引导页--> <!--分享引导页-->
<div class="shareGuidePage" *ngIf="shareAbled" (click)="share()"> <div class="shareGuidePage" *ngIf="shareAbled" (click)="shareAbled=false">
<div class="guideBox"> <div class="guideBox">
<i class="iconfont icon-yindaojiantou"></i> <i class="iconfont icon-yindaojiantou"></i>
<div class="tips"> <div class="tips">
......
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