-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathjump.wxml
More file actions
22 lines (21 loc) · 883 Bytes
/
jump.wxml
File metadata and controls
22 lines (21 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<import src="/common/head.wxml" />
<import src="/common/foot.wxml" />
<view class="container page" data-weui-theme="{{theme}}">
<template is="head" />
<view class="page-body">
<!-- 暂时下架 -->
<!-- <view class="btn-area">
<button type="primary" data-mode="fingerPrint" bindtap="openhalfscreenminiprogram">打开半屏小程序</button>
</view> -->
<view class="btn-area">
<button type="primary" data-mode="fingerPrint" bindtap="openanotherminiprogram">打开小程序</button>
</view>
<!-- <view class="btn-area">
<button type="primary" data-mode="fingerPrint" bindtap="returnminiprogram">返回上一个小程序</button>
</view> -->
<view class="btn-area">
<button type="primary" data-mode="fingerPrint" bindtap="exitminiprogram">退出当前小程序</button>
</view>
</view>
<template is="foot" />
</view>