فهرست منبع

1、商品详情地址图标样式修改
2、积分明细普法积分改为平台积分
3、H5授权弹窗改成适配主题颜色

lyb 4 سال پیش
والد
کامیت
8ad0d0a478
4فایلهای تغییر یافته به همراه17 افزوده شده و 4 حذف شده
  1. 1 1
      pages/activity/list.vue
  2. 2 2
      pages/mine/points/pointsDetail.vue
  3. 14 1
      pages/shop/detail.vue
  4. BIN
      static/poster/bg_shouyetc.png

+ 1 - 1
pages/activity/list.vue

@@ -21,7 +21,7 @@
 							<text>{{formatTime(item.startTime)}} 至 {{formatTime(item.endTime)}}</text>
 						</view>
 						<view class="flex">
-							<image style="width: 30rpx;height: 30rpx;" src="/static/icon/remen.png" mode=""></image>
+							<text class="cuIcon-hotfill padding-lr-xs text-base" style="margin-right: 4rpx;"></text>
 							<text style="margin-left: -6rpx;">{{numberNull(item.viewCount)}}</text>
 						</view>
 					</view>

+ 2 - 2
pages/mine/points/pointsDetail.vue

@@ -22,8 +22,8 @@
 				<view class="flex justify-between align-center container " v-for="(item, index) in list" :key="index">
 					<view class="padding">
 						<view v-if="item.pointType=='CMCC_POINT_EXCHANGE'" class="type">移动积分兑换道具</view>
-						<view v-if="item.pointType=='PUFA_POINT_SEND'" class="type">普法积分赠送</view>
-						<view v-if="item.pointType=='PUFA_POINT_EXCHANGE'" class="type">普法积分兑换</view>
+						<view v-if="item.pointType=='PUFA_POINT_SEND'" class="type">平台积分赠送</view>
+						<view v-if="item.pointType=='PUFA_POINT_EXCHANGE'" class="type">平台积分兑换</view>
 						<view class="time">{{item.createTime}}</view>
 					</view>
 					<view class="padding">

+ 14 - 1
pages/shop/detail.vue

@@ -29,7 +29,10 @@
 				<navigator url="/pages/address/address" hover-class="none"
 					class="container flex align-center justify-between" style="border-bottom: 1rpx solid #efefef;">
 					<view class="flex padding align-center">
-						<image src="@/static/mine/address.png" style="width: 65upx;height: 65upx;"></image>
+						<!-- <image src="@/static/mine/address.png" style="width: 65upx;height: 65upx;"></image> -->
+						<view class="address-icon">
+							<u-icon name="map-fill" color="#ffffff" size="46"></u-icon>
+						</view>
 						<view class="padding-left text-sm" v-if="!$u.test.isEmpty(address)">
 							<view style="font-size: 28upx;font-family: PingFang SC;font-weight: 800;color: #000000;">
 								{{address.consignee}} {{address.phone}}
@@ -323,6 +326,16 @@
 			margin: 0 20rpx;
 			font-size: 32rpx;
 			color: #363636;
+			justify-content: center;
 		}
 	}
+	.address-icon{
+		background: var(--bgColor);
+		width: 80rpx;
+		height: 80rpx;
+		border-radius: 16rpx;
+		display: flex;
+		justify-content: center;
+		align-items: center;
+	}
 </style>

BIN
static/poster/bg_shouyetc.png