修改个人中心图标

This commit is contained in:
2022-06-11 14:32:16 +08:00
parent 0914e2fd8a
commit 1f2a85c2d7
13 changed files with 6 additions and 6 deletions

View File

@@ -80,19 +80,19 @@
<uni-icons class="forward" type="forward" color="#999" />
</view>
<view class="btns-box-item" @click="onBtn('Invitation', {})">
<image class="icon" src="@/static/user/userIcon_03.png" mode="widthFix" />
<image class="icon" src="@/static/user/userIcon_07.png" mode="widthFix" />
分享邀请
<uni-icons class="forward" type="forward" color="#999" />
</view>
</view>
<view class="btns-box">
<view class="btns-box-item" @click="onBtn('Feedback', {})">
<image class="icon" src="@/static/user/userIcon_03.png" mode="widthFix" />
<image class="icon" src="@/static/user/userIcon_06.png" mode="widthFix" />
意见反馈
<uni-icons class="forward" type="forward" color="#999" />
</view>
<view class="btns-box-item" @click="updateApp">
<image class="icon" src="@/static/user/userIcon_03.png" mode="widthFix" />
<image class="icon" src="@/static/user/userIcon_08.png" mode="widthFix" />
版本更新
<uni-icons class="forward" type="forward" color="#999" />
</view>

BIN
static/.DS_Store vendored Normal file

Binary file not shown.

BIN
static/user/.DS_Store vendored Normal file

Binary file not shown.

BIN
static/user/userIcon_06.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
static/user/userIcon_07.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
static/user/userIcon_08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -3876,7 +3876,7 @@ var render = function() {
_c("v-uni-image", {
staticClass: _vm._$g(49, "sc"),
attrs: {
src: "/static/user/userIcon_03.png",
src: "/static/user/userIcon_07.png",
mode: "widthFix",
_i: 49
}
@@ -3911,7 +3911,7 @@ var render = function() {
_c("v-uni-image", {
staticClass: _vm._$g(53, "sc"),
attrs: {
src: "/static/user/userIcon_03.png",
src: "/static/user/userIcon_06.png",
mode: "widthFix",
_i: 53
}
@@ -3939,7 +3939,7 @@ var render = function() {
_c("v-uni-image", {
staticClass: _vm._$g(56, "sc"),
attrs: {
src: "/static/user/userIcon_03.png",
src: "/static/user/userIcon_08.png",
mode: "widthFix",
_i: 56
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB