From 2e0098a7a73dd96456bd0e0e7f65fdcbd0da22b4 Mon Sep 17 00:00:00 2001 From: zhangjing1 Date: Mon, 1 Dec 2025 17:07:17 +0800 Subject: [PATCH] bug(custom): eCX-7495 --- src/api/req.js | 2 +- src/components/sp-html/mp-weixin/index.js | 4 ---- src/components/sp-html/mp-weixin/index.wxml | 4 ---- src/components/sp-html/mp-weixin/node/node.js | 4 ---- src/components/sp-html/mp-weixin/node/node.wxml | 4 ---- src/components/sp-html/mp-weixin/parser.js | 4 ---- 6 files changed, 1 insertion(+), 21 deletions(-) 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"))};