搜索页面头部导航判断环境
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
<template>
|
||||
<view class="container safe-area-top">
|
||||
<!-- 自定义头部搜索框 -->
|
||||
<!-- #ifdef H5 -->
|
||||
<view class="custom-header" :style="{ paddingTop: statusBarHeight + 'px' }">
|
||||
<!-- #endif -->
|
||||
<!-- #ifndef H5 -->
|
||||
<view class="custom-header">
|
||||
<!-- #endif -->
|
||||
<view class="top">
|
||||
<!-- #ifdef H5 -->
|
||||
<image class="btnback button-click" src="@/static/icon/back.png" @click="navBack"></image>
|
||||
<!-- #endif -->
|
||||
<view class="search-box">
|
||||
<uni-icons
|
||||
class="iconsearch"
|
||||
|
||||
Reference in New Issue
Block a user