-
-
-
扫小程序下单
-
-
-
{{ item.title }}
-
{{ item.des }}
+
+
+
+
{{ item.weixinText1 }}
+
+
+
+
{{ item.weixinText2 }}
+
+
@@ -186,10 +193,12 @@
import mixins from '@/mixins/page'
import { Loading } from "element-ui";
import ScrollReveal from 'scrollreveal'
+import Util from '@/libs/util'
export default {
mixins: [mixins],
data () {
return {
+ isImg: Util.isImg,
timer: null,
curTab: '',
tabs: [
@@ -520,12 +529,9 @@ export default {
.carousel {
.pic {
height: 100%;
+ background-position: center center;
+ background-size: 100% 100%;
background-repeat: no-repeat;
- background-size: cover;
- }
-
- img {
- height: 100%;
}
/deep/.el-carousel__container {
@@ -542,36 +548,24 @@ export default {
transform: translateY(-50%);
}
- h6 {
- margin-bottom: 25px;
- font-size: 2.2rem;
- }
-
- .sub {
- font-size: 1.5rem;
+ .qrcodes {
+ display: flex;
+ margin-right: 50px;
}
- .qrcode-wrap {
- display: inline-block;
- padding: 5px;
- margin-right: 50px;
+ .qrcode {
text-align: center;
- background-color: #fff;
- border-radius: 12px;
.text {
- margin-top: 5px;
+ margin-top: 10px;
font-size: 12px;
- color: #979797;
+ color: #fff;
+ white-space: nowrap;
}
}
-
- .qrcode {
- width: 120px;
- height: 120px;
- }
}
+
.intro {
display: flex;
justify-content: space-between;
diff --git a/src/setting.js b/src/setting.js
index 69db3e3..f4b00ea 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -17,7 +17,7 @@ const Setting = {
titleSuffix: location.href.includes('eduvessel') ? '慧教云舟' : '职站商城', // 网页标题的后缀
routerMode: "hash", // 路由模式,可选值为 history 或 hash
apiBaseURL: host, // 接口请求地址
- huoranApi: `https://occupationlab.com`,
+ huoranApi: `https://www.occupationlab.com`,
autoLogoutTime: 3600000, // 长时间未操作,自动退出登录时间
modalDuration: 3, // 接口请求返回错误时,弹窗的持续时间,单位:秒
errorModalType: "Message", // 接口请求返回错误时,弹窗的类型,可选值为 Message 或 Notice