Browse Source

配置文件

彭宇 1 year ago
parent
commit
2efdfb20cf
3 changed files with 7 additions and 225 deletions
  1. 1 1
      pages.json
  2. 0 222
      pages/iconfont/iconfont.css
  3. 6 2
      pages/index/index.vue

+ 1 - 1
pages.json

@@ -143,4 +143,4 @@
 		]
 	},
 	"subPackages": []
-}
+}

+ 0 - 222
pages/iconfont/iconfont.css

@@ -1,222 +0,0 @@
-@font-face {
-    font-family: 'iconfont'; /* Project id 3934749 */
-    src: url('http://at.alicdn.com/t/c/font_3934749_vw3yr60jge.woff2?t=1678514567333') format('woff2'),
-        url('http://at.alicdn.com/t/c/font_3934749_vw3yr60jge.woff?t=1678514567333') format('woff'),
-        url('http://at.alicdn.com/t/c/font_3934749_vw3yr60jge.ttf?t=1678514567333') format('truetype');
-}
-
-.iconfont {
-    font-family: 'iconfont' !important;
-    font-size: 16px;
-    font-style: normal;
-    -webkit-font-smoothing: antialiased;
-    -moz-osx-font-smoothing: grayscale;
-}
-
-.icon-zaixiankefu:before {
-    content: '\e617';
-}
-
-.icon-dianpu:before {
-    content: '\e678';
-}
-
-.icon-fenlei:before {
-    content: '\e620';
-}
-
-.icon-tuijianma:before {
-    content: '\e6a7';
-}
-
-.icon-shangpin:before {
-    content: '\e648';
-}
-
-.icon-shangpin2:before {
-    content: '\e622';
-}
-
-.icon-mingxi:before {
-    content: '\e689';
-}
-
-.icon-xinshouyindao:before {
-    content: '\e72f';
-}
-
-.icon-gengduo1:before {
-    content: '\e68b';
-}
-
-.icon-gongxiaoshelogo:before {
-    content: '\e629';
-}
-
-.icon-xinlizixun:before {
-    content: '\e655';
-}
-
-.icon-zhishi:before {
-    content: '\e62f';
-}
-
-.icon-wenzhen:before {
-    content: '\e856';
-}
-
-.icon-jurassic_nav:before {
-    content: '\e69e';
-}
-
-.icon-jurassic_nav1:before {
-    content: '\e69f';
-}
-
-.icon-youdaijiuzhu:before {
-    content: '\e6a0';
-}
-
-.icon-zhibo:before {
-    content: '\e605';
-}
-
-.icon-S_dianhuaxinlizixun:before {
-    content: '\e656';
-}
-
-.icon-zhishi1:before {
-    content: '\e813';
-}
-
-.icon-linshijiuzhu:before {
-    content: '\e653';
-}
-
-.icon-wenzhenguanli:before {
-    content: '\e613';
-}
-
-.icon-bianji:before {
-    content: '\e600';
-}
-
-.icon-shoucang1:before {
-    content: '\e659';
-}
-
-.icon-icon-:before {
-    content: '\e612';
-}
-
-.icon-shoucang2:before {
-    content: '\e603';
-}
-
-.icon-fasong:before {
-    content: '\e604';
-}
-
-.icon-xiangyoujiantou:before {
-    content: '\e641';
-}
-
-.icon-zhishiku1:before {
-    content: '\e650';
-}
-
-.icon-yuandianxiao:before {
-    content: '\e82f';
-}
-
-.icon-iclike:before {
-    content: '\e628';
-}
-
-.icon-falv1:before {
-    content: '\e619';
-}
-
-.icon-pinglun:before {
-    content: '\e63a';
-}
-
-.icon-licaiwenda:before {
-    content: '\e652';
-}
-
-.icon-lvyou:before {
-    content: '\e601';
-}
-
-.icon-jifen:before {
-    content: '\e897';
-}
-
-.icon--fuwu:before {
-    content: '\e8aa';
-}
-
-.icon-zhiku:before {
-    content: '\e6d8';
-}
-
-.icon-chakan:before {
-    content: '\e642';
-}
-
-.icon-shoucang:before {
-    content: '\e633';
-}
-
-.icon-zhishiku:before {
-    content: '\e621';
-}
-
-.icon-gonggao:before {
-    content: '\e60f';
-}
-
-.icon-jiuzhen:before {
-    content: '\ea4b';
-}
-
-.icon-jiuzhen1:before {
-    content: '\e610';
-}
-
-.icon-jiuye:before {
-    content: '\100dd';
-}
-
-.icon-sannongzhengce:before {
-    content: '\100de';
-}
-
-.icon-sannongzhengce1:before {
-    content: '\100e8';
-}
-
-.icon-gengduo:before {
-    content: '\e73a';
-}
-
-.icon-shangcheng11:before {
-    content: '\e67b';
-}
-
-.icon-hangqing:before {
-    content: '\e66c';
-}
-
-.icon-banshidating:before {
-    content: '\e602';
-}
-
-.icon-banshidating1:before {
-    content: '\e606';
-}
-
-.icon-wenhaofill:before {
-    content: '\e72c';
-}

+ 6 - 2
pages/index/index.vue

@@ -12,7 +12,7 @@
                     <span>问吧</span>
                 </li>
                 <li>
-                    <view class="hq"><em class="iconfont icon-hangqing"></em></view>
+                    <view class="hq" @tap="goHangQing"><em class="iconfont icon-hangqing"></em></view>
                     <span>行情</span>
                 </li>
                 <li>
@@ -332,7 +332,11 @@ export default {
                 url: '/pages/wenba/wenba'
             });
         },
-
+      goHangQing() {
+        uni.navigateTo({
+          url: '/pages/hangqing/hangqing'
+        });
+      },
         goShangCheng() {
             uni.navigateTo({
                 url: '/pages/shangcheng/shangcheng'