1004749546@qq.com 4 年之前
父节点
当前提交
d8149ee63e
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 2 2
      pages/userCenter/index.vue
  2. 3 0
      static/iconfont/iconfont.css

+ 2 - 2
pages/userCenter/index.vue

@@ -21,7 +21,7 @@
 		<view class="list-container">
 			<view @click="checkUpdate" class="list-item flex align_center justify_between">
 				<view class="flex align_center">
-					<u-icon class="icon" name="error-circle" color="#5c655eb0" size="48"></u-icon>
+					<u-icon class="icon" name="personal_icon_version" custom-prefix="custom-icon" size="48" color="#333333"></u-icon>
 					<text>版本检查</text>
 				</view>
 				<view>
@@ -31,7 +31,7 @@
 			</view>
 			<view v-if="hasLogin" @click="quitSys" class="list-item flex align_center justify_between">
 				<view class="flex align_center">
-					<view class="t-icon icon t-icon-icon_out"></view>
+					<u-icon class="icon" name="icon_out" custom-prefix="custom-icon" size="48" color="#333333"></u-icon>
 					<text>退出登录</text>
 				</view>
 				<u-icon name="arrow-right" color="#9DA8B5" size="32"></u-icon>

文件差异内容过多而无法显示
+ 3 - 0
static/iconfont/iconfont.css


部分文件因为文件数量过多而无法显示