miniprogram-demo/packageAPI/pages/EventChannel/firstpage/index.wxml

8 lines
207 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view>
<view>
跳转页面再在新页面触发当前页testevent事件。触发后5s执行EventChannel.off注销事件
</view>
<button bindtap="gotoDebugpage">go to debugpage</button>
</view>