Browse Source

更新图片

wangxiaoming 5 years ago
parent
commit
406a34d980

BIN
aiberle/images/20191212/aiberle-lv.jpg


BIN
aiberle/images/20191212/banner.jpg


BIN
aiberle/images/20191212/erweima.jpg


BIN
aiberle/images/20191212/fg_sj.jpg


BIN
aiberle/images/20191212/hei_sj.jpg


BIN
aiberle/images/20191212/index_1.jpg


BIN
aiberle/images/20191212/index_2.jpg


BIN
aiberle/images/20191212/index_3.jpg


BIN
aiberle/images/20191212/index_4.jpg


BIN
aiberle/images/20191212/lv_sj.jpg


BIN
aiberle/images/20191212/lv_tz.jpg


BIN
aiberle/images/20191212/maiyisonger.png


BIN
aiberle/images/20191212/new_hs.jpg


BIN
aiberle/images/20191212/new_s3.jpg


BIN
aiberle/images/20191212/old_hs.jpg


BIN
aiberle/images/20191212/rsj.jpg


BIN
aiberle/images/20191212/watero-lv.jpg


BIN
aiberle/images/20191212/watero_tz.jpg


BIN
aiberle/images/20191212/wb_1_sj.jpg


BIN
aiberle/images/20191212/zhucehuiyuan-aiberle.png


BIN
aiberle/images/20191212/zhucehuiyuan-watero.png


BIN
aiberle/images/20191212/zqj.jpg


+ 8 - 4
tooth/cash-coupon-2019.html

@@ -52,7 +52,7 @@
 	</script>
 	<body>
 		<div class="mui-content" style="height: 550px;">
-			<div style="height: 250px;"></div>
+			<div style="height: 45%;"></div>
 			<div style="margin-left: 20px;font-size: 12px;color:#989898">已有<span class="help_people">0</span>位好友获得<span style="color:#EE5F71;background-color: #FFF3F3;">刷头9折券</span></div>
 			
 			<div class="helping_people help_people_show_01">
@@ -78,15 +78,19 @@
 			<div class="fx_class" style="width: 60%;margin: 0 auto;padding-top: 20px;"><img src="images/20200103/20200103_fx.png" style="width: 100%;" alt=""></div>
 			<div class="go_to_coupon" style="width: 60%;margin: 0 auto;padding-top: 12px;"><img src="images/20200103/20200103_to_coupon.png" style="width: 100%;" alt=""></div>
 		</div>
+		
+		<div>
+			<img src="images/20200103/20200103_active.jpg" alt="" style="width: 94%; margin: 0 3% 3% 3%;">
+		</div>
 			
-		<div class="active_rule" style="width: 93%; margin: 0 auto; border: 0.5px solid #CCCCCC;border-style:dashed;margin-bottom: 20px;">
+		<!-- <div class="active_rule" style="width: 93%; margin: 0 auto; border: 0.5px solid #CCCCCC;border-style:dashed;margin-bottom: 20px;">
 			<p style="padding-top: 5px; font-weight: bold;">活动规则:</p>
 			<p>1.分享给1位朋友并且领取刷头优惠券,即可获得电动牙刷8折优惠券</p>
 			<p>2.分享给3位朋友并且领取刷头优惠券,则刷头优惠券变为8.5折</p>
 			<p>3.分享给5位朋友并且领取刷头优惠券,则刷头优惠券变为8折</p>
 			<p>4.分享给10位朋友并且领取刷头优惠券,则刷头优惠券变为7.5折</p>
 			<p>注:优惠券数量不累计,根据分享的完成度,保留最新的优惠券</p>
-		</div>
+		</div> -->
 		<div class="loading covers">
 			<div class="loading-bj"></div>
 			<p>正在加载...</p>
@@ -229,7 +233,7 @@
 						"appId": "",
 						"imgUrl": 'https://s.iamberry.com/soodo/wechat/images/product_fenxiang.jpg',
 						"link": src,
-						"desc": '让你的齿龄停留在18岁',
+						"desc": '点击领取9折优惠券',
 						"title": 'soodo上朵 | 你的好友邀请你领取优惠券',
 						"netError": "您的网络异常,请刷新重试!如多次刷新无效,请向我们反应 ~",
 						"shareTimeSuccess": "分享成功",

+ 8 - 8
tooth/coupon_list.html

@@ -102,20 +102,14 @@
 											couponConsumeEnoughHtml = '购买刷头使用<br>可兑换“柔羽呵护”或“温和洁净”刷头1支';
 											break;
 										case 30000:
-											couponConsumeEnoughHtml = '购买牙刷使用';
+											couponConsumeEnoughHtml = '购买电动牙刷使用';
 											break;
 										case 110000:
-											couponConsumeEnoughHtml = '购买电动牙刷使用';
+											couponConsumeEnoughHtml = '购买电动牙刷使用';
 											break;
 										case 110001:
-											couponConsumeEnoughHtml = '购买刷头时使用';
-											break;
 										case 110002:
-											couponConsumeEnoughHtml = '购买刷头时使用';
-											break;
 										case 110003:
-											couponConsumeEnoughHtml = '购买刷头时使用';
-											break;
 										case 110004:
 											couponConsumeEnoughHtml = '购买刷头时使用';
 											break;
@@ -144,6 +138,12 @@
 			mui.ready(function() {
 				mui('#pullrefresh_yhq_list').pullRefresh().pullupLoading(); //首次加载
 			});
+			
+			
+			//去列表
+			$(document).on('tap', '.fixed-box', function() {
+				location.href="pro-list.html";
+			});
 		</script>
 	</body>