guhongwei 2 năm trước cách đây
mục cha
commit
6a4e06e614
4 tập tin đã thay đổi với 51 bổ sung46 xóa
  1. 44 39
      common/css/font-icon.css
  2. 2 2
      pages/my/index.vue
  3. 2 2
      pagesHome/order/detail.vue
  4. 3 3
      pagesMy/account/index.vue

+ 44 - 39
common/css/font-icon.css

@@ -1,128 +1,133 @@
 @font-face {
-  font-family: "iconfont"; /* Project id 3674157 */
-  /* Color fonts */
-  src: 
-       url('https://at.alicdn.com/t/c/font_3674157_y9qx1ppmpj.woff2?t=1664365620466') format('woff2'),
-       url('https://at.alicdn.com/t/c/font_3674157_y9qx1ppmpj.woff?t=1664365620466') format('woff'),
-       url('https://at.alicdn.com/t/c/font_3674157_y9qx1ppmpj.ttf?t=1664365620466') format('truetype');
+	font-family: "iconfont";
+	/* Project id 3674157 */
+	/* Color fonts */
+	src:
+		url('//at.alicdn.com/t/c/font_3674157_kaczdji3cy.woff2?t=1664413079904') format('woff2'),
+		url('//at.alicdn.com/t/c/font_3674157_kaczdji3cy.woff?t=1664413079904') format('woff'),
+		url('//at.alicdn.com/t/c/font_3674157_kaczdji3cy.ttf?t=1664413079904') format('truetype');
 }
 
 .iconfont {
-  font-family: "iconfont" !important;
-  font-size: 16px;
-  font-style: normal;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
+	font-family: "iconfont" !important;
+	font-size: 16px;
+	font-style: normal;
+	-webkit-font-smoothing: antialiased;
+	-moz-osx-font-smoothing: grayscale;
+}
+
+.icon-jiantouyou:before {
+	content: "\e62d";
 }
 
 .icon-fenlei-copy:before {
-  content: "\e8bb";
+	content: "\e8bb";
 }
 
 .icon-shangpinfenlei-copy:before {
-  content: "\e8bc";
+	content: "\e8bc";
 }
 
 .icon-qiyejianjie-copy:before {
-  content: "\e8bd";
+	content: "\e8bd";
 }
 
 .icon-fenlei:before {
-  content: "\e605";
+	content: "\e605";
 }
 
 .icon-shangpinfenlei:before {
-  content: "\e62f";
+	content: "\e62f";
 }
 
 .icon-qiyejianjie:before {
-  content: "\e61d";
+	content: "\e61d";
 }
 
 .icon-gengduo:before {
-  content: "\e660";
+	content: "\e660";
 }
 
 .icon-kongxin:before {
-  content: "\e62e";
+	content: "\e62e";
 }
 
 .icon-shixin:before {
-  content: "\e635";
+	content: "\e635";
 }
 
 .icon-shanchu:before {
-  content: "\e625";
+	content: "\e625";
 }
 
 .icon-dingweixiao:before {
-  content: "\e8ba";
+	content: "\e8ba";
 }
 
 .icon-shangdian-copy:before {
-  content: "\e8be";
+	content: "\e8be";
 }
 
 .icon-shangdian:before {
-  content: "\e67a";
+	content: "\e67a";
 }
 
 .icon-shangjiantou:before {
-  content: "\e603";
+	content: "\e603";
 }
 
 .icon-xiajiantou:before {
-  content: "\e604";
+	content: "\e604";
 }
 
 .icon-shangjiantou-copy:before {
-  content: "\e714";
+	content: "\e714";
 }
 
 .icon-xiajiantou-copy:before {
-  content: "\e715";
+	content: "\e715";
 }
 
 .icon-del-copy:before {
-  content: "\e716";
+	content: "\e716";
 }
 
 .icon-del:before {
-  content: "\e616";
+	content: "\e616";
 }
 
 .icon-fanhuidingbu:before {
-  content: "\e713";
+	content: "\e713";
 }
 
 .icon-gouwuche:before {
-  content: "\e628";
+	content: "\e628";
 }
 
 .icon-dayufuhao:before {
-  content: "\e62b";
+	content: "\e62b";
 }
 
 .icon-daifahuo:before {
-  content: "\e600";
+	content: "\e600";
 }
 
 .icon-daifukuan:before {
-  content: "\e601";
+	content: "\e601";
 }
 
 .icon-shouhoufuwuicon:before {
-  content: "\e633";
+	content: "\e633";
 }
 
 .icon-geren2:before {
-  content: "\e6bc";
+	content: "\e6bc";
 }
 
 .icon-daishouhuo:before {
-  content: "\e612";
+	content: "\e612";
 }
 
 .icon-daipinglun:before {
-  content: "\e602";
+	content: "\e602";
 }

+ 2 - 2
pages/my/index.vue

@@ -30,7 +30,7 @@
 					<view class="title">我的订单</view>
 					<view class="title">
 						<text @click="toOrder({route:'pagesMy/order/index',type:'order',status:'0'})">全部订单</text>
-						<text class="iconfont icon-dayufuhao"></text>
+						<text class="iconfont icon-jiantouyou"></text>
 					</view>
 				</view>
 				<view class="two_2">
@@ -46,7 +46,7 @@
 					<view class="title">
 						<text v-if="user.id&&item.title=='我的积分'">{{user.integral||0}}分</text>
 						<text v-if="item.title=='客服电话'">{{serviceContaceInfo.phone||''}}</text>
-						<text class="iconfont icon-dayufuhao"></text>
+						<text class="iconfont icon-jiantouyou"></text>
 					</view>
 				</view>
 			</view>

+ 2 - 2
pagesHome/order/detail.vue

@@ -34,11 +34,11 @@
 						<view class="thr">
 							<view class="thr_1" @click="toChoose">
 								<view class="title">选择规格</view>
-								<text class="iconfont icon-dayufuhao"></text>
+								<text class="iconfont icon-jiantouyou"></text>
 							</view>
 							<view class="thr_1">
 								<view class="title">商品评价({{info.comment||0}})</view>
-								<text class="iconfont icon-dayufuhao"></text>
+								<text class="iconfont icon-jiantouyou"></text>
 							</view>
 						</view>
 						<view class="four">

+ 3 - 3
pagesMy/account/index.vue

@@ -7,7 +7,7 @@
 					<view class="titles">{{passLogin.content}}</view>
 				</view>
 				<view class="btn">
-					<text class="iconfont icon-dayufuhao"></text>
+					<text class="iconfont icon-jiantouyou"></text>
 				</view>
 			</view>
 			<view class="one" @click="toCommon('/pagesMy/account/bindEmail')">
@@ -16,7 +16,7 @@
 					<view class="titles">{{email.content}}</view>
 				</view>
 				<view class="btn">
-					<text class="iconfont icon-dayufuhao"></text>
+					<text class="iconfont icon-jiantouyou"></text>
 				</view>
 			</view>
 			<view class="one" @click="toCommon('/pagesMy/account/upBasic')">
@@ -25,7 +25,7 @@
 					<view class="titles">{{info.content}}</view>
 				</view>
 				<view class="btn">
-					<text class="iconfont icon-dayufuhao"></text>
+					<text class="iconfont icon-jiantouyou"></text>
 				</view>
 			</view>
 			<view class="two">