+
+
@@ -178,7 +181,7 @@ import HeaderNav from '../../components/HeaderNav';
/* eslint-disable */
import FooterNav from "../../components/FooterNav";
import Swiper from 'swiper';
-
+// import swiper from 'swiper/css/swiper.css'
export default {
components: {
HeaderNav,
@@ -215,11 +218,13 @@ export default {
autoplay: {
delay: 3000
},
+ pagination: '.swiper-pagination',
+ paginationClickable: true,
+
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev"
}
-
});
},
scrollFeeds: function (btn) {
@@ -281,6 +286,7 @@ export default {
diff --git a/src/views/personal/Apply.vue b/src/views/personal/Apply.vue
index 0500abb..21a55b4 100644
--- a/src/views/personal/Apply.vue
+++ b/src/views/personal/Apply.vue
@@ -1,17 +1,17 @@
+
+
+
![]()
+
@@ -248,12 +348,16 @@ export default {
tg: require('../../../static/img/tg.png'),
btg: require('../../../static/img/btg.png'),
dsh: require('../../../static/img/dsh.png'),
- xa: require('../../../static/img/xa.png')
+ xa: require('../../../static/img/xa.png'),
+ wjx: require('../../../static/img/wjx.png'),
+ apple: require('../../../static/img/apple.png')
},
state: 0,
zhuangtai: false,
num: 1050,
- bgData: []
+ bgData: [],
+ is_value: Boolean,
+ name: ''
}
},
computed: {},
@@ -263,6 +367,9 @@ export default {
}
},
methods: {
+ submit () {
+
+ },
getData () {
let sid = sessionStorage.id
let _this = this
@@ -274,6 +381,11 @@ export default {
}
}).then(res => {
if (res.data.code === 200) {
+ if (res.data.data === null) {
+ _this.is_value = false
+ } else {
+ _this.is_value = true
+ }
_this.bgData = res.data.data
console.log(_this.bgData)
} else {
@@ -288,13 +400,14 @@ export default {
anNui () {
this.zhuangtai = !this.zhuangtai
- this.num = 1073
+ this.num = 1200
},
sendMsgToParent () {
this.$emit('listenToChildExen', this.num)
}
},
created () {
+ this.name = sessionStorage.name
this.getData()
},
mounted () {
@@ -311,6 +424,45 @@ export default {
box-sizing: border-box;
position: relative;
+ .img-g {
+ width: 100%;
+ /*
+ display: flex;
+ justify-content: flex-end;
+ */
+ cursor: pointer;
+ text-align: center;
+ /*
+ .img-bx {
+ width: 131px;
+ height: 27px;
+ background-image: linear-gradient(35deg, #f82747 0%, #fe5b2c 100%);
+ border-radius: 25px;
+ text-align: center;
+ line-height: 27px;
+ position: relative;
+
+ img {
+ width: 15px;
+ height: 15px;
+ position: absolute;
+ left: -5%;
+ top: 24%;
+ }
+
+ span {
+ font-family: "MicrosoftYaHei";
+ font-size: 14px;
+ font-weight: bold;
+ font-stretch: normal;
+ letter-spacing: 0px;
+ color: #fbfffb;
+ text-shadow: 2px 4px 7px rgba(175, 14, 39, 0.83);
+ }
+ }
+ */
+ }
+
.items {
width: 100%;
@@ -453,6 +605,22 @@ export default {
}
}
+ button[type="submit"] {
+ width: 230px;
+ height: 63px;
+ background-color: #e60012;
+ border-radius: 5px;
+ outline: none;
+ border: 0;
+ font-family: "MicrosoftYaHei";
+ font-size: 26px;
+ font-weight: normal;
+ font-stretch: normal;
+ line-height: 63px;
+ letter-spacing: 0px;
+ color: #ffffff;
+ }
+
.it {
width: 100%;
display: flex;
diff --git a/src/views/personal/Declare.vue b/src/views/personal/Declare.vue
index 6e83a05..8c07bf0 100644
--- a/src/views/personal/Declare.vue
+++ b/src/views/personal/Declare.vue
@@ -6,8 +6,8 @@
- {{bgValue.announcement.name + bgValue.announcement.pro_content}}
-
+ {{bgValue.announcement.name + bgValue.announcement.pro_content}}
+
@@ -51,7 +51,7 @@
-