mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-11 02:13:28 +08:00
V2.4.1 FE
This commit is contained in:
@@ -31,6 +31,12 @@ class CustomModal {
|
||||
this.params = value;
|
||||
}
|
||||
|
||||
@action.bound
|
||||
public showOfflineAppNewModal(value: any) {
|
||||
this.modalId = 'offlineAppNewModal';
|
||||
this.params = value;
|
||||
}
|
||||
|
||||
@action.bound
|
||||
public showOrderOpResult() {
|
||||
this.modalId = 'orderOpResult';
|
||||
|
||||
Reference in New Issue
Block a user