zhengwei vor 5 Jahren
Ursprung
Commit
9cdd1b3cc9

+ 1 - 1
WebContent/mobile/index.jsp

@@ -4,7 +4,7 @@
 <script src="${base}/static/web/frame/jquery/jquery.lazyload.js"></script>
 <link rel="stylesheet" href="${base}/static/web/frame/swiper/swiper-3.4.2.min.css">
 <script src="${base}/static/web/frame/swiper/swiper-3.4.2.jquery.min.js"></script>
-<title>抢购列表</title>
+<title>上饶生活服务平台</title>
 <style>
     .mui-slider .mui-slider-group .mui-slider-item img {
         height: 100%;

BIN
WebContent/static/mobile/image/900.gif


BIN
WebContent/static/mobile/image/shangraowang.jpg


+ 3 - 3
WebContent/static/mobile/js/common.js

@@ -4,10 +4,10 @@ var paramMap = {};
 var user={};
 var company="";
 var shareUser="";
-var share={"title":"想不想花1分钱抢东西?来这里就会有,手慢无!",
+var share={"title":"上饶生活服务平台",
 		"link":"http://www.3water.cn/buying/mobile/index.jsp",
-		"imgUrl":"http://www.3water.cn/buying/static/mobile/image/logo.png",
-		"desc":"点击查看详情"};
+		"imgUrl":"http://www.3water.cn/buying/static/mobile/image/shangraowang.jpg",
+		"desc":"为上饶人民一站式生活服务"};
 $(function() {
     pushHistory();
 });

+ 1 - 1
WebContent/static/mobile/js/index.js

@@ -190,7 +190,7 @@ function getProduct(){
         $("#product").html(html.join(""));
         $("img.slider-lazy").lazyload({
             threshold : 200,
-            placeholder: base+'/static/mobile/image/500.gif',
+            placeholder: base+'/static/mobile/image/100.gif',
             skip_invisible : false
         });
     });

+ 1 - 1
src/config.properties

@@ -8,7 +8,7 @@ devMode = true
 #网站链接
 siteUrl=http://www.3water.cn/buying
 #网站名称
-siteName=限时抢购
+siteName=上饶生活服务平台
 #文件上传路径
 uploadPath=C:\\files\\buying\\
 #文件上传路径