Quellcode durchsuchen

app2.0,新生入校流程:隐藏助学贷款;

西昌缴费二期
dyy vor 2 Jahren
Ursprung
Commit
d810b7e6d5
3 geänderte Dateien mit 9 neuen und 7 gelöschten Zeilen
  1. +2
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json
  3. +5
    -5
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue

+ 2
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js Datei anzeigen

@@ -23,8 +23,10 @@ export default {
"apiHost": [
// "http://localhost:31173/"
"http://123.57.209.16:31173/"
//"http://112.45.152.8:8083/"
],
"webHost":"http://123.57.209.16:8081/",
//"webHost":"http://112.45.152.8:8000/",
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
// 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json Datei anzeigen

@@ -1,6 +1,6 @@
{
"name" : "智慧校园",
"appid" : "__UNI__E4958C9",
"appid" : "__UNI__1F5E446",
"description" : "智慧校园移动端",
"versionName" : "2.1.0",
"versionCode" : 20100,
@@ -119,7 +119,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wx36f8c96ee26af75b",
"appid" : "wxbc18c9bf92c86d28",
"setting" : {
"urlCheck" : false,
"es6" : true,


+ 5
- 5
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue Datei anzeigen

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


Laden…
Abbrechen
Speichern