diff --git a/components/no-list-components/index.vue b/components/no-list-components/index.vue
index ce6f5e2..49f4ffe 100644
--- a/components/no-list-components/index.vue
+++ b/components/no-list-components/index.vue
@@ -21,7 +21,6 @@
* no-goods(没有商品)
* no-list(没有订单列表)
* no-news(没有任何消息)
- * no-new1(没有任何消息1)
* no-chain (没有区块链信息)
* no-collection(没有任何收藏信息)
* no-foot (没有足迹信息)
diff --git a/pages/news/detail.vue b/pages/news/detail.vue
index a7da768..922813e 100644
--- a/pages/news/detail.vue
+++ b/pages/news/detail.vue
@@ -12,7 +12,7 @@
{{item.created_at}}
-
+
diff --git a/pages/user/index.vue b/pages/user/index.vue
index a3a76a6..ea72dfe 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -361,9 +361,9 @@
name:'companyApprove'
})
}).catch(err=>{
- this.$refs.uToast.show({
+ uni.showToast({
title: err.message,
- type: 'primary',
+ icon:'none',
duration: 3000
})
})