Commit 0f2e43ec authored by 5359's avatar 5359

历史注册用户调整

parent 6470fb64
...@@ -492,19 +492,22 @@ ...@@ -492,19 +492,22 @@
if (res.rows) { if (res.rows) {
if (res.rows.length > 0) { if (res.rows.length > 0) {
var data = res.rows[0]; var data = res.rows[0];
vm.cardUp = var historyFlag=data.historyFlag;
process.env.rootPath + if(historyFlag=='N'){
"/app/fileViewSvc?attachment_id=" + vm.cardUp =
data.attachmentId + process.env.rootPath +
"&apiName=download&sysName=HCL_UPLOAD_FILE&access_token=" + "/app/fileViewSvc?attachment_id=" +
window.localStorage.access_token_rl; data.attachmentId +
vm.identificationNumber = data.idNo; "&apiName=download&sysName=HCL_UPLOAD_FILE&access_token=" +
vm.phoneNumber = data.mobile; window.localStorage.access_token_rl;
vm.personName = data.name; vm.identificationNumber = data.idNo;
// vm.identificationNumber = '22222222222222222'; vm.phoneNumber = data.mobile;
// vm.phoneNumber = '18230982828'; vm.personName = data.name;
// vm.personName = 'chaiwei'; // vm.identificationNumber = '22222222222222222';
vm.showStatus = "1"; // vm.phoneNumber = '18230982828';
// vm.personName = 'chaiwei';
vm.showStatus = "1";
}
} }
} }
}); });
......
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