1
This commit is contained in:
parent
8ea606d4d7
commit
7c457e2408
@ -2,8 +2,8 @@
|
||||
module.exports = {
|
||||
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
||||
|
||||
baseUrl: 'http://localhost:48080/admin-api',
|
||||
imagesUrl: 'http://localhost:48080/admin-api',
|
||||
baseUrl: 'https://www.nuoyunr.com/jx',
|
||||
imagesUrl: 'https://www.nuoyunr.com/jx',
|
||||
// baseUrl: 'http://192.168.31.54:8016/jx',
|
||||
// imagesUrl: 'http://192.168.31.54:8016/jx',
|
||||
// 应用信息
|
||||
|
@ -381,7 +381,8 @@
|
||||
courseId: courseId,
|
||||
jxId: jxId,
|
||||
jlName: this.jlName,
|
||||
jlId: this.jlId
|
||||
jlId: this.jlId,
|
||||
money: this.rightInfoList.reserveMoney
|
||||
},
|
||||
method: 'post',
|
||||
})
|
||||
|
@ -14,6 +14,12 @@
|
||||
<view class="qt-a" v-if="item.stuSignState == 1" @click="qdclick(item.id,2)">签退</view>
|
||||
</view>
|
||||
|
||||
<view class="d-s">
|
||||
<view class="qd-a" v-if="item.auditStatus == 0">待审核</view>
|
||||
<view class="qt-a" v-if="item.auditStatus == 1">通过</view>
|
||||
<view class="qt-a" v-if="item.auditStatus == 2">拒绝</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<!-- <view class="d-ail">
|
||||
<uni-icons type="person" size="18px"></uni-icons>
|
||||
|
Loading…
Reference in New Issue
Block a user