洪海涛 8 年之前
父節點
當前提交
ee56dbb57b

+ 2 - 2
www/protected/modules/o2o/controllers/AdvisoryController.php

@@ -87,7 +87,7 @@ class AdvisoryController extends O2oBaseController
 			$advisory->status = 1;
 			$advisory->tech_content = $tech_content;
 			if ($advisory->save()) {
-				echo '您的咨询已发送成功,请等待我们的企业管家与您联系,温馨提示,一般是一个工作日内,日间致电给您,请留意。';
+				echo '您的咨询已发送成功,请等待我们的管家与您联系,温馨提示,一般是一个工作日内,日间致电给您,请留意。';
 				exit;
 			}
 		}
@@ -117,7 +117,7 @@ class AdvisoryController extends O2oBaseController
 			$advisory->status = 1;
 			$advisory->tech_content = $tech_content;
 			if ($advisory->save()) {
-				echo '您的咨询已发送成功,请等待我们的企业管家与您联系,温馨提示,一般是一个工作日内,日间致电给您,请留意。';
+				echo '您的咨询已发送成功,请等待我们的管家与您联系,温馨提示,一般是一个工作日内,日间致电给您,请留意。';
 				exit;
 			}
 		}

+ 1 - 1
www/protected/modules/o2o/views/advisory/month.php

@@ -98,7 +98,7 @@
 		<div class="model-title"
 		     style="font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';width: 100%;text-align: center;font-size: 1.1rem;margin-top: 5%;"></div>
 		<div class="model-content"
-		     style="font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';margin: 0 auto;width: 80%;background: rgb(42,36,0);color:rgb(178,143,0);font-size: 1.3rem;margin-top: 30px;text-align: center;padding: 5px 0 5px 0"></div>
+		     style="font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';margin: 0 auto;width: 80%;background: #2f004e;color:rgb(255, 255, 255);font-size: 1.3rem;margin-top: 30px;text-align: center;padding: 5px 0 5px 0"></div>
 	</div>
 </div>
 </body>

+ 2 - 2
www/protected/modules/o2o/views/web/index.php

@@ -71,7 +71,7 @@
 
       if (!userID || !appToken) {
         localStorage.clear();
-        location.href = '<?php echo Yii::app()->request->baseUrl . '/o2o/web/wxIndex'; ?>';
+        location.href = '<?php echo Yii::app()->request->baseUrl . '/o2o/web/Index'; ?>';
       }
       document.write('<script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"><\/script>');
     }
@@ -91,4 +91,4 @@
 
 </body>
 
-</html>
+</html>

File diff suppressed because it is too large
+ 1 - 1
www/webapp/o2o/js/build/template.js


Some files were not shown because too many files changed in this diff