Bläddra i källkod

新生报到流程修改缴费跳转地址

西昌缴费二期
fzp 1 år sedan
förälder
incheckning
0ecdecad0e
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. +1
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue

+ 1
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue Visa fil

@@ -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 = {}
}


Laddar…
Avbryt
Spara