Authored by 邱骏

app中隐藏下载app按钮

... ... @@ -11,7 +11,8 @@
"html"
],
"rules": {
"camelcase": "off"
"camelcase": "off",
"indent": "off"
}
}
... ...
... ... @@ -83,6 +83,7 @@
"request-promise": "^4.2.1",
"semver": "^5.5.0",
"sitemap": "^1.13.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"urlencode": "^1.1.0",
"uuid": "^3.2.1",
"xml2js": "^0.4.19",
... ...
... ... @@ -294,6 +294,7 @@ function initWebShare() {
initWebShareButtons('app');
}
});
$('.web-share-buttons-container .button-download').hide();
} else if (isWechatMiniProgram) {
$('.web-share-buttons-container .button-download').hide();
initWebShareButtons('miniprogram');
... ...
This diff could not be displayed because it is too large.