55b06f5f by lttnew

考点申请

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