-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* 寻医问药mip改造 广告配置组件 | ||
* @file 脚本支持 | ||
* @author [email protected] | ||
* @time 2017.07.05 | ||
* @version 1.0.5 | ||
* @time 2017.11.27 | ||
* @version 1.0.6 | ||
*/ | ||
define(function (require) { | ||
var $ = require('zepto'); | ||
|
@@ -50,6 +50,7 @@ define(function (require) { | |
ggArr['ad_key'] = string.substr(1); | ||
ggArr['charset'] = 'utf8'; | ||
mobileAd.getAd(ggArr); | ||
mobileAd.getParseWordInp(); | ||
}); | ||
} | ||
else if (channel === 'club') { | ||
|
@@ -76,6 +77,7 @@ define(function (require) { | |
ggArr['department'] = department; | ||
ggArr['charset'] = 'utf8'; | ||
mobileAd.getAd(ggArr); | ||
mobileAd.getParseWordInp(); | ||
}); | ||
} | ||
else if (channel === 'medicine') { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mip-wkad-config", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": { | ||
"name": "tinkbell", | ||
"email": "[email protected]" | ||
|