Commit 5f1aefa7 authored by 5359's avatar 5359

修改参数配置

parent b7280d88
......@@ -126,7 +126,6 @@ export default {
vm.$post(url).then(function(res) {
vm.hlsPopup.hideLoading();
if (res.rows.length > 0) {
console.log(res.rows);
var results = res.rows[0];
vm.userInfo = results;
vm.getData();
......@@ -151,7 +150,6 @@ export default {
var dataInfo = JSON.parse(res.result.json);
vm.signData = dataInfo.sign_con_list;
vm.count = dataInfo.sign_con_list.length;
console.log("skskkskssk", dataInfo.un_sign_con_list);
}
});
},
......
......@@ -43,7 +43,6 @@ export default {
}
// console.log(JSON.parse(window.localStorage.unSignData));
this.data = JSON.parse(window.localStorage.SignDownloadData);
console.log("22222222222", this.data);
this.offsize = 1;
this.pagesize = 10;
this.index = [1, 0, 0];
......
......@@ -166,7 +166,6 @@ export default {
var dataInfo = JSON.parse(res.result.json);
vm.unSignData = dataInfo.un_sign_con_list;
vm.signData = dataInfo.sign_con_list;
console.log("skskkskssk", dataInfo.un_sign_con_list);
}
});
},
......
......@@ -938,7 +938,7 @@
},
// 上传到业务系统并且进行ocr识别
uploadCardToserver(serverId) {
console.log("mediaId", serverId);
// console.log("mediaId", serverId);
let vm = this;
let url = process.env.rootPath + "/auth/upload/image/hls/from/wx";
let param = {
......@@ -1258,7 +1258,7 @@
setTimeout(function () {
var scrollHeight =
document.documentElement.scrollTop || document.body.scrollTop || 0;
console.log(scrollHeight);
// console.log(scrollHeight);
window.scrollTo(0, Math.max(scrollHeight, 0));
}, 100);
},
......
......@@ -275,7 +275,6 @@
});
},
addCardImage: function () {
console.log("11111111");
let self = this;
// if(!self.cardUp){
wx.chooseImage({
......@@ -314,7 +313,6 @@
});
},
uploadToserver(serverId) {
console.log("mediaId", serverId);
let vm = this;
let url = process.env.rootPath + "/auth/upload/image/hls/from/wx";
let param = {
......
......@@ -61,7 +61,6 @@ export default {
});
},
addVipImage: function() {
console.log("11111111");
let self = this;
wx.chooseImage({
count: 1, //张数, 默认9
......
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