init
This commit is contained in:
parent
b8aae5ee73
commit
25f3ab1d43
@ -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>
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user