|
@@ -46,7 +46,7 @@ |
|
|
<view class="sSec1State" v-else>未完成</view> |
|
|
<view class="sSec1State" v-else>未完成</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view :class="twoTwo? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="StudentLoan" @click="tapList('../EducationalAdministration/StuInfoFresh/StudentLoan/list')"> |
|
|
|
|
|
|
|
|
<!-- <view :class="twoTwo? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="StudentLoan" @click="tapList('../EducationalAdministration/StuInfoFresh/StudentLoan/list')"> |
|
|
<image src="@/static/img-notice2/stu-daikuan.png" mode="widthFix"></image> |
|
|
<image src="@/static/img-notice2/stu-daikuan.png" mode="widthFix"></image> |
|
|
<view class="sSec1Txt"> |
|
|
<view class="sSec1Txt"> |
|
|
助学贷款 |
|
|
助学贷款 |
|
@@ -61,7 +61,7 @@ |
|
|
<view class="sSec1State" v-if="twoTwo">完成</view> |
|
|
<view class="sSec1State" v-if="twoTwo">完成</view> |
|
|
<view class="sSec1State" v-else>未完成</view> |
|
|
<view class="sSec1State" v-else>未完成</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
<view :class="twoThree? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="OnsitePayFeeStatus"> |
|
|
<view :class="twoThree? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="OnsitePayFeeStatus"> |
|
|
<image src="@/static/img-notice2/stu-jiaofei.png" mode="widthFix"></image> |
|
|
<image src="@/static/img-notice2/stu-jiaofei.png" mode="widthFix"></image> |
|
|
<view class="sSec1Txt"> |
|
|
<view class="sSec1Txt"> |
|
@@ -126,7 +126,7 @@ export default{ |
|
|
return { |
|
|
return { |
|
|
one: '', |
|
|
one: '', |
|
|
twoOne: '', |
|
|
twoOne: '', |
|
|
twoTwo: '', |
|
|
|
|
|
|
|
|
// twoTwo: '', |
|
|
twoThree: '', |
|
|
twoThree: '', |
|
|
twoFour:'', |
|
|
twoFour:'', |
|
|
three: '', |
|
|
three: '', |
|
@@ -172,9 +172,9 @@ export default{ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (_this.data["StuInfoFreshEntity"].StudentLoanStatus == "1") { |
|
|
if (_this.data["StuInfoFreshEntity"].StudentLoanStatus == "1") { |
|
|
_this.twoTwo = true |
|
|
|
|
|
|
|
|
// _this.twoTwo = true |
|
|
} else { |
|
|
} else { |
|
|
_this.twoTwo = false |
|
|
|
|
|
|
|
|
// _this.twoTwo = false |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (_this.data["StuInfoFreshEntity"].OnsitePayFeeStatus == "1") { |
|
|
if (_this.data["StuInfoFreshEntity"].OnsitePayFeeStatus == "1") { |
|
|