瀏覽代碼

Merge branch 'develop' of zhengxifeng/tyqngp into master

zhengxifeng 2 月之前
父節點
當前提交
f1d0f4086f

+ 5
- 22
apps/admin/controller/system/CityController.php 查看文件

@@ -351,8 +351,8 @@ class CityController extends Controller
351 351
         //$res = $pinyin->convert('带着希望去旅行,比到达终点更美好');
352 352
         //var_dump($res);die;
353 353
 
354
-        $pid = 386;
355
-        $filename = './static/backup/data/类型.txt';
354
+        $pid = 3497;
355
+        $filename = './static/backup/data/镇级.txt';
356 356
 
357 357
         $lines = file($filename);
358 358
         $sort = $this->model->getSortLast();
@@ -397,6 +397,8 @@ class CityController extends Controller
397 397
                         $etitle = $this->model->etitleIsCf($etitle,$sort);
398 398
                         $title = $this->model->titleIsCf($v,$sort);
399 399
 
400
+                        $title = str_replace('镇','',$title);
401
+
400 402
                         //构建数据插入
401 403
                         $insert_data = [
402 404
                                 'title' => $title,
@@ -437,26 +439,7 @@ class CityController extends Controller
437 439
         //$this->model->getList($pid);
438 440
         //$this->model->editRow($insert_data);
439 441
 
440
-        /*
441
-         * 替换字符串
442
-         * UPDATE ay_city SET title = REPLACE(BINARY title, '区', '') where pid=383;
443
-         * UPDATE ay_city SET stitle = REPLACE(BINARY stitle, '区', '') where pid=383;
444
-         * UPDATE ay_city SET title = REPLACE(BINARY title, '市', '') where pid=384;
445
-         * UPDATE ay_city SET stitle = REPLACE(BINARY stitle, '市', '') where pid=384;
446
-         */
447
-
448
-        /*
449
-         * 判断数据库字段是否含有重复数据
450
-         * select etitle from ay_city group by etitle having count(*)>1
451
-         * select title from ay_city where pid=386 group by title having count(*)>1
452
-         *
453
-         * SELECT etitle, COUNT(*) as count FROM ay_city GROUP BY etitle HAVING COUNT(*) > 1;
454
-         * SELECT title, COUNT(*) as count FROM ay_city GROUP BY title HAVING COUNT(*) > 1;
455
-         * SELECT stitle, COUNT(*) as count FROM ay_city GROUP BY stitle HAVING COUNT(*) > 1;
456
-         *
457
-         *
458
-
459
-         */
442
+
460 443
 
461 444
     }
462 445
 

+ 5
- 5
template/dafeult/case.html 查看文件

@@ -34,22 +34,22 @@
34 34
       </div>
35 35
       <div class="tuandui-lingyu">
36 36
         <ul>
37
-          <li> <span class="cs">咨询方式:</span>
37
+          <li> <span class="cs">{label:m_case_1}:</span>
38 38
             <div class="tuandui-body">
39 39
               <p>{content:ext_fangshi}</p>
40 40
             </div>
41 41
           </li>
42
-          <li> <span class="cs">解决方案:</span>
42
+          <li> <span class="cs">{label:m_case_2}:</span>
43 43
             <div class="tuandui-body">
44 44
               {content:ext_fangan}
45 45
             </div>
46 46
           </li>
47
-          <li> <span class="cs">治疗效果:</span>
47
+          <li> <span class="cs">{label:m_case_3}:</span>
48 48
             <div class="tuandui-body">
49 49
               {content:ext_xiaoguo}
50 50
             </div>
51 51
           </li>
52
-          <li> <span class="cs">客户评价:</span>
52
+          <li> <span class="cs">{label:m_case_4}:</span>
53 53
             <div class="tuandui-body">
54 54
               <p>{content:ext_pingjia}</p>
55 55
             </div>
@@ -58,7 +58,7 @@
58 58
       </div>
59 59
       <div class="tuandui-zixun">
60 60
 
61
-        <a href="/yuyue"  target="_black">向TA咨询(免费评估)</a>
61
+        <a href="/yuyue"  target="_black">{label:detail_btn_str}</a>
62 62
 
63 63
       </div>
64 64
       <div class="sxp">

+ 1
- 1
template/dafeult/city.html 查看文件

@@ -41,7 +41,7 @@
41 41
      </style>
42 42
 		
43 43
 	            <div class="citylist">
