节点中心t-1错误提示处理
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
* no-goods(没有商品)
|
||||
* no-list(没有订单列表)
|
||||
* no-news(没有任何消息)
|
||||
* no-new1(没有任何消息1)
|
||||
* no-chain (没有区块链信息)
|
||||
* no-collection(没有任何收藏信息)
|
||||
* no-foot (没有足迹信息)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<view class="time">{{item.created_at}}</view>
|
||||
<view class="read_at" v-if="item.read_at === ''"></view>
|
||||
</view>
|
||||
<no-list v-if="items.length === 0" name='no-new1' txt="空空如也~" />
|
||||
<no-list v-if="items.length === 0" name='no-news' txt="空空如也~" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -361,9 +361,9 @@
|
||||
name:'companyApprove'
|
||||
})
|
||||
}).catch(err=>{
|
||||
this.$refs.uToast.show({
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
type: 'primary',
|
||||
icon:'none',
|
||||
duration: 3000
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user