Administrator %!s(int64=5) %!d(string=hai) anos
pai
achega
214dcbb8ed

+ 2 - 2
components/cm-module/listTemplate/immediatelyList.vue

@@ -32,9 +32,9 @@
 		</view>
 		<!-- 单一商品 -->
 		<view class="product-container" v-else >
-			<view :class="tabIndex" v-if="tabIndex === 0">
+			<view :class="tabIndex" v-if="tabIndex === 0"  :style="{paddingTop:searchStatus?'128rpx':''}">
 				<scroll-view :style="{'height':scrollHeight+'px'}" @scrolltolower="scrolltolower(tabIndex)" scroll-y v-if="productList.length > 0">
-					<view v-for="(item,index) in productList" :key="index" :id="item.id" class="all-type-list-content commodity-list" @click.stop="navToDetailPage(item.productID)" :style="{paddingTop:searchStatus?'140rpx':''}" >
+					<view v-for="(item,index) in productList" :key="index" :id="item.id" class="all-type-list-content commodity-list" @click.stop="navToDetailPage(item.productID)"  >
 					    <image mode='widthFix' :src="item.mainImage"  class="list-img" alt="list-img"></image>
 						<view class="list-details-info">
 							<text class="list-details-title">{{item.name}}</text>

+ 2 - 2
seller/pages/cart/immediately.vue

@@ -439,10 +439,10 @@
 		.layer {
 			position: fixed;
 			z-index: 22;
-			bottom: -294rpx;
+			bottom: -360rpx;
 			width: 702rpx;
 			padding: 24rpx 24rpx 36rpx 24rpx;
-			height: 236rpx;
+			// height: 236rpx;
 			border-radius: 30rpx 30rpx 0 0;
 			background-color: #fff;
 			display: flex;