Skip to content

Commit

Permalink
fix: 修复广告方法报错 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkbell authored and xuexb committed Nov 29, 2017
1 parent 2fe026d commit 8542388
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/mip-wkad-config/mip-wkad-config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* 寻医问药mip改造 广告配置组件
* @file 脚本支持
* 寻医问药mip改造 广告配置组件
* @file 脚本支持
* @author [email protected]
* @time 2017.11.27
* @version 1.0.6
* @time 2017.11.28
* @version 1.0.7
*/
define(function (require) {
var $ = require('zepto');
Expand Down Expand Up @@ -50,7 +50,7 @@ define(function (require) {
ggArr['ad_key'] = string.substr(1);
ggArr['charset'] = 'utf8';
mobileAd.getAd(ggArr);
mobileAd.getParseWordInp();
//mobileAd.getParseWordInp();
});
}
else if (channel === 'club') {
Expand All @@ -77,7 +77,7 @@ define(function (require) {
ggArr['department'] = department;
ggArr['charset'] = 'utf8';
mobileAd.getAd(ggArr);
mobileAd.getParseWordInp();
//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.6",
"version": "1.0.7",
"author": {
"name": "tinkbell",
"email": "[email protected]"
Expand Down

0 comments on commit 8542388

Please sign in to comment.