浏览代码

删除注释

zqwang 2 年之前
父节点
当前提交
2e06e44630
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      src/views/About/index.ux

+ 0 - 13
src/views/About/index.ux

@@ -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>