mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-26 03:26:35 +08:00
fix error
This commit is contained in:
parent
064c96cdec
commit
fcb8a7c568
4
dist/quantity/index.js
vendored
4
dist/quantity/index.js
vendored
@ -21,7 +21,7 @@ function callback(componentId, quantity) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var ComponentQuantity = {
|
var Quantity = {
|
||||||
_handleZuiQuantityMinus(e) {
|
_handleZuiQuantityMinus(e) {
|
||||||
handle.call(this, e, -1);
|
handle.call(this, e, -1);
|
||||||
},
|
},
|
||||||
@ -58,4 +58,4 @@ var ComponentQuantity = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = ComponentQuantity;
|
module.exports = Quantity;
|
||||||
|
1
dist/tab/index.js
vendored
1
dist/tab/index.js
vendored
@ -11,6 +11,7 @@ var Tab = {
|
|||||||
} else {
|
} else {
|
||||||
console.warn('页面缺少 handleZuiTabChange 回调函数');
|
console.warn('页面缺少 handleZuiTabChange 回调函数');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = Tab;
|
module.exports = Tab;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user