节点中心t-1错误提示处理
This commit is contained in:
@@ -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