正在显示
6 个修改的文件
包含
67 行增加
和
55 行删除
@@ -59,7 +59,7 @@ | @@ -59,7 +59,7 @@ | ||
59 | <p>我的优惠券</p> | 59 | <p>我的优惠券</p> |
60 | <span>></span> | 60 | <span>></span> |
61 | </div> | 61 | </div> |
62 | - <div class="menu_item"> | 62 | + <div class="menu_item liwu"> |
63 | <i class="iconfont icon-liwu"></i> | 63 | <i class="iconfont icon-liwu"></i> |
64 | <p>分享有礼</p> | 64 | <p>分享有礼</p> |
65 | <span>></span> | 65 | <span>></span> |
@@ -125,6 +125,11 @@ | @@ -125,6 +125,11 @@ | ||
125 | window.location.href = "{:U('Template/discount')}"; | 125 | window.location.href = "{:U('Template/discount')}"; |
126 | } | 126 | } |
127 | 127 | ||
128 | + var liwu = document.getElementsByClassName('liwu')[0]; | ||
129 | + liwu.onclick = function() { | ||
130 | + window.location.href = "{:U('SceneQrCode/index')}"; | ||
131 | + } | ||
132 | + | ||
128 | //待支付,制作中等跳转页面 | 133 | //待支付,制作中等跳转页面 |
129 | var pend_make = document.getElementsByClassName('pend_make')[0]; | 134 | var pend_make = document.getElementsByClassName('pend_make')[0]; |
130 | var pend_pay = document.getElementsByClassName('pend_pay')[0]; | 135 | var pend_pay = document.getElementsByClassName('pend_pay')[0]; |
@@ -2,11 +2,10 @@ | @@ -2,11 +2,10 @@ | ||
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | - <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> | 5 | + <!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />--> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> |
7 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/swiper-3.4.2.min.css" /> | 7 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/swiper-3.4.2.min.css" /> |
8 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/init.css" /> | 8 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/init.css" /> |
9 | - <link rel="stylesheet" type="text/css" href="http://at.alicdn.com/t/font_647640_n3cow34ja3gzaor.css" /> | ||
10 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/PersonCenter/topus.css" /> | 9 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/PersonCenter/topus.css" /> |
11 | <script src="/themes/simplebootx/Portal/Template/js/base.js" type="text/javascript" charset="utf-8"></script> | 10 | <script src="/themes/simplebootx/Portal/Template/js/base.js" type="text/javascript" charset="utf-8"></script> |
12 | <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> | 11 | <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> |
@@ -145,7 +144,7 @@ | @@ -145,7 +144,7 @@ | ||
145 | 144 | ||
146 | <script> | 145 | <script> |
147 | wx.config({ | 146 | wx.config({ |
148 | - debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 | 147 | + debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 |
149 | appId: '{$sdk.appId}', // 必填,公众号的唯一标识 | 148 | appId: '{$sdk.appId}', // 必填,公众号的唯一标识 |
150 | timestamp: '{$sdk.timestamp}', // 必填,生成签名的时间戳 | 149 | timestamp: '{$sdk.timestamp}', // 必填,生成签名的时间戳 |
151 | nonceStr: '{$sdk.nonceStr}', // 必填,生成签名的随机串 | 150 | nonceStr: '{$sdk.nonceStr}', // 必填,生成签名的随机串 |
@@ -4,16 +4,15 @@ | @@ -4,16 +4,15 @@ | ||
4 | <head> | 4 | <head> |
5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> |
7 | - <link rel="stylesheet" type="text/css" href="css/swiper-3.4.2.min.css" /> | ||
8 | - <link rel="stylesheet" type="text/css" href="css/init.css" /> | ||
9 | - <link rel="stylesheet" type="text/css" href="http://at.alicdn.com/t/font_647640_to180rktm1butyb9.css" /> | ||
10 | - <link rel="stylesheet" type="text/css" href="css/hopeaddress.css" /> | 7 | + <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/swiper-3.4.2.min.css" /> |
8 | + <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/init.css" /> | ||
9 | + <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/hopeaddress.css" /> | ||
11 | 10 | ||
12 | 11 | ||
13 | - <link rel="stylesheet" type="text/css" href="css/demo.css" /> | 12 | + <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/demo.css" /> |
14 | 13 | ||
15 | 14 | ||
16 | - <script src="js/base.js" type="text/javascript" charset="utf-8"></script> | 15 | + <script src="/themes/simplebootx/Portal/Template/js/base.js" type="text/javascript" charset="utf-8"></script> |
17 | <title>期望地址</title> | 16 | <title>期望地址</title> |
18 | <style> | 17 | <style> |
19 | *{padding:0;margin:0;} | 18 | *{padding:0;margin:0;} |
@@ -52,33 +51,16 @@ | @@ -52,33 +51,16 @@ | ||
52 | <div class="question_item_wrap"> | 51 | <div class="question_item_wrap"> |
53 | <p class="question_text">请写出您最方便的提货地点,下一个自提点很快就在您的公司楼下,家门口或你上班路过的十字路口。</p> | 52 | <p class="question_text">请写出您最方便的提货地点,下一个自提点很快就在您的公司楼下,家门口或你上班路过的十字路口。</p> |
54 | <div class="question_answer_arr"> | 53 | <div class="question_answer_arr"> |
55 | - <!--<span class="question_answer_item">省 ><span></span></span> | ||
56 | - <span class="question_answer_item">市 ><span></span></span> | ||
57 | - <span class="question_answer_street"><p>区县</p> ></span> | ||
58 | - <span class="question_answer_street"><p>街道</p> ></span> | ||
59 | - <input class="question_answer_item_details" placeholder="详细地址"></input>--> | ||
60 | - <!--<div class="question_answer_item"> | ||
61 | - <select name="state" id="state" class="state pickout" placeholder="省"> | ||
62 | - <option value="pe" :id="item.province_id" v-for="item in province">{{item.province_name}}</option> | ||
63 | - | ||
64 | - </select> | ||
65 | - </div>--> | ||
66 | - | ||
67 | <select class="question_answer_item" :value="'省'" v-on:change="selectcity($event.target)" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-model="proce"> | 54 | <select class="question_answer_item" :value="'省'" v-on:change="selectcity($event.target)" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-model="proce"> |
68 | - <!--<option value="" style="font-size:0.26rem">省</option>--> | ||
69 | <option value="" style="font-size:0.26rem" v-for="item in province" :value="item">{{item.province_name}}</option> | 55 | <option value="" style="font-size:0.26rem" v-for="item in province" :value="item">{{item.province_name}}</option> |
70 | </select> | 56 | </select> |
71 | - | ||
72 | <select class="question_answer_item" v-on:change="selectcounty($event.target)" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-model="ci"> | 57 | <select class="question_answer_item" v-on:change="selectcounty($event.target)" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-model="ci"> |
73 | - <!--<option value="" style="font-size:0.26rem">市</option>--> | ||
74 | <option :value="item" style="font-size:0.26rem" v-for="item in city">{{item.city_name}}</option> | 58 | <option :value="item" style="font-size:0.26rem" v-for="item in city">{{item.city_name}}</option> |
75 | </select> | 59 | </select> |
76 | <select class="question_answer_item" v-on:change="selectstreet($event.target)" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-model="coun"> | 60 | <select class="question_answer_item" v-on:change="selectstreet($event.target)" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-model="coun"> |
77 | - <!--<option value="" style="font-size:0.26rem">区</option>--> | ||
78 | <option style="font-size:0.26rem" :value="item" v-for="item in county">{{item.county_name}}</option> | 61 | <option style="font-size:0.26rem" :value="item" v-for="item in county">{{item.county_name}}</option> |
79 | </select> | 62 | </select> |
80 | <select class="question_answer_item" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-on:change="select($event.target)" v-model="stre"> | 63 | <select class="question_answer_item" style="font-size:0.26rem;border:none;outline:none;width:1.6rem;" v-on:change="select($event.target)" v-model="stre"> |
81 | - <!--<option value="" style="font-size:0.26rem">街道</option>--> | ||
82 | <option :value="item" style="font-size:0.26rem" v-for="item in street">{{item.town_name}}</option> | 64 | <option :value="item" style="font-size:0.26rem" v-for="item in street">{{item.town_name}}</option> |
83 | </select> | 65 | </select> |
84 | <input class="question_answer_item_details" v-model="detailaddress" placeholder="详细地址"> | 66 | <input class="question_answer_item_details" v-model="detailaddress" placeholder="详细地址"> |
@@ -90,32 +72,12 @@ | @@ -90,32 +72,12 @@ | ||
90 | </div> | 72 | </div> |
91 | 73 | ||
92 | </div> | 74 | </div> |
93 | - <script src="js/vue.min.js" type="text/javascript" charset="utf-8"></script> | ||
94 | - <script src="js/jquery.min.js" type="text/javascript" charset="utf-8"></script> | ||
95 | - <script src="js/swiper-3.4.2.jquery.min.js" type="text/javascript" charset="utf-8"></script> | ||
96 | - <script src="js/pickout.js"></script> | ||
97 | - <script src="js/hopeaddress.js"></script> | 75 | + <script src="/themes/simplebootx/Portal/Template/js/vue.min.js" type="text/javascript" charset="utf-8"></script> |
76 | + <script src="/themes/simplebootx/Portal/Template/js/jquery.min.js" type="text/javascript" charset="utf-8"></script> | ||
77 | + <script src="/themes/simplebootx/Portal/Template/js/swiper-3.4.2.jquery.min.js" type="text/javascript" charset="utf-8"></script> | ||
78 | + <script src="/themes/simplebootx/Portal/Template/js/pickout.js"></script> | ||
79 | + <script src="/themes/simplebootx/Portal/Template/js/hopeaddress.js"></script> | ||
98 | 80 | ||
99 | -<script> | ||
100 | - | ||
101 | - // Preparar o select | ||
102 | - //pickout.to('.pickout'); | ||
103 | -// pickout.to({ | ||
104 | -// el:'.city', | ||
105 | -// theme: 'dark', | ||
106 | -// search: true | ||
107 | -// }); | ||
108 | 81 | ||
109 | - pickout.to({ | ||
110 | - el:'.state', | ||
111 | - theme: 'clean', | ||
112 | - }); | ||
113 | - | ||
114 | - // Caso o valor já venha do servidor, já atribui a seleção automaticamente | ||
115 | -// pickout.updated('.city'); | ||
116 | - | ||
117 | -</script> | ||
118 | - | ||
119 | - | ||
120 | </body> | 82 | </body> |
121 | </html> | 83 | </html> |
@@ -251,7 +251,7 @@ new Vue({ | @@ -251,7 +251,7 @@ new Vue({ | ||
251 | hopeaddress:function(){ | 251 | hopeaddress:function(){ |
252 | window.event.stopPropagation(); | 252 | window.event.stopPropagation(); |
253 | 253 | ||
254 | - window.location.href=linkPath+'/hopeaddress.html'; | 254 | + window.location.href="/index.php/Portal/Template/hopeaddress"; |
255 | }, | 255 | }, |
256 | //微信支付或余额支付 | 256 | //微信支付或余额支付 |
257 | wexinpay:function(){ | 257 | wexinpay:function(){ |
@@ -5,8 +5,6 @@ | @@ -5,8 +5,6 @@ | ||
5 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> |
7 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/swiper-3.4.2.min.css" /> | 7 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/swiper-3.4.2.min.css" /> |
8 | - <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> | ||
9 | - <link rel="stylesheet" type="text/css" href="http://at.alicdn.com/t/font_647640_rgou3w6dip.css" /> | ||
10 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/order.css" /> | 8 | <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/order.css" /> |
11 | <script src="/themes/simplebootx/Portal/Template/js/base.js" type="text/javascript" charset="utf-8"></script> | 9 | <script src="/themes/simplebootx/Portal/Template/js/base.js" type="text/javascript" charset="utf-8"></script> |
12 | 10 |
share.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | + | ||
4 | +<head> | ||
5 | + <meta charset="UTF-8"> | ||
6 | + <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | ||
7 | + <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/swiper-3.4.2.min.css" /> | ||
8 | + <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/init.css" /> | ||
9 | + <link rel="stylesheet" type="text/css" href="http://at.alicdn.com/t/font_647640_to180rktm1butyb9.css" /> | ||
10 | + <link rel="stylesheet" type="text/css" href="/themes/simplebootx/Portal/Template/css/about.css" /> | ||
11 | + <script src="/themes/simplebootx/Portal/Template/js/base.js" type="text/javascript" charset="utf-8"></script> | ||
12 | + <title>分享有礼</title> | ||
13 | +</head> | ||
14 | + | ||
15 | +<body> | ||
16 | +<div class="container" id="aboutus"> | ||
17 | + <!--banner--> | ||
18 | + <div class="about_banner"> | ||
19 | + <!--<img src="img/矩形10@2x.png" />--> | ||
20 | + <img :src="about.thumb" /> | ||
21 | + </div> | ||
22 | + <!--文字--> | ||
23 | + <div class="about_text"> | ||
24 | + <h1>{{about.post_title}}</h1> | ||
25 | + <div v-html="about.post_content"> | ||
26 | + <!--<p>胡辣汤由多种天然中草药按比例配制的汤料再加入胡椒和辣椒又用骨头汤做底料的胡辣汤,其特点是汤味浓郁、汤色靓丽、汤汁粘稠,香辣可口,十分适合配合其它早点进餐。 | ||
27 | + </p> | ||
28 | + <p>目前,已经发展成为河南及陕西等周边省份都喜爱和知晓的小吃之一。 | ||
29 | + </p> | ||
30 | + <p>是中国河南的特色汤类食品,后传入陕西,被大家所喜爱,常作为早餐,其特点是麻辣鲜香,营养开胃,适合搭配油条、包子、葱油饼、锅盔,千层饼等面点。 | ||
31 | + </p> | ||
32 | + <p>可与豆腐脑约1:1混合,称为“两掺”,降低了麻辣程度,不仅卖相更好看了,而且也很受欢迎。</p>--> | ||
33 | + </div> | ||
34 | + | ||
35 | + </div> | ||
36 | + <!--<div class="edit"> | ||
37 | + 文本编辑区 | ||
38 | + </div>--> | ||
39 | +</div> | ||
40 | + | ||
41 | +<script src="/themes/simplebootx/Portal/Template/js/vue.min.js" type="text/javascript" charset="utf-8"></script> | ||
42 | +<script src="/themes/simplebootx/Portal/Template/js/jquery.min.js" type="text/javascript" charset="utf-8"></script> | ||
43 | +<script src="/themes/simplebootx/Portal/Template/js/cookie.js" type="text/javascript" charset="utf-8"></script> | ||
44 | +<script src="/themes/simplebootx/Portal/Template/js/swiper-3.4.2.jquery.min.js" type="text/javascript" charset="utf-8"></script> | ||
45 | +<script src="/themes/simplebootx/Portal/Template/js/aboutus.js" type="text/javascript" charset="utf-8"></script> | ||
46 | +</body> | ||
47 | + | ||
48 | +</html> |
-
请 注册 或 登录 后发表评论