问题修复
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user