节点中心t-1错误提示处理

This commit is contained in:
2021-11-05 14:46:45 +08:00
parent 30ff4209ab
commit 4c77d25ceb
3 changed files with 3 additions and 4 deletions

View File

@@ -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>

View File

@@ -361,9 +361,9 @@
name:'companyApprove'
})
}).catch(err=>{
this.$refs.uToast.show({
uni.showToast({
title: err.message,
type: 'primary',
icon:'none',
duration: 3000
})
})