We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e78879 commit 3a9b5e6Copy full SHA for 3a9b5e6
www/cart/order.js
@@ -185,7 +185,10 @@ function newOrder() {
185
if ( email.indexOf('@gmail.') > 0
186
|| email.indexOf('@qq.') > 0
187
|| email.indexOf('@163.') > 0
188
+ || email.indexOf('@126.') > 0
189
+ || email.indexOf('@139.') > 0
190
|| email.indexOf('@sohu.') > 0
191
+ || email.indexOf('@sina.') > 0
192
|| email.indexOf('@foxmail.') > 0
193
|| email.indexOf('@outlook.') > 0
194
|| email.indexOf('@icloud.') > 0
0 commit comments