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
389 B
7 lines
389 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="{{logo}}" class="logo"></image>
|
|
<view class="tips">将“{{name}}”添加到手机桌面,下次访问更便捷</view>
|
|
</view>
|
|
</view>
|