feature: change the image

This commit is contained in:
zhangjing1
2025-11-21 17:15:04 +08:00
parent 4b50b0c39e
commit 012c5e7fcd
3 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -12,7 +12,7 @@ import Taro, {
getCurrentInstance,
useReady
} from '@tarojs/taro'
import { View, Text, ScrollView, Button } from '@tarojs/components'
import { View, Text, ScrollView, Button, Image } from '@tarojs/components'
import { useImmer } from 'use-immer'
import { SpNavBar, SpFloatMenuItem, SpNote, SpLoading, SpImage } from '@/components'
import { useSyncCallback, useWhiteShop, useThemsColor, useLogin } from '@/hooks'
@@ -461,7 +461,7 @@ const SpPage = memo(
<View className='sp-page__powered-by'>
{/* If you remove or alter Shopex brand identifiers, you must obtain a branding removal license from Shopex. Contact us at: http://www.shopex.cn to purchase a branding removal license. */}
<Text>Powered by</Text>
<SpImage src='powered-logo.png' width={120} />
<Image src='/assets/imgs/powered-logo.png' className='powered-logo' mode='widthFix' />
</View>
</View>
</View>

View File

@@ -35,6 +35,9 @@
justify-content: center;
gap: 10px;
height: 80px;
}
.powered-logo {
width: 120px;
}
.sp-page__body-content {
height: fit-content;