Browse Source

签到

master
unknown 6 months ago
parent
commit
654485ea1a
  1. 3
      config/api.js
  2. 3
      pages/carEntry/operaAppointment/comp/step1.vue
  3. 9
      pages/mineEntry/myAppointment/detail/opera.vue
  4. 4
      pages/userCenter/login/login.vue

3
config/api.js

@ -207,7 +207,8 @@ export const signOut = (data) => http.post('business/student/sign/out', data)
// 支付 // 支付
export const getStudentByPayment = (params={}) => http.get('app/student-record/getStudentByPayment', {params}) export const getStudentByPayment = (params={}) => http.get('app/student-record/getStudentByPayment', {params})
// 补签 // 补签
export const reSignOut = (data) => http.data('app/business/student/sign/reSignOut', data)
export const reSignOut = (data) => http.post('business/student/sign/reSignOut', data)

3
pages/carEntry/operaAppointment/comp/step1.vue

@ -98,10 +98,13 @@
} }
.car { .car {
padding: 32rpx 28rpx; padding: 32rpx 28rpx;
display: flex;
flex-wrap: wrap;
.carTag { .carTag {
height: 120rpx; height: 120rpx;
background: #F8F8F8; background: #F8F8F8;
padding: 0 18rpx; padding: 0 18rpx;
margin-right: 20rpx;
color: $themC; color: $themC;
border-radius: 12rpx; border-radius: 12rpx;
font-size: 28rpx; font-size: 28rpx;

9
pages/mineEntry/myAppointment/detail/opera.vue

@ -6,13 +6,8 @@
<view class="tag">{{info.subject==2?'科目二实操':info.subject==3?'科目三实操':'不限科目'}}</view> <view class="tag">{{info.subject==2?'科目二实操':info.subject==3?'科目三实操':'不限科目'}}</view>
<view class="schoolName oneRowText">{{info.siteName}}</view> <view class="schoolName oneRowText">{{info.siteName}}</view>
</view> </view>
<view class="status">
<view class="text" v-if="info.loginStatus==9">已取消</view>
<view class="text" v-else>{{statusTxt[info.loginStatus]}}</view>
<view class="icon">
<u-icon name="arrow-right" size="14" color="#686B73" style="margin-left: 12rpx;" ></u-icon>
</view>
</view>
<view class="text" v-if="info.loginStatus==9">已取消</view>
<view class="text" v-else>{{statusTxt[info.loginStatus]}}</view>
</view> </view>
<view class="target"> <view class="target">
<view class="row"> <view class="row">

4
pages/userCenter/login/login.vue

@ -123,9 +123,7 @@
}) })
}else { }else {
// this.$goPage(login_front) // this.$goPage(login_front)
uni.redirectTo({
url: login_front
})
uni.navigateBack()
} }
}else { }else {
uni.switchTab({ uni.switchTab({

Loading…
Cancel
Save