Browse Source

图标替换

luxf 4 months ago
parent
commit
7b49379cce

+ 2 - 2
manifest.json

@@ -50,9 +50,9 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wx9f592948a2d18446",
+        "appid" : "wx840256f9ad65dd83",
         "setting" : {
-            "urlCheck" : false,
+            "urlCheck" : true,
             "minified" : true
         },
         "usingComponents" : true,

+ 2 - 2
package.json

@@ -17,7 +17,7 @@
 					"UNI_PLATFORM": "mp-weixin",
 					"NAME": "dev",
 					"TOKEN_KEY": "token",
-					"BASE_API": "https://mp-test-onlinecatelogue.matchexpo.cn"
+					"BASE_API": "https://mp-test-miniprogapi.matchexpo.cn"
 				},
 				"define": {
 					"MP-CJN": true
@@ -29,7 +29,7 @@
 					"UNI_PLATFORM": "mp-weixin",
 					"NAME": "test",
 					"TOKEN_KEY": "token",
-					"BASE_API": "https://mp-test-onlinecatelogue.matchexpo.cn"
+					"BASE_API": "https://mp-test-miniprogapi.matchexpo.cn"
 				},
 				"define": {
 					"MP-CJN": true

+ 1 - 1
pages/exhibitor/components/exhibit-item.vue

@@ -2,7 +2,7 @@
 	<view class="exhibit-item exhibitor-item" hover-class="active" @click="onClickExhibit(item)">
 		<view class="exhibit-body">
 			<view class="exhibitor-body">
-				<view class="exhibitor-logo"><image src="https://oss.starify.cn/prod/starify/up/0001018678/20241108/672da70b4f4b0.png?x-oss-process=image/resize,w_400" mode="aspectFit" /></view>
+				<view class="exhibitor-logo"><image src="https://oss.starify.cn/prod/starify/up/0001000075/20241113/67343f1c494de.png?x-oss-process=image/resize,w_400" mode="aspectFit" /></view>
 				<view class="exhibitor-name">汽车连接器 86W MLK 1,2 SD-HOLDER</view>
 				<view class="exhibitor-number">
 					<view class="exhibitor-number-label">展位号:</view>

+ 1 - 1
pages/exhibitor/exhibit-detail.vue

@@ -4,7 +4,7 @@
 		<u-scroll-view>
 			<view class="main-container">
 				<view class="exhibit-image">
-					<image src="https://oss.starify.cn/prod/starify/up/0001018678/20241108/672da70b4f4b0.png" mode="aspectFit"/>
+					<image src="https://oss.starify.cn/prod/starify/up/0001000075/20241113/67343f1c494de.png?x-oss-process=image/resize,w_800" mode="aspectFit"/>
 					<view class="exhibit-tag">2025新品</view>
 				</view>
 				<view class="exhibit-name">汽车连接器 86W MLK 1,2 SD-HOLDER</view>

+ 1 - 1
pages/user/index.vue

@@ -18,7 +18,7 @@
 				</view>
 				<view class="user-grid-menu">
 					<view hover-class="active" @click="navigateTo('/pages/user/like')">
-						<view class="iconfont icon-Heart"></view>
+						<view class="iconfont icon-heart1"></view>
 						<view>点赞</view>
 					</view>
 					<view hover-class="active" @click="navigateTo('/pages/user/favorites')">

+ 6 - 2
static/font/iconfont.css

@@ -4,7 +4,6 @@
        url('~@/static/font/iconfont.ttf') format('truetype')
 }
 
-
 .iconfont {
   font-family: "iconfont" !important;
   font-size: 16px;
@@ -13,6 +12,10 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-heart1:before {
+  content: "\e600";
+}
+
 .icon-Ticket1:before {
   content: "\e696";
 }
@@ -1007,4 +1010,5 @@
 
 .icon-oe-a:before {
   content: "\e802";
-}
+}
+

BIN
static/font/iconfont.ttf


BIN
static/font/iconfont.woff2