We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e258083 commit fe30aeaCopy full SHA for fe30aea
1 file changed
Script/jdapp_to_union.js
@@ -21,7 +21,7 @@ const UA = $request.headers['User-Agent'];
21
const appType = UA.match(/(.+?);/)[1];
22
let sku;
23
let arr = [];
24
-const isWeChatMiniApp = $.getData('id77_JDLM_platform') === 'WeChat-MiniApp';
+const isWeChatMiniApp = $.getData('id77_JDLM_platform') !== 'JDLM-WEB/APP';
25
26
if (url.includes('graphext/draw')) {
27
arr = url.match(/sku=(\d+)/);
0 commit comments