|
|
@@ -98,7 +98,7 @@ |
|
|
|
<view class="eSec1Box"> |
|
|
|
<image src="~@/common/images/enter1-6.png" class="sSecDown" mode="widthFix"></image> |
|
|
|
<view class="eSec1Top">step<text>3</text></view> |
|
|
|
<view :class="three? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="RegisterStatus" @click="()=>{if(twoFour){tapList('../EducationalAdministration/StuInfoFresh/RegisterQRCode/list')}}"> |
|
|
|
<view :class="three? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="RegisterStatus" @click="()=>{if(twoFour){tapList('../EducationalAdministration/StuInfoFresh/RegisterQRCode/list')}else{TOAST('请核验人脸后再报到注册')}}"> |
|
|
|
<image src="@/static/img-notice2/qrcode.png" mode="widthFix"></image> |
|
|
|
<view class="sSec1Txt"> |
|
|
|
报到注册 |
|
|
@@ -137,6 +137,12 @@ export default{ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
if(data.StuInfoFreshFamilyList.length>0) |
|
|
|
{ |
|
|
|
this.init(); |
|
|
|
} |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
init() { |
|
|
|
let _this = this; |
|
|
@@ -195,7 +201,7 @@ export default{ |
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
|
.enSecBox{ |
|
|
|
height: 100vh; |
|
|
|
min-height: 100vh; |
|
|
|
background-color: #fff; |
|
|
|
// padding-bottom: 20px; |
|
|
|
background-image: url("@/static/stu-bg.png"); |
|
|
|