添加基础资料下的页面功能
This commit is contained in:
@@ -64,11 +64,11 @@ Component({
|
||||
if (e.detail.encryptedData) {
|
||||
this.data.encryptedData = e.detail.encryptedData;
|
||||
this.data.iv = e.detail.iv;
|
||||
console.log(e);
|
||||
// console.log(e);
|
||||
|
||||
login(e.detail.encryptedData, e.detail.iv)
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
// console.log(res);
|
||||
if (isArray(res.data)) {
|
||||
this.setData({
|
||||
companyList: res.data,
|
||||
|
||||
Reference in New Issue
Block a user