Xiao_123 преди 8 месеца
родител
ревизия
cce014b3d2
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      pages/index/my.vue

+ 2 - 1
pages/index/my.vue

@@ -77,7 +77,8 @@ const handleToLink = (item) => {
 	if (!item.path) return
   if (!getAccessToken()) {
 		uni.showToast({
-			title: '请先登录'
+			title: '请先登录',
+			icon: 'none'
 		})
 		showAuthModal()
 		return