Browse Source

修改退款手机号验证码

master
unknown 4 months ago
parent
commit
49ced9fdb8
  1. 27
      manifest.json
  2. 6
      pages/indexEntry/enroll/signContract/signContract.vue
  3. 2
      pages/indexEntry/theory/theory.vue
  4. 2
      pages/mineEntry/refund/comp/myform.vue
  5. 2
      pages/tabbar/learnCar/comp/subject2.vue
  6. 2
      pages/tabbar/learnCar/comp/subject3.vue

27
manifest.json

@ -2,8 +2,8 @@
"name" : "洛阳学车",
"appid" : "__UNI__3347C6E",
"description" : "",
"versionName" : "1.2.6",
"versionCode" : 126,
"versionName" : "1.2.8",
"versionCode" : 128,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -150,27 +150,6 @@
}
},
"nativePlugins" : {
"KJ-TencentLocation" : {
"andorid_key" : "BPMBZ-VSKE3-MC23F-O3KZO-AZGI7-PXFJI",
"__plugin_info__" : {
"name" : "腾讯定位、定位反作弊、伪定位、后台定位、单次或持续定位、场景定位(双端) - [试用版,仅用于自定义调试基座]",
"description" : "支持获取oaid、腾讯定位、定位反作弊、伪定位、后台定位、单次或持续定位、场景定位、请试用合适再购买、请试用合适再购买、请试用合适再购买",
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=12983",
"android_package_name" : "",
"ios_bundle_id" : "",
"isCloud" : true,
"bought" : 0,
"pid" : "12983",
"parameters" : {
"andorid_key" : {
"des" : "配置andoridApiKey,ios的在init方法里设置apiKey",
"key" : "TencentMapSDK",
"value" : ""
}
}
}
},
"Ocr-FaceDetectModule" : {
"__plugin_info__" : {
"name" : "Ocr-FaceDetectModule",
@ -225,7 +204,7 @@
"disableHostCheck" : true,
"proxy" : {
"/api" : {
"target" : "http://192.168.1.43:8318/",
"target" : "http://192.168.1.40:8318/",
// "target" : "http://123.6.232.1:8099/",
"changeOrigin" : true,
"secure" : true,

6
pages/indexEntry/enroll/signContract/signContract.vue

@ -93,12 +93,16 @@
//
async getContractStatusFn() {
uni.showLoading({
title: '正在查询签约状态...'
})
const {
data: res
} = await getContractStatus({
studentId: this.studentId,
trainingApplyId: this.trainingApplyId
})
uni.hideLoading()
console.log(res)
if (res.flowStatus == 2) {
uni.navigateTo({
@ -107,6 +111,8 @@
if (res.flowStatus > 2) {
this.$u.toast('合同已撤销或过期')
}
}else {
this.$u.toast('签约状态没返回')
}
}
}

2
pages/indexEntry/theory/theory.vue

@ -31,7 +31,7 @@
}
},
onLoad(options) {
if(options.type) this.currentId = options.type
// if(options.type) this.currentId = options.type
},
methods: {
changeNav(item) {

2
pages/mineEntry/refund/comp/myform.vue

@ -202,7 +202,7 @@
getLoginCode({
// codeType: 1,
mobile: this.FormData.mobile,
scene: 1,
scene: 31,
}).then(()=>{
//
var time = 60;

2
pages/tabbar/learnCar/comp/subject2.vue

@ -3,7 +3,7 @@
<!-- 学习状态 -->
<view class="learnStatus">
<view class="card mt20">
<view class="card mt20" v-if="vuex_userInfo.trainProcess">
<view class="flex-b">
<view class="lab">实操预约</view>
<view class="link-arrow"

2
pages/tabbar/learnCar/comp/subject3.vue

@ -3,7 +3,7 @@
<!-- 学习状态 -->
<view class="learnStatus">
<view class="card mt20">
<view class="card mt20" v-if="vuex_userInfo.trainProcess">
<view class="flex-b" >
<view class="lab">实操预约</view>
<view class="link-arrow" @click="$goPage('/pages/carEntry/operaAppointment/operaAppointment?subject=3')">

Loading…
Cancel
Save