This commit is contained in:
AERWEN\26795 2023-10-25 22:32:28 +08:00
parent b8aae5ee73
commit 25f3ab1d43
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
</view> </view>
<view class="home-page-header"> <view class="home-page-header">
<view class="search" bind:tap="navToSearchPage"> <view class="search" bind:tap="navToSearchPage">
<t-search t-class-input="t-search__input" t-class-input-container="t-search__input-container" placeholder="iphone 13 火热发售中" leftIcon="" disabled> <t-search t-class-input="t-search__input" t-class-input-container="t-search__input-container" placeholder="请输入关键词" leftIcon="" disabled>
<t-icon slot="left-icon" prefix="wr" name="search" size="40rpx" color="#bbb" /> <t-icon slot="left-icon" prefix="wr" name="search" size="40rpx" color="#bbb" />
</t-search> </t-search>
</view> </view>

View File

@ -1,7 +1,7 @@
// pages/usercenter/apply-shop/index.js // pages/usercenter/apply-shop/index.js
import { import {
ServerBasePath ServerBasePath
} from '~/services/_utils/request' } from '~/app'
import { import {
getFirstGoodsCategoryList getFirstGoodsCategoryList
} from '~/services/usercenter/apply-shop/getFirstGoodsCategoryList' } from '~/services/usercenter/apply-shop/getFirstGoodsCategoryList'