mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 08:57:13 +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>
|
||||
<img
|
||||
alt={''}
|
||||
src={`/wxQrCode${num}.jpg`}
|
||||
src={`/wxQrcode${num}.jpg`}
|
||||
className={style.wxQrCodeItemImage}
|
||||
onClick={() => onImageClick(idx)}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user