Parcourir la source

Merge branch 'master' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp

lifanagju_citu il y a 8 mois
Parent
commit
3d19612f67
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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