This commit is contained in:
魏啾
2024-07-19 13:41:59 +08:00
parent 0faa782b00
commit 54de16a6c7
2 changed files with 10 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
</view> </view>
<image style="margin:32rpx auto;" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/nomore.png" <image style="margin:32rpx auto;" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/nomore.png"
v-if="is_end" mode="aspectFill"></image> v-if="is_end" mode="aspectFill"></image>
<u-loadmore :status="form.status" loadmore-text="下拉加载更多" @loadmore="loadmorelang" fontSize="28" <u-loadmore :status="form.status" loadmore-text="上滑加载更多" @loadmore="loadmorelang" fontSize="28"
color="#999" iconSize="28" /> color="#999" iconSize="28" />
</view> </view>
</scroll-view> </scroll-view>
@@ -430,7 +430,7 @@
.contentclass { .contentclass {
padding: 0rpx 28rpx 215rpx 28rpx; padding: 0rpx 28rpx 215rpx 28rpx;
overflow: auto; overflow: auto;
.contentclassbox { .contentclassbox {
width: 100%; width: 100%;
padding: 12rpx 24rpx; padding: 12rpx 24rpx;
@@ -630,7 +630,7 @@
} }
.contentupopupboutton { .contentupopupboutton {
padding: 32rpx 70rpx 0 70rpx; padding: 50rpx 70rpx 0 70rpx;
.contentupopupbouttonO { .contentupopupbouttonO {
width: 196rpx; width: 196rpx;

View File

@@ -27,9 +27,12 @@
</view> </view>
<image class="contentboxafter" src="" mode=""></image> <image class="contentboxafter" src="" mode=""></image>
</view> </view>
<image style="margin:32rpx auto;" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/nomore.png" <view class="flex-colum">
v-if="is_end" mode="aspectFill"></image> <image style="margin:32rpx auto;" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/nomore.png"
<u-loadmore :status="form.status" fontSize="28" color="#999" iconSize="28" /> v-if="is_end" mode="aspectFill"></image>
</view>
<u-loadmore style="padding:32rpx auto;" :status="form.status" fontSize="28" color="#999"
iconSize="28" />
</scroll-view> </scroll-view>
</view> </view>
@@ -52,7 +55,7 @@
size: 10, size: 10,
status: 'loadmore', status: 'loadmore',
}, },
shopId: '' shopId: '10'
}; };
}, },
onLoad(e) { onLoad(e) {