mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 21:56:07 +08:00
fix: wxQrcode路径
This commit is contained in:
parent
a3264ec959
commit
cc06bb14e3
|
@ -41,7 +41,7 @@ const WxQrCode: FC<{ title?: string }> = ({
|
||||||
<span className={style.wxQrCodeItemTitle}>¥ {num}</span>
|
<span className={style.wxQrCodeItemTitle}>¥ {num}</span>
|
||||||
<img
|
<img
|
||||||
alt={''}
|
alt={''}
|
||||||
src={`/wxQrCode${num}.jpg`}
|
src={`/wxQrcode${num}.jpg`}
|
||||||
className={style.wxQrCodeItemImage}
|
className={style.wxQrCodeItemImage}
|
||||||
onClick={() => onImageClick(idx)}
|
onClick={() => onImageClick(idx)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user