Explorar el Código

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

lifanagju_citu hace 8 meses
padre
commit
3d19612f67
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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