Skip to content

Commit

Permalink
去掉多余的打印
Browse files Browse the repository at this point in the history
  • Loading branch information
hlerenow committed Mar 13, 2018
1 parent 2d12b18 commit ac493e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions example/component/hSwiper/hSwiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class hSwiper{
}

updateConStyle (attr, value) {
console.log(this.data.wrapperStyleValue[this.wrapperStyle]);
var tempWidth = this.parseStyle(this.data.wrapperStyleValue[this.wrapperStyle]) || '';
tempWidth[attr] = value;
this.data.wrapperStyleValue[this.data.wrapperStyle] = this.styleStringify(tempWidth);
Expand All @@ -149,7 +148,6 @@ class hSwiper{
var styleObj = {};
var styleArray = styleStr.split(';');

console.log(styleStr);
styleArray = styleArray.map(function (item) {
var temp = item.split(':');
if (temp.length === 2) {
Expand Down
2 changes: 0 additions & 2 deletions hSwiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class hSwiper{
}

updateConStyle (attr, value) {
console.log(this.data.wrapperStyleValue[this.wrapperStyle]);
var tempWidth = this.parseStyle(this.data.wrapperStyleValue[this.wrapperStyle]) || '';
tempWidth[attr] = value;
this.data.wrapperStyleValue[this.data.wrapperStyle] = this.styleStringify(tempWidth);
Expand All @@ -149,7 +148,6 @@ class hSwiper{
var styleObj = {};
var styleArray = styleStr.split(';');

console.log(styleStr);
styleArray = styleArray.map(function (item) {
var temp = item.split(':');
if (temp.length === 2) {
Expand Down

0 comments on commit ac493e5

Please # to comment.