mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-11 22:15:32 +08:00
feature: change the image
This commit is contained in:
BIN
src/assets/imgs/powered-logo.png
Normal file
BIN
src/assets/imgs/powered-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@@ -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>
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
height: 80px;
|
||||
}
|
||||
.powered-logo {
|
||||
width: 120px;
|
||||
}
|
||||
.sp-page__body-content {
|
||||
height: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user