Commit 51c19947 authored by 郑秀明's avatar 郑秀明

搜索页增加底部栏

parent 7871ffca
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"appid": "__UNI__F904656", "appid": "__UNI__F904656",
"description": "", "description": "",
"versionName": "1.0.8", "versionName": "1.0.9",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"mode": "history", "mode": "history",
"base": "/uni" "base": "/uni"
}, },
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.8/", "publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.9/",
"optimization": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
......
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
</view> </view>
</view> </view>
<uni-load-more :status="loadingType"></uni-load-more> <uni-load-more :status="loadingType"></uni-load-more>
<BottomBar />
</view> </view>
</template> </template>
...@@ -74,6 +75,7 @@ ...@@ -74,6 +75,7 @@
import uniIcons from "@/components/uni-icons/uni-icons.vue"; import uniIcons from "@/components/uni-icons/uni-icons.vue";
import countDown from "@/components/countDown.vue"; import countDown from "@/components/countDown.vue";
import uniLoadMore from "@/components/uni-load-more/uni-load-more.vue"; import uniLoadMore from "@/components/uni-load-more/uni-load-more.vue";
import BottomBar from "@/components/BottomBar/BottomBar.vue";
import empty from '@/components/empty.vue'; import empty from '@/components/empty.vue';
import service from '@/components/service.vue'; import service from '@/components/service.vue';
import { php, go } from '../../common/host.js'; import { php, go } from '../../common/host.js';
...@@ -224,6 +226,7 @@ ...@@ -224,6 +226,7 @@
<style lang="less"> <style lang="less">
.content{ .content{
padding-top: 168rpx; padding-top: 168rpx;
padding-bottom:100rpx;
} }
.navbar{ .navbar{
left: 0; left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment