Ver código fonte

图标删除替换

hwb0 3 anos atrás
pai
commit
cddbfd5a7a

+ 16 - 5
src/packageOperate/activity/index.vue

@@ -131,6 +131,7 @@
 			</view>
 
 			<!-- 关注公众号 -->
+			<!-- #ifdef MP-WEIXIN -->
 			<view class="wrap-account" @click="toWeixin">
 				<view class="wrap-account-view">
 					<image src="../static/activity/logo.png" mode=""></image>
@@ -138,7 +139,8 @@
 					<view>去关注</view>
 				</view>
 			</view>
-
+			<!-- #endif -->
+			
 			<!-- 图文介绍 -->
 			<view v-if="description" class="wrap-descriptiontwo">
 				<view style="padding: 36rpx 24rpx 36rpx;">图文介绍</view>
@@ -146,7 +148,8 @@
 			</view>
 
 		</view>
-
+		
+		<!-- #ifdef MP-WEIXIN -->
 		<view class="footer-fixed">
 			<view class="flex btn">
 				<button v-if="info.codeType == 2 && info.codeList.length < 1" type="default" @click="exChange"
@@ -154,7 +157,7 @@
 				<button v-if="info.codeType == 1 && info.codeList.length < 1" type="default" @click="exChangeCode">立即参与抽奖</button>
 				<button v-if="info.codeType == 1 && info.codeList.length >= 1 || info.codeType == 2 && info.codeList.length >= 1" type="default" @click="exChange"
 					open-type="share">分享给好友,提升中奖概率</button>
-<!-- 				<u-count-down v-else :time="activityTimeTwo" format="DD:HH:mm:ss" autoStart millisecond
+				<!--<u-count-down v-else :time="activityTimeTwo" format="DD:HH:mm:ss" autoStart millisecond
 					@change="onChange">
 					<button class="buttoncol" type="default">
 						开始倒计时:{{timeData.days}}&nbsp;天{{ timeData.hours>=10?timeData.hours:'0'+timeData.hours}}&nbsp;:{{timeData.minutes>=10?timeData.minutes:'0'+timeData.minutes}}&nbsp;:{{timeData.seconds>=10?timeData.seconds:'0'+timeData.seconds}}
@@ -162,8 +165,16 @@
 				</u-count-down> -->
 			</view>
 		</view>
-
-		<!-- 		<u-popup :show="popupShow" mode="bottom" @close="close" closeable>
+		<!-- #endif -->
+		<!-- #ifdef H5 -->
+		<view class="footer-fixed" v-if="info.codeType == 1 && info.codeList.length < 1">
+			<view class="flex btn">
+				<button type="default" @click="exChangeCode">立即参与抽奖</button>
+			</view>
+		</view>
+		<!-- #endif -->
+		
+	<!-- <u-popup :show="popupShow" mode="bottom" @close="close" closeable>
 			<view class="popupcode">获取抽奖码</view>
 			<view class="popupcodetwo">
 				<view class="popupcodetwo-view">邀请好友助力,获取抽奖码</view>

+ 0 - 3
src/pages/index/index.vue

@@ -102,9 +102,6 @@
 				
 				<!-- 盲票价格 -->
 				<view class="ticket-price flex">
-					<!-- <view class="ticket-price-checkbox flex">
-						<image src="../../static/index/index_price_checkout.png" mode="scaleToFill"></image>
-					</view> -->
 					<view class="ticket-price-amt flex">
 						<view class="num">{{ $numberFormat(ticketInfo.salePrice) }}</view>
 						<view class="txt">元</view>

+ 2 - 0
src/pages/ticketBox/detail.vue

@@ -50,8 +50,10 @@
 					<view class="ticket-btn-center-txt">刮开盲票</view>
 				</view>
 				<view class="ticket-btn-share flex">
+					<!-- #ifdef MP-WEIXIN -->
 					<image src="../../static/ticketBox/ticket_share.png" mode="scaleToFill" @click="toShare"></image>
 					<button type="default" open-type="share" v-if="loginState"></button>
+					<!-- #endif -->
 				</view>
 			</view>
 		</view>

+ 5 - 10
src/pages/user/index.vue

@@ -58,7 +58,7 @@
 			</view>
 			<view class="action-item flex" @click="toAddress">
 				<view class="action-item-left flex">
-					<image class="addr" src="../../static/user/user_addr.png" mode=""></image>
+					<image src="../../static/user/user_addr.png" mode=""></image>
 					<view class="title">我的地址</view>
 				</view>
 				<u-icon name="arrow-right" color="#666" size="16"></u-icon>
@@ -335,8 +335,8 @@
 				color: #666;
 				
 				image {
-					width: 44rpx;
-					height: 44rpx;
+					width: 52rpx;
+					height: 52rpx;
 					margin-right: 20rpx;
 				}
 				
@@ -345,14 +345,9 @@
 					line-height: 30rpx;
 				}
 				
-				.addr {
-					width: 38rpx;
-					height: 46rpx;
-				}
-				
 				.close {
-					width: 50rpx;
-					height: 46rpx;
+					width: 62rpx;
+					height: 62rpx;
 				}
 			}
 		}

BIN
src/static/index/index_btn_cir_center.png


BIN
src/static/index/index_chance_1.png


BIN
src/static/index/index_chance_2.png


BIN
src/static/index/index_chance_3.png


BIN
src/static/index/index_chance_4.png


BIN
src/static/index/index_price_checkout.png


BIN
src/static/index/index_prize.png


BIN
src/static/index/index_ticket.png


BIN
src/static/user/user_about.png


BIN
src/static/user/user_addr.png


BIN
src/static/user/user_close.png


BIN
src/static/user/user_kefu.png


BIN
src/static/user/user_order.png