添加订单详情页, 及组件修改
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user