罗世杰:faet:店铺转让、店铺选址页面初始化

This commit is contained in:
LuoShijie
2023-11-08 00:19:10 +08:00
parent 9d701e7442
commit c443043533
11 changed files with 118 additions and 14 deletions

View File

@@ -1,6 +1,12 @@
<template>
<view>
找店地址
<view class="root">
<InputAndSwiper></InputAndSwiper>
<view style="margin-top: 10px;">
<DropDown></DropDown>
</view>
<SearchShopList :showStyle="1"></SearchShopList>
<TabBar :current-page="3"></TabBar>
</view>
</template>
@@ -18,6 +24,11 @@
}
</script>
<style>
<style lang="scss">
page {
background-color: $uni-bg-color-grey;
}
.root{
margin: 0 10px;
}
</style>