mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
delete console
This commit is contained in:
parent
156559d8a6
commit
ae04b6c6d9
4
dist/quantity/index.js
vendored
4
dist/quantity/index.js
vendored
@ -4,9 +4,7 @@ function handle(e, num) {
|
|||||||
var disabled = dataset.disabled;
|
var disabled = dataset.disabled;
|
||||||
var quantity = +dataset.quantity;
|
var quantity = +dataset.quantity;
|
||||||
|
|
||||||
console.error(disabled, typeof disabled);
|
if (disabled) return null;
|
||||||
|
|
||||||
if (disabled == true) return null;
|
|
||||||
|
|
||||||
callback.call(this, componentId, quantity + num);
|
callback.call(this, componentId, quantity + num);
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
var app = getApp()
|
|
||||||
|
|
||||||
Page({
|
Page({
|
||||||
data: {
|
data: {
|
||||||
icons: [
|
icons: [
|
||||||
@ -8,14 +6,6 @@ Page({
|
|||||||
'certificate',
|
'certificate',
|
||||||
'arrow',
|
'arrow',
|
||||||
'shopping-cart',
|
'shopping-cart',
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
});
|
||||||
onLoad: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
onShow: function() {
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user