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