浏览代码

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

lifanagju_citu 8 月之前
父节点
当前提交
3d19612f67
共有 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