Compare commits
8 Commits
feature/fi
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c29c2a792 | ||
|
|
5d08291ef6 | ||
|
|
9a5ac849a0 | ||
|
|
d7b7f8d111 | ||
|
|
3980aecd56 | ||
|
|
805122c23f | ||
|
|
ba9e1d279d | ||
|
|
4ea7b8abb4 |
@@ -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