From 4c77d25cebc53bab91b341c9c3fd8890ee51f269 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 5 Nov 2021 14:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E4=B8=AD=E5=BF=83t-1?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/no-list-components/index.vue | 1 - pages/news/detail.vue | 2 +- pages/user/index.vue | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) 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 }) })