55b06f5f by lttnew

考点申请

1 parent 51313627
// dev
// const baseUrl_api = 'http://192.168.1.137:8787'
// const baseUrl_api = 'http://192.168.1.125:8787'
const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/'
const loginImage_api = 'http://tk001.wxjylt.com/stage-api'
const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
......
......@@ -135,7 +135,7 @@ function onSelfSelectChange(e) {
function handelAddExamine() {
const chosenStr = JSON.stringify(list.value)
uni.navigateTo({
url: `/myCenter/chooseExaminer?memId=${memId.value}&isValidity=0&chosen=${chosenStr}`
url: `/myCenter/chooseExaminer?memId=${memId.value}&chosen=${chosenStr}`
})
}
......
......@@ -2,7 +2,7 @@
<view class="exam-point-list">
<!-- 顶部申请按钮 -->
<view class="apply-btn-box">
<button class="apply-btn" :disabled="memberInfo.isPoints==0&&memberInfo.auditStatus==2" @click="goApply">申请考点</button>
<button class="apply-btn" :disabled="memberInfo.isPoints==0&&formInfo.auditStatus==2" @click="goApply">申请考点</button>
</view>
<!-- 列表 -->
......@@ -59,6 +59,7 @@ const noMore = ref(false)
const pageNum = ref(1)
const pageSize = ref(10)
const memberInfo = app.globalData.memberInfo
const formInfo = ref({})
onLoad(() => {
loadData()
})
......@@ -68,6 +69,7 @@ function loadData() {
loading.value = true
getMyRecent().then(res => {
formInfo.value = res.data
if (res.data && res.data.auditLogs) {
try {
list.value = JSON.parse(res.data.auditLogs)
......
......@@ -126,10 +126,10 @@
<image :src="config.baseUrl_api+'/fs/static/icon/25.png'"/>
证书邮寄
</view>
<view @click="goPath('/level/ztx/costSettlement')">
<!-- <view @click="goPath('/level/ztx/costSettlement')">
<image :src="config.baseUrl_api+'/fs/static/icon/10.png'"/>
证书下载
</view>
</view> -->
<view @click="goPath('/personalVip/changeLevel')">
<image :src="config.baseUrl_api+'/fs/static/icon/26.png'"/>
级位变更
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!