|
|
@@ -26,7 +26,7 @@ function handleBottom() {
|
|
|
<wd-navbar
|
|
|
title="大健康"
|
|
|
:bordered="false" :z-index="99"
|
|
|
- safe-area-inset-top placeholder left-arrow fixed @click-left="router.back()"
|
|
|
+ safe-area-inset-top left-arrow placeholder fixed @click-left="router.back()"
|
|
|
/>
|
|
|
<scroll-view scroll-y :style="{ height: `calc(100vh - ${(statusBarHeight + MenuButtonHeight) * 4}rpx)` }" @scrolltolower="handleBottom">
|
|
|
<view class="px24rpx">
|
|
|
@@ -55,7 +55,7 @@ function handleBottom() {
|
|
|
¥
|
|
|
</text> {{ its.price }}
|
|
|
</view>
|
|
|
- <view class="text-24rpx">
|
|
|
+ <view class="w-300rpx truncate text-24rpx">
|
|
|
{{ its.goodsName }}
|
|
|
</view>
|
|
|
<view class="text-24rpx text-gray">
|