问题修复

This commit is contained in:
”chenxuelian“
2023-02-01 21:56:58 +08:00
parent 22d4ab414a
commit 7b7a0126d2
4 changed files with 42 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
<image :src="item.icon" mode="aspectFit" class="icon"
:style="{border: item.active?'2rpx #14CA65 solid':'0',}" />
</view>
<view class="name" :style="{width: item.active?'152rpx':'126rpx'}">
<view class="name" :style="{width: item.active?'156rpx':'126rpx'}">
<u-tag v-if="item.active" :text="item.name" bg-color="#14CA65" color="#fff"
borderColor="#14CA65" shape="circle" />
<text v-else class="no-active">{{item.name}}</text>
@@ -392,7 +392,7 @@
this.goodsParam.pageNum++
this.getGoodsList(false)
} else {
this.$toast.warn('没有更多数据')
this.$toast.warn('暂无数据')
}
setTimeout(() => {
uni.hideLoading()