|
@@ -1,12 +1,7 @@
|
|
|
<template>
|
|
|
<div class="demo-page">
|
|
|
- <!-- 应用图标 -->
|
|
|
<image id="icon" src="{{icon}}"></image>
|
|
|
-
|
|
|
- <!-- 应用名 -->
|
|
|
<text id="name">{{name}}</text>
|
|
|
-
|
|
|
- <!-- 应用标签 -->
|
|
|
<div id="tags">
|
|
|
<text class="tag">无安装</text>
|
|
|
<text class="gap">|</text>
|
|
@@ -14,11 +9,7 @@
|
|
|
<text class="gap">|</text>
|
|
|
<text class="tag">一步直达</text>
|
|
|
</div>
|
|
|
-
|
|
|
- <!-- 应用描述 -->
|
|
|
<text id="desc">{{desc}}</text>
|
|
|
-
|
|
|
- <!-- 应用详情 -->
|
|
|
<div class="detail detail-first">
|
|
|
<text class="detail-title">服务类型</text>
|
|
|
<text class="detail-content">{{serviceType}}</text>
|
|
@@ -27,11 +18,7 @@
|
|
|
<text class="detail-title">主体信息</text>
|
|
|
<text class="detail-content">{{subjectInfo}}</text>
|
|
|
</div>
|
|
|
-
|
|
|
- <!-- 创建快捷方式 -->
|
|
|
<input class="btn" type="button" onclick="createShortcut" value="创建快捷方式" />
|
|
|
-
|
|
|
- <!-- 版权信息 -->
|
|
|
<text id="footer"><span @click="pageChange('Agreement')">用户协议</span> |<span @click="pageChange('Privacy')"> 隐私政策</span></text>
|
|
|
</div>
|
|
|
</template>
|