shish 1 vuosi sitten
vanhempi
commit
05eb453727

+ 3 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -94,6 +94,8 @@
 				<block v-else>
 					<app-wrapper-empty title="加载中..." :is-empty="$util.isEmpty(filterProductInfo)" />
 				</block>
+				<!-- 底部花材会无法滚动,加下面起架起底部使可以滚动 -->
+				<view style="height:200upx;color:white;display: flex;justify-content: center;align-items: center;font-size:24upx;">到底了</view>
 			</scroll-view>
 		</view>
 		
@@ -961,7 +963,7 @@ export default {
 		height: calc(100vh - 140upx);
 		flex: 1;
 		box-sizing: border-box;
-		padding-bottom:90upx;
+		padding-bottom:190upx;
 	}
 	.item_list_bx {
 		padding: 20upx 16upx 20upx 16upx;

+ 4 - 0
hdApp/src/pagesPurchase/ghsProduct2.vue

@@ -94,6 +94,10 @@
 				<block v-else>
 					<app-wrapper-empty title="加载中..." :is-empty="$util.isEmpty(filterProductInfo)" />
 				</block>
+
+				<!-- 底部花材会无法滚动,加下面起架起底部使可以滚动 -->
+				<view style="height:200upx;color:white;display: flex;justify-content: center;align-items: center;font-size:24upx;">到底了</view>
+
 			</scroll-view>
 		</view>