清除log
This commit is contained in:
@@ -22,12 +22,6 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.injectJWeixin().then(() => {
|
this.injectJWeixin().then(() => {
|
||||||
WWOpenData.bind(this.$el)
|
WWOpenData.bind(this.$el)
|
||||||
WWOpenData.on('error', res => {
|
|
||||||
console.log(res)
|
|
||||||
})
|
|
||||||
WWOpenData.on('update', res => {
|
|
||||||
console.log(res)
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user