mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +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 quantity = +dataset.quantity;
|
||||
|
||||
console.error(disabled, typeof disabled);
|
||||
|
||||
if (disabled == true) return null;
|
||||
if (disabled) return null;
|
||||
|
||||
callback.call(this, componentId, quantity + num);
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
var app = getApp()
|
||||
|
||||
Page({
|
||||
data: {
|
||||
icons: [
|
||||
@ -8,14 +6,6 @@ Page({
|
||||
'certificate',
|
||||
'arrow',
|
||||
'shopping-cart',
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
onLoad: function () {
|
||||
|
||||
},
|
||||
|
||||
onShow: function() {
|
||||
},
|
||||
})
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user