Sfoglia il codice sorgente

Merge branch 'base' into tabbar

菲鸽 2 anni fa
parent
commit
fbd6343b2b
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      src/pages/index/about.vue

+ 8 - 0
src/pages/index/about.vue

@@ -27,6 +27,14 @@
       <wd-button type="primary" @click="gotoPage('upload')">上传demo</wd-button>
       <wd-button type="primary" @click="gotoPage('upload2')">上传demo2(请求状态一体化)</wd-button>
     </view>
+    <view class="text-center mt-8">
+      <text mr-2>iconfont:</text>
+      <text class="gap-2 text-red">
+        <i class="iconfont icon-my" />
+        <i class="iconfont icon-chat" />
+        <i class="iconfont icon-package" />
+      </text>
+    </view>
   </view>
   <fg-tabbar />
 </template>