<ui> <view> <container> <subViews> <label value="点击我会弹窗" > <events> <event type="click"> <actions> <toast text="我是弹窗,自动消失"/> </actions> </event> </events> </label> </subViews> </container> </view> </ui>
但是在淘宝模板中每个点击事件都需要加上卖点
<ui> <view> <container> <subViews> <label value="点击我会弹窗" > <events> <event type="click"> <actions> <toast text="我是弹窗,自动消失"/> </actions> </event> </events> </label> </subViews> </container> </view> </ui>
但是在淘宝模板中每个点击事件都需要加上卖点