Commit 14f1b701 authored by lijiongliang's avatar lijiongliang

打印删除

parent 80637c0a
......@@ -374,7 +374,6 @@
})
},
confirmBinding() {
console.log(this.model1, 22222222222)
if (!this.carInfo) {
uni.showToast({
title: "请选择绑定的爱车!",
......@@ -498,7 +497,6 @@
})
},
setAES(str,keys) {
console.log(str,keys,111111111)
// const data = CryptoJS.enc.Utf8.parse(str);
const key = CryptoJS.enc.Utf8.parse(keys);
const iv = CryptoJS.enc.Utf8.parse(this.iv);
......@@ -513,7 +511,6 @@
// var hex = CryptoJS.enc.Utf8.stringify(words);
// return hex
this.model1.moveCode = words
console.log(str,keys,words,22222222)
},
},
onLoad(option) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment