Skip to content

Commit 3a9b5e6

Browse files
committed
Add more public email
1 parent 0e78879 commit 3a9b5e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/cart/order.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ function newOrder() {
185185
if ( email.indexOf('@gmail.') > 0
186186
|| email.indexOf('@qq.') > 0
187187
|| email.indexOf('@163.') > 0
188+
|| email.indexOf('@126.') > 0
189+
|| email.indexOf('@139.') > 0
188190
|| email.indexOf('@sohu.') > 0
191+
|| email.indexOf('@sina.') > 0
189192
|| email.indexOf('@foxmail.') > 0
190193
|| email.indexOf('@outlook.') > 0
191194
|| email.indexOf('@icloud.') > 0

0 commit comments

Comments
 (0)