Skip to content

Commit

Permalink
feat: 增加一个广告方法 (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkbell authored and xuexb committed Nov 27, 2017
1 parent facd9b5 commit 87b3323
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/mip-wkad-config/mip-wkad-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down Expand Up @@ -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') {
Expand All @@ -76,6 +77,7 @@ define(function (require) {
ggArr['department'] = department;
ggArr['charset'] = 'utf8';
mobileAd.getAd(ggArr);
mobileAd.getParseWordInp();
});
}
else if (channel === 'medicine') {
Expand Down
2 changes: 1 addition & 1 deletion src/mip-wkad-config/package.json
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]"
Expand Down

0 comments on commit 87b3323

Please sign in to comment.