mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 20:40:53 +08:00
fix: wxQrcode路径
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user