|
|
@@ -1,7 +1,12 @@
|
|
|
+const _Http = getApp().globalData.http;
|
|
|
+
|
|
|
import {
|
|
|
getHeight
|
|
|
} from "../../utils/getHeight";
|
|
|
Component({
|
|
|
+ options: {
|
|
|
+ multipleSlots: true
|
|
|
+ },
|
|
|
properties: {
|
|
|
list: {
|
|
|
type: {
|
|
|
@@ -173,6 +178,7 @@ Component({
|
|
|
obj.periodstart = this.data.periodstart;
|
|
|
obj.periodend = this.data.periodend;
|
|
|
};
|
|
|
+ obj.name = name;
|
|
|
this.triggerEvent("handle", obj);
|
|
|
this.onClose();
|
|
|
},
|