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
李靖
2018-01-12 11:08:14 +0800
Commit
d1f416c6c9619458b0358f05bf2662a655c57a8d
1 parent
5c63b66a
{}
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/mip/mip-utils.js
apps/mip/mip-utils.js
View file @
d1f416c
...
...
@@ -110,7 +110,7 @@ module.exports = {
* @param {*} option.prefix CSS 前缀
*/
process
(
html
=
''
,
option
=
''
)
{
process
(
html
=
''
,
option
=
{}
)
{
html
=
_
.
isString
(
html
)
?
html
:
''
;
let
$
=
cheerio
.
load
(
html
,
{
...
...
Please
register
or
login
to post a comment