Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
邱骏
6 years ago
Commit
a718eccf5c89db20db559762b4bb7e8cd4002d3a
1 parent
19dbc743
app中隐藏下载app按钮
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
.eslintrc
package.json
public/js/activity/feature.page.js
yarn.lock
.eslintrc
View file @
a718ecc
...
...
@@ -11,7 +11,8 @@
"html"
],
"rules"
:
{
"camelcase"
:
"off"
"camelcase"
:
"off"
,
"indent"
:
"off"
}
}
...
...
package.json
View file @
a718ecc
...
...
@@ -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"
,
...
...
public/js/activity/feature.page.js
View file @
a718ecc
...
...
@@ -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'
);
...
...
yarn.lock
View file @
a718ecc
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment