|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
|
<view class="">
|
|
|
- <view class="" :style="{height: navHeight+'px' }"></view>
|
|
|
- <!-- <u-navbar
|
|
|
+ <!-- <view class="" :style="{height: navHeight+'px' }"></view> -->
|
|
|
+ <u-navbar
|
|
|
:placeholder="true"
|
|
|
title="产品"
|
|
|
:autoBack="true"
|
|
|
:safeAreaInsetTop="true"
|
|
|
>
|
|
|
- </u-navbar> -->
|
|
|
+ </u-navbar>
|
|
|
<view class="search-wrap">
|
|
|
<u-search
|
|
|
placeholder="请输入搜索的商品"
|
|
@@ -90,7 +90,7 @@
|
|
|
</mescroll-body>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <tabbar :tabbarIndexProps="Number(1)" />
|
|
|
+ <!-- <tabbar :tabbarIndexProps="Number(1)" /> -->
|
|
|
<cartfixed ref="cartfixed" @getCartList="getCartList" />
|
|
|
<u-toast ref="uToast"></u-toast>
|
|
|
</view>
|