更改图标
This commit is contained in:
parent
46760ad626
commit
70acf77d83
@ -101,8 +101,6 @@ uni.$on('refresh', () => {
|
|||||||
avatar.value = userStore.avatar;
|
avatar.value = userStore.avatar;
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log(avatar.value)
|
|
||||||
|
|
||||||
function handleToInfo() {
|
function handleToInfo() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages_mine/pages/info/index'
|
url: '/pages_mine/pages/info/index'
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="about-container">
|
<view class="about-container">
|
||||||
<view class="header-section text-center">
|
<view class="header-section text-center">
|
||||||
<image style="width: 150rpx;height: 150rpx;" src="/static/logo200.png" mode="widthFix">
|
<image style="width: 150rpx;height: 150rpx;" src="/static/logo.png" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
<uni-title type="h2" title="若依移动端"></uni-title>
|
<uni-title type="h2" title="若依移动端"></uni-title>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB |
Loading…
Reference in New Issue
Block a user