diff --git a/src/api/req.js b/src/api/req.js index 802e202cf..b05390110 100644 --- a/src/api/req.js +++ b/src/api/req.js @@ -183,7 +183,7 @@ class API { zhcn: 'zh-CN', en: 'en-CN', zhtw: 'zh-TW', - ar: 'ar' + ar: 'ar-SA' } query['country_code'] = langMap[lang || process.env.APP_COUNTRY_CODE] } diff --git a/src/components/sp-html/mp-weixin/index.js b/src/components/sp-html/mp-weixin/index.js index 6c84c9cc7..6b563dc12 100644 --- a/src/components/sp-html/mp-weixin/index.js +++ b/src/components/sp-html/mp-weixin/index.js @@ -1,7 +1,3 @@ -/** - * Copyright © ShopeX (http://www.shopex.cn). All rights reserved. - * See LICENSE file for license details. - */ 'use strict' function e(e, t, n) { return ( diff --git a/src/components/sp-html/mp-weixin/index.wxml b/src/components/sp-html/mp-weixin/index.wxml index 2c540187c..ebb4c7f80 100644 --- a/src/components/sp-html/mp-weixin/index.wxml +++ b/src/components/sp-html/mp-weixin/index.wxml @@ -1,5 +1 @@ -/** - * Copyright © ShopeX (http://www.shopex.cn). All rights reserved. - * See LICENSE file for license details. - */ diff --git a/src/components/sp-html/mp-weixin/node/node.js b/src/components/sp-html/mp-weixin/node/node.js index e32139b70..262e6a368 100644 --- a/src/components/sp-html/mp-weixin/node/node.js +++ b/src/components/sp-html/mp-weixin/node/node.js @@ -1,7 +1,3 @@ -/** - * Copyright © ShopeX (http://www.shopex.cn). All rights reserved. - * See LICENSE file for license details. - */ 'use strict' function t(t, e, i) { return ( diff --git a/src/components/sp-html/mp-weixin/node/node.wxml b/src/components/sp-html/mp-weixin/node/node.wxml index 39b9b9c39..e73ada3b1 100644 --- a/src/components/sp-html/mp-weixin/node/node.wxml +++ b/src/components/sp-html/mp-weixin/node/node.wxml @@ -1,5 +1 @@ -/** - * Copyright © ShopeX (http://www.shopex.cn). All rights reserved. - * See LICENSE file for license details. - */ var e={abbr:!0,b:!0,big:!0,code:!0,del:!0,em:!0,i:!0,ins:!0,label:!0,q:!0,small:!0,span:!0,strong:!0,sub:!0,sup:!0};module.exports=function(n){return!n.c&&(!n.children||"a"===n.name||!e[n.name]&&-1===(n.attrs.style||"").indexOf("inline"))};