You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
485 B
7 lines
485 B
<view class="box" wx:if="{{SHOW_TOP}}" style="top:{{custom?navbarHeight:0}}px;" id="add-tips">
|
|
<view class='arrow' style="margin-right:{{arrowR}}px;"></view>
|
|
<view class='body' bindtap='hidden' style="margin-right:{{bodyR}}px;">
|
|
<image src="{{ios ? '/assets/image/add_desktop.png' : '/assets/image/add-tips.png'}}" class="logo"></image>
|
|
<view class="tips">将“{{name}}”添加到{{ios ? '我的小程序' : '手机桌面'}},下次访问更便捷</view>
|
|
</view>
|
|
</view>
|