Skip to content

Commit f7174ca

Browse files
committed
V1.1
1 parent 2e22b55 commit f7174ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ V免签 是基于SpringBoot 2.1.1 实现的一套免签支付程序,主要包
4343

4444
+ v1.0(2019.01.31)
4545
+ 初版发布
46+
+ v1.1(2019.02.10)
47+
+ 修复部分用户无法上传通用收款码问题
4648

4749
## 版权信息
4850

src/main/webapp/admin/setting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
if (res.code == -1) {
149149
return layer.msg('上传失败');
150150
}
151-
if (res.data=="" || res.data.substr(0,22)!="HTTPS://QR.ALIPAY.COM/"){
151+
if (res.data=="" || res.data.substr(0,22).toUpperCase()!="HTTPS://QR.ALIPAY.COM/"){
152152
return layer.msg('请上传支付宝无金额收款二维码');
153153
}
154154
$('#zfbimg').attr('src', "enQrcode?url="+res.data);

0 commit comments

Comments
 (0)