Commit 22ea8686 authored by limingzhe's avatar limingzhe

feat: 添加展示更多模版事件

parent 45396cb9
...@@ -1833,10 +1833,17 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1833,10 +1833,17 @@ export class PlayComponent implements OnInit, OnDestroy {
if (msgData.action === "temp_send_result") { if (msgData.action === "temp_send_result") {
this.setPageData('progress', '3'); this.setPageData('progress', '3');
this.checkShowSubTemplateOne();
console.log('in temp_send_result __ msgData: ', msgData); console.log('in temp_send_result __ msgData: ', msgData);
} }
if (msgData.action === "temp_show_more") {
console.log(' in temp_show_more');
this.checkShowSubTemplateOne();
}
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment