添加基础资料下的页面功能

This commit is contained in:
zhengw
2026-03-06 17:18:27 +08:00
parent 816188c2bb
commit aa1294f997
47 changed files with 1697 additions and 5 deletions

View File

@@ -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,