添加订单详情页, 及组件修改

This commit is contained in:
zhengw
2026-02-08 11:15:00 +08:00
parent f11f4c8000
commit 13b0215e15
14 changed files with 269 additions and 30 deletions

View File

@@ -22,9 +22,6 @@ Page({
company_info: companyInfo,
});
},
searchChange(e: any) {
console.log(e);
},
// 腾讯文档
txDoc() {
return;
@@ -53,10 +50,10 @@ Page({
// content: '',
complete: (res: any) => {
if (res.confirm) {
post('Applet/loginOut').then((res: any) => {
post('Applet/loginOut').then(() => {
this.setData({ isLogin: false });
checkSesskey({ showLoading: false, showError: false })
.then((res) => {})
.then(() => {})
.catch((err) => {
console.log('checkSesskey', err);
});