index.axml 427 B

12345678
  1. <view a:if="{{ show }}" class="location-tip"
  2. style="bottom: {{ hasTabBar ? `${tabbarHeight + (!withCoupon ? 10 : 0)}px` : '10px'}}">
  3. <text class="location-tip-text">开启定位权限,为您提供丰富的本地生活服务</text>
  4. <button class="location-tip-btn-enable" onTap="handleEnable">去开启</button>
  5. <button class="location-tip-btn-close" onTap="onClose">
  6. <am-icon type="close" />
  7. </button>
  8. </view>