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>
<image style="margin:32rpx auto;" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/nomore.png"
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" />
</view>
</scroll-view>
@@ -430,7 +430,7 @@
.contentclass {
padding: 0rpx 28rpx 215rpx 28rpx;
overflow: auto;
.contentclassbox {
width: 100%;
padding: 12rpx 24rpx;
@@ -630,7 +630,7 @@
}
.contentupopupboutton {
padding: 32rpx 70rpx 0 70rpx;
padding: 50rpx 70rpx 0 70rpx;
.contentupopupbouttonO {
width: 196rpx;

View File

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