44
-				<div class="tips">城市分站页面仅代表本公司的业务覆盖范围,不代表国家行政区划。</div>
44
+				<div class="tips">{label:city_str}</div>
45 45
 				<dl>
46 46
 					<dt><a href="{pboot:sitedomain}">返回主站</a></dt>
47 47
 				</dl>

+ 4
- 4
template/dafeult/foot.html 查看文件

@@ -61,13 +61,13 @@
61 61
     {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
62 62
     {pboot:if('{$temp_cityId}'==381)}
63 63
 
64
-    <a href="{pboot:sitedomain}">心理咨询</a>  Copyright  ©  2019-2024
65
-    <a href="{pboot:sitedomain}">心理医生</a>,<a href="{pboot:sitedomain}">心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
64
+    <a href="{pboot:sitedomain}">{label:footer_key_1}</a>  {label:footer_key_7}
65
+    <a href="{pboot:sitedomain}">{label:footer_key_2}</a>,<a href="{pboot:sitedomain}">{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
66 66
 
67 67
     {else}
68 68
 
69
-    <a href="{pboot:httpurl}">[sql:title]心理咨询</a>  Copyright  ©  2019-2024
70
-    <a href="{pboot:httpurl}">[sql:title]心理医生</a>,<a href="{pboot:httpurl}">[sql:title]心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
69
+    <a href="{pboot:httpurl}">[sql:title]{label:footer_key_1}</a>  {label:footer_key_7}
70
+    <a href="{pboot:httpurl}">[sql:title]{label:footer_key_2}</a>,<a href="{pboot:httpurl}">[sql:title]{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
71 71
 
72 72
 
73 73
     {/pboot:if}

+ 1
- 1
template/dafeult/foot_city.html 查看文件

@@ -29,7 +29,7 @@
29 29
 <div class="footer-copy">
30 30
   <p>
31 31
 
32
-    <a href="{label:city_url}">心理咨询预约</a> Copyright © 2019-2024 “<a href="{label:city_url}">心理咨询预约</a> ”就上“<a href="{pboot:sitedomain}">乐达心理</a>”全国高端连锁
32
+    <a href="{label:city_url}">{label:footer_city_1}</a> {label:footer_key_7} “<a href="{label:city_url}">{label:footer_city_2}</a> ”{label:footer_city_3}“<a href="{pboot:sitedomain}">{label:footer_city_4}</a>”{label:footer_city_5}
33 33
 
34 34
     {pboot:sitecopyright} <a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{pboot:siteicp}</a>
35 35
     <!--<a href="{pboot:sitedomain}/index.php/sitemap.xml" target="_blank">网站地图</a>--> {pboot:sitestatistical}</p>

+ 1
- 1
template/dafeult/head.html 查看文件

@@ -34,7 +34,7 @@
34 34
 
35 35
 	
36 36
     <div class="call">
37
-      <p class="small">心理咨询电话:</p>
37
+      <p class="small">{label:header_str_1}:</p>
38 38
 
39 39
       {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
40 40
       {pboot:if('[sql:phone]'=='')}

+ 1
- 1
template/dafeult/head_city.html 查看文件

@@ -33,7 +33,7 @@
33 33
 
34 34
 	
35 35
     <div class="call">
36
-      <p class="small">心理咨询电话:</p>
36
+      <p class="small">{label:header_str_1}:</p>
37 37
       <p class="big">{pboot:companyphone}</p>
38 38
     </div>
39 39
   </div>

+ 27
- 50
template/dafeult/index.html 查看文件

@@ -50,8 +50,8 @@
50 50
 <div class="page-bg">
51 51
   <div class="page-box">
52 52
     <div class="page-title">
53
-      <h2>您想要咨询哪种问题 ?</h2>
54
-      <p>直击内心困惑,解决心理烦恼</p>
53
+      <h2>{label:index_str_1}</h2>
54
+      <p>{label:index_str_2}</p>
55 55
     </div>
56 56
     <div class="fw-fanwei">
57 57
       <ul>
@@ -113,7 +113,7 @@
113 113
             <div class="img"> <img src="[list:ico]"> </div>
114 114
             <div class="desc">
115 115
             <h2>[list:title]<i>丨</i><span>[list:ext_zhiwei]</span></h2>
116
-            <p class="jianjie"><b>头衔:</b>
116
+            <p class="jianjie"><b>{label:index_str_3}:</b>
117 117
               <text style="white-space: pre-wrap;">[list:ext_jianjie]</text>
118 118
             </p>
119 119
           </div>
@@ -169,74 +169,51 @@
169 169
 <div class="page-bg">
170 170
   <div class="page-box">
171 171
     <div class="page-title">
172
-      <h2>咨询的流程与方式 !</h2>
173
-      <p>为每一位来访者提供系统化、细致化、专业化的优质服务</p>
172
+
173
+      {pboot:sort scode=13}
174
+      <h2>[sort:name]</h2>
175
+      <p>[sort:def1]</p>
176
+      {/pboot:sort}
177
+
178
+
174 179
     </div>
175 180
     <div class="liucheng">
176 181
       <ul>
177
-        <li>
178
-          <div class="box">
179
-            <div class="liucheng-head">
180
-              <h2>step1</h2>
181
-              <p>预约与评估</p>
182
-            </div>
183
-            <div class="desc">
184
-              <p>预约方式:电话或微信
185
-                文字或语音进行初步评估</p>
186 182
 
187
-              <a href="/yuyue" target="_black" class="yuyue-btn">在线预约</a>
188 183
 
189
-            </div>
190
-          </div>
191
-        </li>
192
-        <li>
193
-          <div class="box">
194
-            <div class="liucheng-head">
195
-              <h2>step2</h2>
196
-              <p>签订保密协议</p>
197
-            </div>
198
-            <div class="desc">
199
-              <p>纸质或电子版协议签订
200
-                保障来访者隐私安全</p>
201
-            </div>
202
-          </div>
203
-        </li>
204
-        <li>
205
-          <div class="box">
206
-            <div class="liucheng-head">
207
-              <h2>step3</h2>
208
-              <p>一对一咨询</p>
209
-            </div>
210
-            <div class="desc">
211
-              <p>选择心理咨询师
212
-                对父母或孩子进行评估与测量</p>
213
-            </div>
214
-          </div>
215
-        </li>
184
+
185
+        {pboot:sort scode=14}
216 186
         <li>
217 187
           <div class="box">
218 188
             <div class="liucheng-head">
219
-              <h2>step4</h2>
220
-              <p>选择咨询方式</p>
189
+              <h2>[sort:name]</h2>
190
+              <p>[sort:subname]</p>
221 191
             </div>
222 192
             <div class="desc">
223
-              <p>线下面对面
224
-                线上语音,视频</p>
193
+              <p>[sort:def1]</p>
194
+
195
+              <a href="[sort:link]" target="_black" class="yuyue-btn">[sort:def2]</a>
196
+
225 197
             </div>
226 198
           </div>
227 199
         </li>
200
+        {/pboot:sort}
201
+
202
+        {pboot:sort scode=15,16,17,18}
228 203
         <li>
229 204
           <div class="box">
230 205
             <div class="liucheng-head">
231
-              <h2>step5</h2>
232
-              <p>咨询时间设置</p>
206
+              <h2>[sort:name]</h2>
207
+              <p>[sort:subname]</p>
233 208
             </div>
234 209
             <div class="desc">
235
-              <p>60分钟/次
236
-                次数与频次由双方协商决定</p>
210
+              <p>[sort:def1]</p>
237 211
             </div>
238 212
           </div>
239 213
         </li>
214
+        {/pboot:sort}
215
+
216
+
240 217
       </ul>
241 218
     </div>
242 219
     

+ 30
- 61
template/dafeult/message.html 查看文件

@@ -22,7 +22,7 @@
22 22
 <div class="page-bg">
23 23
   <div class="page-box">
24 24
     <div class="page-title">
25
-      <h2>心理咨询快速预约通道</h2>
25
+      <h2>{label:message_str_1}</h2>
26 26
     </div>
27 27
     <form action="{pboot:msgaction}"  method="post">
28 28
       <div class="list-form">
@@ -43,20 +43,16 @@
43 43
             </div>
44 44
           </li>
45 45
           <li>
46
-            <div class="tip-text">咨询类型:</div>
46
+            {pboot:sort scode=19}
47
+            <div class="tip-text">[sort:subname]:</div>
48
+            {/pboot:sort}
47 49
             <div class="xuanze">
48
-              <input type='radio' id='attr_31_1' name='leixing' value='亲子关系'>
49
-              <label for="attr_31_1">亲子关系</label>
50
-              <input type='radio' id='attr_31_2' name='leixing' value='婚姻家庭'>
51
-              <label for="attr_31_2">婚姻家庭</label>
52
-              <input type='radio' id='attr_31_3' name='leixing' value='自我成长'>
53
-              <label for="attr_31_3">自我成长</label>
54
-              <input type='radio' id='attr_31_4' name='leixing' value='人际关系'>
55
-              <label for="attr_31_4">人际关系</label>
56
-              <input type='radio' id='attr_31_5' name='leixing' value='职业发展'>
57
-              <label for="attr_31_5">职业发展</label>
58
-              <input type='radio' id='attr_31_6' name='leixing' value='其他'>
59
-              <label for="attr_31_6">其他</label>
50
+
51
+              {pboot:sql sql="select * from ay_content_sort where pcode='19' and status=1 order by sorting asc"}
52
+              <input type='radio' id='attr_31_[sql:sorting]' name='leixing' value='[sql:name]'>
53
+              <label for="attr_31_[sql:sorting]">[sql:name]</label>
54
+              {/pboot:sql}
55
+
60 56
             </div>
61 57
           </li>
62 58
           <li>
@@ -73,7 +69,7 @@
73 69
             </div>
74 70
           </li>
75 71
           <li class="center">
76
-            <button class="tijiao" type="submit" id="tj">立即预约</button>
72
+            <button class="tijiao" type="submit" id="tj">{label:message_str_2}</button>
77 73
           </li>
78 74
         </ul>
79 75
       </div>      
@@ -89,71 +85,44 @@
89 85
 	})
90 86
 </script>
91 87
     <div class="page-title">
92
-      <h2>咨询的流程与方式 !</h2>
93
-      <p>为每一位来访者提供系统化、细致化、专业化的优质服务</p>
88
+      {pboot:sort scode=13}
89
+      <h2>[sort:name]</h2>
90
+      <p>[sort:def1]</p>
91
+      {/pboot:sort}
94 92
     </div>
95 93
     <div class="liucheng" style="margin-bottom:0">
96 94
       <ul>
95
+        {pboot:sort scode=14}
97 96
         <li>
98 97
           <div class="box">
99 98
             <div class="liucheng-head">
100
-              <h2>step1</h2>
101
-              <p>预约与评估</p>
99
+              <h2>[sort:name]</h2>
100
+              <p>[sort:subname]</p>
102 101
             </div>
103 102
             <div class="desc">
104
-              <p>预约方式:电话或微信
105
-                文字或语音进行初步评估</p>
106
-              <a href="/yuyue" target="_black" class="yuyue-btn">在线预约</a></div>
107
-          </div>
108
-        </li>
109
-        <li>
110
-          <div class="box">
111
-            <div class="liucheng-head">
112
-              <h2>step2</h2>
113
-              <p>签订保密协议</p>
114
-            </div>
115
-            <div class="desc">
116
-              <p>纸质或电子版协议签订
117
-                保障来访者隐私安全</p>
118
-            </div>
119
-          </div>
120
-        </li>
121
-        <li>
122
-          <div class="box">
123
-            <div class="liucheng-head">
124
-              <h2>step3</h2>
125
-              <p>一对一咨询</p>
126
-            </div>
127
-            <div class="desc">
128
-              <p>选择心理咨询师
129
-                对父母或孩子进行评估与测量</p>
130
-            </div>
131
-          </div>
132
-        </li>
133
-        <li>
134
-          <div class="box">
135
-            <div class="liucheng-head">
136
-              <h2>step4</h2>
137
-              <p>选择咨询方式</p>
138
-            </div>
139
-            <div class="desc">
140
-              <p>线下面对面
141
-                线上语音,视频</p>
103
+              <p>[sort:def1]</p>
104
+
105
+              <a href="[sort:link]" target="_black" class="yuyue-btn">[sort:def2]</a>
106
+
142 107
             </div>
143 108
           </div>
144 109
         </li>
110
+        {/pboot:sort}
111
+
112
+        {pboot:sort scode=15,16,17,18}
145 113
         <li>
146 114
           <div class="box">
147 115
             <div class="liucheng-head">
148
-              <h2>step5</h2>
149
-              <p>咨询时间设置</p>
116
+              <h2>[sort:name]</h2>
117
+              <p>[sort:subname]</p>
150 118
             </div>
151 119
             <div class="desc">
152
-              <p>60分钟/次
153
-                次数与频次由双方协商决定</p>
120
+              <p>[sort:def1]</p>
154 121
             </div>
155 122
           </div>
156 123
         </li>
124
+        {/pboot:sort}
125
+
157 126
       </ul>
158 127
     </div>
159 128
   </div>

+ 3
- 3
template/dafeult/team.html 查看文件

@@ -38,10 +38,10 @@
38 38
       </div>
39 39
       <div class="tuandui-lingyu">
40 40
         <ul>
41
-          <li> <span class="cs">擅长领域:</span>
41
+          <li> <span class="cs">{label:team_str_1}:</span>
42 42
             <p class="csz">{content:ext_shanchang}</p>
43 43
           </li>
44
-          <li> <span class="cs">详细介绍:</span>
44
+          <li> <span class="cs">{label:team_str_2}:</span>
45 45
             <div class="tuandui-body" id="ab_img">
46 46
              {content:content}
47 47
             </div>
@@ -49,7 +49,7 @@
49 49
         </ul>
50 50
       </div>
51 51
       <div class="tuandui-zixun">
52
-        <a href="/yuyue"  target="_black">向TA咨询(免费评估)</a>
52
+        <a href="/yuyue"  target="_black">{label:team_str_3}</a>
53 53
       </div>
54 54
       <div class="sxp">
55 55
         <p class="prev">上一篇:{content:precontent}</p>

+ 4
- 4
template/dafeult/top.html 查看文件

@@ -5,10 +5,10 @@
5 5
         <div class="welcome">
6 6
 
7 7
             {pboot:if('{$temp_cityId}'==381)}
8
-            <a href="{pboot:sitedomain}">心理咨询</a>,<a href="{pboot:sitedomain}">心理医生</a>,<a href="{pboot:sitedomain}">心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】
8
+            <a href="{pboot:sitedomain}">{label:top_str_1}</a>,<a href="{pboot:sitedomain}">{label:top_str_2}</a>,<a href="{pboot:sitedomain}">{label:top_str_3}</a>【<a href="{pboot:sitedomain}">{label:top_str_4}</a>】
9 9
             {else}
10 10
 
11
-            <a href="{pboot:httpurl}">[sql:title]心理咨询</a>,<a href="{pboot:httpurl}">[sql:title]心理医生</a>,<a href="{pboot:httpurl}">[sql:title]心理咨询中心</a>【<a href="{pboot:sitedomain}" style="">乐达心理</a>】
11
+            <a href="{pboot:httpurl}">[sql:title]{label:top_str_1}</a>,<a href="{pboot:httpurl}">[sql:title]{label:top_str_2}</a>,<a href="{pboot:httpurl}">[sql:title]{label:top_str_3}</a>【<a href="{pboot:sitedomain}" style="">{label:top_str_4}</a>】
12 12
 
13 13
 
14 14
             {/pboot:if}
@@ -16,9 +16,9 @@
16 16
         </div>
17 17
         <div class="info">
18 18
             {pboot:if('{$temp_cityId}'==381)}
19
-            找“<a href="{pboot:sitedomain}">心理咨询机构</a>”首选“<a href="{pboot:sitedomain}">乐达心理咨询</a>”效果好!专业!
19
+            {label:top_str_5}“<a href="{pboot:sitedomain}">{label:top_str_6}</a>”{label:top_str_7}“<a href="{pboot:sitedomain}">{label:top_str_8}</a>”{label:top_str_9}
20 20
             {else}
21
-            找“<a href="{pboot:httpurl}">[sql:title]心理咨询机构</a>”首选“<a href="{pboot:sitedomain}" style="">乐达心理咨询</a>”效果好!专业!
21
+            {label:top_str_5}“<a href="{pboot:httpurl}">[sql:title]{label:top_str_6}</a>”{label:top_str_7}“<a href="{pboot:sitedomain}" style="">{label:top_str_8}</a>”{label:top_str_9}
22 22
             {/pboot:if}
23 23
         </div>
24 24
         {/pboot:sql}

+ 2
- 3
template/dafeult/top_city.html 查看文件

@@ -2,12 +2,11 @@
2 2
 <div class="top">
3 3
     <div class="w1200">
4 4
         <div class="welcome">
5
-            <a href="{label:city_url}">心理咨询预约</a>,首选【<a href="{pboot:sitedomain}" style="">乐达心理</a>】
5
+            <a href="{label:city_url}">{label:top_city_1}</a>,{label:top_city_2}【<a href="{pboot:sitedomain}" style="">{label:top_city_3}</a>】
6 6
         </div>
7 7
         <div class="info">
8
-            <a href="{label:city_url}">心理咨询预约</a>【<a href="{pboot:sitedomain}" style="">乐达心理</a>ledaxinli.com】全国高端连锁心理咨询机构
8
+            <a href="{label:city_url}">{label:top_city_4}</a>【<a href="{pboot:sitedomain}" style="">{label:top_city_5}</a>{label:top_city_6}】{label:top_city_7}
9 9
         </div>
10
-
11 10
     </div>
12 11
 </div>
13 12
 </div>

+ 5
- 5
template/dafeult/wap/case.html 查看文件

@@ -29,25 +29,25 @@
29 29
   <div class="tuandui-lingyu">
30 30
     <ul>
31 31
       <li>
32
-        <div class="cs">咨询方式:</div>
32
+        <div class="cs">{label:m_case_1}:</div>
33 33
         <div class="tuandui-body">
34 34
           {content:ext_fangshi}
35 35
         </div>
36 36
       </li>
37 37
       <li>
38
-        <div class="cs">解决方案:</div>
38
+        <div class="cs">{label:m_case_2}:</div>
39 39
         <div class="tuandui-body">
40 40
           {content:ext_fangan}
41 41
         </div>
42 42
       </li>
43 43
       <li>
44
-        <div class="cs">治疗效果:</div>
44
+        <div class="cs">{label:m_case_3}:</div>
45 45
         <div class="tuandui-body">
46 46
           {content:ext_xiaoguo}
47 47
         </div>
48 48
       </li>
49 49
       <li>
50
-        <div class="cs">客户评价:</div>
50
+        <div class="cs">{label:m_case_4}:</div>
51 51
         <div class="tuandui-body">
52 52
           {content:ext_pingjia}
53 53
         </div>
@@ -56,7 +56,7 @@
56 56
   </div>
57 57
   <div class="tuandui-zixun">
58 58
 
59
-    <a href="/yuyue" target="_black">向TA咨询(免费评估)</a>
59
+    <a href="/yuyue" target="_black">{label:detail_btn_str}</a>
60 60
 
61 61
   </div>
62 62
   <div class="sxp">

+ 1
- 1
template/dafeult/wap/city.html 查看文件

@@ -41,7 +41,7 @@
41 41
       </style>
42 42
   		
43 43
   	            <div class="citylist">
44
-  				<div class="tips">城市分站页面仅代表本公司的业务覆盖范围,不代表国家行政区划。</div>
44
+  				<div class="tips">{label:city_str}</div>
45 45
   				 {pboot:city}  
46 46
   				<dl>
47 47
   					<dt><a href= "[city:home]">[city:title]</a></dt>

+ 4
- 5
template/dafeult/wap/foot.html 查看文件

@@ -12,14 +12,13 @@
12 12
       {pboot:sql sql="select * from ay_city where id='{$temp_cityId}'"}
13 13
       {pboot:if('{$temp_cityId}'==381)}
14 14
 
15
-      <a href="{pboot:sitedomain}">心理咨询</a>  Copyright  ©  2019-2024
16
-      <a href="{pboot:sitedomain}">心理医生</a>,<a href="{pboot:sitedomain}">心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
15
+      <a href="{pboot:sitedomain}">{label:footer_key_1}</a>  {label:footer_key_7}
16
+      <a href="{pboot:sitedomain}">{label:footer_key_2}</a>,<a href="{pboot:sitedomain}">{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
17 17
 
18 18
       {else}
19 19
 
20
-      <a href="{pboot:httpurl}">[sql:title]心理咨询</a>  Copyright  ©  2019-2024
21
-      <a href="{pboot:httpurl}">[sql:title]心理医生</a>,<a href="{pboot:httpurl}">[sql:title]心理咨询中心</a>【<a href="{pboot:sitedomain}">乐达心理</a>】全国高端连锁"<a href="{pboot:sitedomain}">心理咨询机构</a>"
22
-
20
+      <a href="{pboot:httpurl}">[sql:title]{label:footer_key_1}</a>  {label:footer_key_7}
21
+      <a href="{pboot:httpurl}">[sql:title]{label:footer_key_2}</a>,<a href="{pboot:httpurl}">[sql:title]{label:footer_key_3}</a>【<a href="{pboot:sitedomain}">{label:footer_key_4}</a>】{label:footer_key_5}"<a href="{pboot:sitedomain}">{label:footer_key_6}</a>"
23 22
 
24 23
       {/pboot:if}
25 24
       {/pboot:sql}

+ 1
- 1
template/dafeult/wap/foot_city.html 查看文件

@@ -7,7 +7,7 @@
7 7
   <div class="footer-copy-content">
8 8
     <p>
9 9
 
10
-      <a href="{label:city_url}">心理咨询预约</a> Copyright © 2019-2024 “<a href="{label:city_url}">心理咨询预约</a> ”就上“<a href="{pboot:sitedomain}">乐达心理</a>”全国高端连锁
10
+      <a href="{label:city_url}">{label:footer_city_1}</a> {label:footer_key_7} “<a href="{label:city_url}">{label:footer_city_2}</a> ”{label:footer_city_3}“<a href="{pboot:sitedomain}">{label:footer_city_4}</a>”{label:footer_city_5}
11 11
 
12 12
       {pboot:sitecopyright}</p>
13 13
     <p><a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{pboot:siteicp}</a> {pboot:sitestatistical}</p>

+ 9
- 32
template/dafeult/wap/index.html 查看文件

@@ -151,45 +151,22 @@
151 151
 <!--服务流程-->
152 152
 <div class="index-page">
153 153
   <div class="index-title">
154
-    <h2>服务流程</h2>
154
+
155
+    {pboot:sort scode=13}
156
+    <h2>[sort:subname]</h2>
157
+    {/pboot:sort}
158
+
155 159
   </div>
156 160
   <div class="liucheng">
157 161
     <ul>
162
+      {pboot:sort scode=14,15,16,17,18}
158 163
       <li>
159 164
         <div class="box">
160
-          <h2><span>step1</span>预约与评估</h2>
161
-          <p>预约方式:电话或微信
162
-            文字或语音进行初步评估</p>
163
-        </div>
164
-      </li>
165
-      <li>
166
-        <div class="box">
167
-          <h2><span>step2</span>签订保密协议</h2>
168
-          <p>纸质或电子版协议签订
169
-            保障来访者隐私安全</p>
170
-        </div>
171
-      </li>
172
-      <li>
173
-        <div class="box">
174
-          <h2><span>step3</span>一对一咨询</h2>
175
-          <p>选择心理咨询师
176
-            对父母或孩子进行评估与测量</p>
177
-        </div>
178
-      </li>
179
-      <li>
180
-        <div class="box">
181
-          <h2><span>step4</span>选择咨询方式</h2>
182
-          <p>线下面对面
183
-            线上语音,视频</p>
184
-        </div>
185
-      </li>
186
-      <li>
187
-        <div class="box">
188
-          <h2><span>step5</span>咨询时间设置</h2>
189
-          <p>60分钟/次
190
-            次数与频次由双方协商决定</p>
165
+          <h2><span>[sort:name]</span>[sort:subname]</h2>
166
+          <p>[sort:def1]</p>
191 167
         </div>
192 168
       </li>
169
+      {/pboot:sort}
193 170
     </ul>
194 171
   </div>
195 172
 </div>

+ 21
- 57
template/dafeult/wap/message.html 查看文件

@@ -20,7 +20,7 @@
20 20
 {include file=head.html}
21 21
 <div class="main">
22 22
   <div class="page-title">
23
-    <h2>心理咨询快速预约通道</h2>
23
+    <h2>{label:message_str_1}</h2>
24 24
   </div>
25 25
   <form action="{pboot:msgaction}"  method="post">
26 26
     <div class="list-form">
@@ -51,32 +51,21 @@
51 51
           </div>
52 52
         </li>
53 53
         <li>
54
-          <div class="tip-text">咨询类型:</div>
54
+
55
+          {pboot:sort scode=19}
56
+          <div class="tip-text">[sort:subname]:</div>
57
+          {/pboot:sort}
58
+
59
+
55 60
           <div class="xuanze">
61
+
62
+            {pboot:sql sql="select * from ay_content_sort where pcode='19' and status=1 order by sorting asc"}
56 63
             <div class="box">
57
-              <input  type='radio' id='attr_31_1' name='leixing' value='亲子关系'>
58
-              <label for="attr_31_1">亲子关系</label>
59
-            </div>
60
-            <div class="box">
61
-              <input  type='radio' id='attr_31_2' name='leixing' value='婚姻家庭'>
62
-              <label for="attr_31_2">婚姻家庭</label>
63
-            </div>
64
-            <div class="box">
65
-              <input  type='radio' id='attr_31_3' name='leixing' value='自我成长'>
66
-              <label for="attr_31_3">自我成长</label>
67
-            </div>
68
-            <div class="box">
69
-              <input  type='radio' id='attr_31_4' name='leixing' value='人际关系'>
70
-              <label for="attr_31_4">人际关系</label>
71
-            </div>
72
-            <div class="box">
73
-              <input  type='radio' id='attr_31_5' name='leixing' value='职业发展'>
74
-              <label for="attr_31_5">职业发展</label>
75
-            </div>
76
-            <div class="box">
77
-              <input  type='radio' id='attr_31_6' name='leixing' value='其他'>
78
-              <label for="attr_31_6">其他</label>
64
+              <input  type='radio' id='attr_31_[sql:sorting]' name='leixing' value='[sql:name]'>
65
+              <label for="attr_31_[sql:sorting]">[sql:name]</label>
79 66
             </div>
67
+            {/pboot:sql}
68
+
80 69
           </div>
81 70
         </li>
82 71
         <li>
@@ -98,7 +87,7 @@
98 87
           </div>
99 88
         </li>
100 89
         <li class="center">
101
-          <button class="tijiao" type="submit" id="tj">立即预约</button>
90
+          <button class="tijiao" type="submit" id="tj">{label:message_str_2}</button>
102 91
         </li>
103 92
       </ul>
104 93
     </div>
@@ -119,45 +108,20 @@
119 108
 <!--服务流程-->
120 109
 <div class="index-page">
121 110
   <div class="page-title">
122
-    <h2>咨询的流程与方式 !</h2>
111
+    {pboot:sort scode=13}
112
+    <h2>[sort:subname]</h2>
113
+    {/pboot:sort}
123 114
   </div>
124 115
   <div class="liucheng">
125 116
     <ul>
117
+      {pboot:sort scode=14,15,16,17,18}
126 118
       <li>
127 119
         <div class="box">
128
-          <h2><span>step1</span>预约与评估</h2>
129
-          <p>预约方式:电话或微信
130
-            文字或语音进行初步评估</p>
131
-        </div>
132
-      </li>
133
-      <li>
134
-        <div class="box">
135
-          <h2><span>step2</span>签订保密协议</h2>
136
-          <p>纸质或电子版协议签订
137
-            保障来访者隐私安全</p>
138
-        </div>
139
-      </li>
140
-      <li>
141
-        <div class="box">
142
-          <h2><span>step3</span>一对一咨询</h2>
143
-          <p>选择心理咨询师
144
-            对父母或孩子进行评估与测量</p>
145
-        </div>
146
-      </li>
147
-      <li>
148
-        <div class="box">
149
-          <h2><span>step4</span>选择咨询方式</h2>
150
-          <p>线下面对面
151
-            线上语音,视频</p>
152
-        </div>
153
-      </li>
154
-      <li>
155
-        <div class="box">
156
-          <h2><span>step5</span>咨询时间设置</h2>
157
-          <p>60分钟/次
158
-            次数与频次由双方协商决定</p>
120
+          <h2><span>[sort:name]</span>[sort:subname]</h2>
121
+          <p>[sort:def1]</p>
159 122
         </div>
160 123
       </li>
124
+      {/pboot:sort}
161 125
     </ul>
162 126
   </div>
163 127
 </div>

+ 3
- 3
template/dafeult/wap/team.html 查看文件

@@ -30,11 +30,11 @@
30 30
   <div class="tuandui-lingyu">
31 31
     <ul>
32 32
       <li>
33
-        <div class="cs">擅长领域:</div>
33
+        <div class="cs">{label:team_str_1}:</div>
34 34
         <p class="csz">{content:ext_shanchang}</p>
35 35
       </li>
36 36
       <li>
37
-        <div class="cs">详细介绍:</div>
37
+        <div class="cs">{label:team_str_2}:</div>
38 38
         <div class="tuandui-body">
39 39
           {content:content}
40 40
         </div>
@@ -42,7 +42,7 @@
42 42
     </ul>
43 43
   </div>
44 44
   <div class="tuandui-zixun">
45
-    <a href="/yuyue" target="_black">向TA咨询(免费评估)</a>
45
+    <a href="/yuyue" target="_black">{label:team_str_3}</a>
46 46
   </div>
47 47
   <div class="sxp">
48 48
     <p class="prev">上一篇:{content:precontent}</p>

Loading…
取消
儲存