From 472a512d0b6a47a5450187923b4c62f58368fc09 Mon Sep 17 00:00:00 2001 From: shaoying Date: Tue, 3 Mar 2020 17:01:05 +0800 Subject: [PATCH] fix action.import --- frame.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frame.js b/frame.js index 53205c73..ea315598 100644 --- a/frame.js +++ b/frame.js @@ -172,6 +172,7 @@ var can = Volcanos("chat", { // 上报数据 // 上下循环 // key && can.Import(event, value, key) + can.Action(key, value) } } },