|
|
@@ -30,7 +30,7 @@ |
|
|
|
<view class="eSec1Box"> |
|
|
|
<image src="~@/common/images/enter1-6.png" class="sSecDown" mode="widthFix"></image> |
|
|
|
<view class="eSec1Top">step<text>2</text></view> |
|
|
|
<view :class="twoOne? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="PayFeeStatus" @click="tapList('/pages/EducationalAdministration/StuInfoFresh/PayFee/list')"> |
|
|
|
<view :class="twoOne? 'sSec1Type1' : 'sSec1Type2'" class="sSec1Con" id="PayFeeStatus" @click="tapList('/pages/ReceiveSendFeeManagement/PayFee/list')"> |
|
|
|
<image src="@/static/img-notice2/stu-pay.png" mode="widthFix"></image> |
|
|
|
<view class="sSec1Txt"> |
|
|
|
线上缴费 |
|
|
@@ -154,7 +154,6 @@ export default{ |
|
|
|
_this.HTTP_GET('StuInfoFresh/stuInfoFreshEntity', _this.userinfo.account, '加载数据时出错').then(res => { |
|
|
|
this.ready = true |
|
|
|
_this.HIDE_LOADING(); |
|
|
|
console.log(res); |
|
|
|
if(res.StuInfoFreshEntity == null){ |
|
|
|
res.StuInfoFreshEntity = {} |
|
|
|
} |
|
|
|