Commit 14f1b701 authored by lijiongliang's avatar lijiongliang

打印删除

parent 80637c0a
...@@ -374,7 +374,6 @@ ...@@ -374,7 +374,6 @@
}) })
}, },
confirmBinding() { confirmBinding() {
console.log(this.model1, 22222222222)
if (!this.carInfo) { if (!this.carInfo) {
uni.showToast({ uni.showToast({
title: "请选择绑定的爱车!", title: "请选择绑定的爱车!",
...@@ -498,7 +497,6 @@ ...@@ -498,7 +497,6 @@
}) })
}, },
setAES(str,keys) { setAES(str,keys) {
console.log(str,keys,111111111)
// const data = CryptoJS.enc.Utf8.parse(str); // const data = CryptoJS.enc.Utf8.parse(str);
const key = CryptoJS.enc.Utf8.parse(keys); const key = CryptoJS.enc.Utf8.parse(keys);
const iv = CryptoJS.enc.Utf8.parse(this.iv); const iv = CryptoJS.enc.Utf8.parse(this.iv);
...@@ -513,7 +511,6 @@ ...@@ -513,7 +511,6 @@
// var hex = CryptoJS.enc.Utf8.stringify(words); // var hex = CryptoJS.enc.Utf8.stringify(words);
// return hex // return hex
this.model1.moveCode = words this.model1.moveCode = words
console.log(str,keys,words,22222222)
}, },
}, },
onLoad(option) { 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