jump.wxml 864 B

123456789101112131415161718192021
  1. <import src="../../../common/head.wxml" />
  2. <import src="../../../common/foot.wxml" />
  3. <view class="container page" data-weui-theme="{{theme}}">
  4. <template is="head" />
  5. <view class="page-body">
  6. <view class="btn-area">
  7. <button type="primary" data-mode="fingerPrint" bindtap="openhalfscreenminiprogram">打开半屏小程序</button>
  8. </view>
  9. <view class="btn-area">
  10. <button type="primary" data-mode="fingerPrint" bindtap="openanotherminiprogram">打开小程序</button>
  11. </view>
  12. <!-- <view class="btn-area">
  13. <button type="primary" data-mode="fingerPrint" bindtap="returnminiprogram">返回上一个小程序</button>
  14. </view> -->
  15. <view class="btn-area">
  16. <button type="primary" data-mode="fingerPrint" bindtap="exitminiprogram">退出当前小程序</button>
  17. </view>
  18. </view>
  19. <template is="foot" />
  20. </view>