|
@@ -152,11 +152,12 @@
|
|
<script src="//cdn-common.jianyu360.com/cdn/lib/element-ui/2.15.7/lib/index.js"></script>
|
|
<script src="//cdn-common.jianyu360.com/cdn/lib/element-ui/2.15.7/lib/index.js"></script>
|
|
<script src='{{Msg "seo" "cdn"}}/common-module/pc-dialog/js/simple-leave-info-template.js?v={{Msg "seo" "version"}}'></script>
|
|
<script src='{{Msg "seo" "cdn"}}/common-module/pc-dialog/js/simple-leave-info-template.js?v={{Msg "seo" "version"}}'></script>
|
|
<script src='{{Msg "seo" "cdn"}}/common-module/pc-dialog/js/simple-leave-info.js?v={{Msg "seo" "version"}}'></script>
|
|
<script src='{{Msg "seo" "cdn"}}/common-module/pc-dialog/js/simple-leave-info.js?v={{Msg "seo" "version"}}'></script>
|
|
-
|
|
|
|
|
|
+<script>
|
|
|
|
+
|
|
|
|
+</script>
|
|
<!--S-百度统计-->
|
|
<!--S-百度统计-->
|
|
<script>
|
|
<script>
|
|
$(function () {
|
|
$(function () {
|
|
- haslogin();
|
|
|
|
var __property = {
|
|
var __property = {
|
|
powerList: [],
|
|
powerList: [],
|
|
init: function() {
|
|
init: function() {
|
|
@@ -190,6 +191,9 @@ $(function () {
|
|
initEvents: function() {
|
|
initEvents: function() {
|
|
var _this = this
|
|
var _this = this
|
|
$('.contact button').on('click', function() {
|
|
$('.contact button').on('click', function() {
|
|
|
|
+ if (!loginflag) {
|
|
|
|
+ return $('.login-register-button').trigger('click')
|
|
|
|
+ }
|
|
if (_this.checkPower()) {
|
|
if (_this.checkPower()) {
|
|
_this.toProductPage()
|
|
_this.toProductPage()
|
|
} else {
|
|
} else {
|