9d8dc7ee by lttnew
2 parents 5798c684 33f3f307
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
3 <component name="cn.fjdmy.uniapp.UniappProjectDataService">
4 <option name="basePath" value="$PROJECT_DIR$" />
5 <option name="generalBasePath" value="$PROJECT_DIR$" />
6 <option name="manifestPath" value="$PROJECT_DIR$/manifest.json" />
7 <option name="pagesPath" value="$PROJECT_DIR$/pages.json" />
8 <option name="scanNum" value="1" />
9 <option name="type" value="store" />
10 <option name="uniapp" value="true" />
11 <option name="uniappHx" value="true" />
12 <option name="vueVersion" value="3" />
13 </component>
14 </project>
...\ No newline at end of file ...\ No newline at end of file
1 <component name="InspectionProjectProfileManager">
2 <profile version="1.0">
3 <option name="myName" value="Project Default" />
4 <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5 <inspection_tool class="HtmlDeprecatedAttribute" enabled="false" level="WARNING" enabled_by_default="false" />
6 <inspection_tool class="JSEqualityComparisonWithCoercion" enabled="false" level="WARNING" enabled_by_default="false" />
7 <inspection_tool class="JSUnresolvedReference" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
8 </profile>
9 </component>
...\ No newline at end of file ...\ No newline at end of file
1 // dev 1 // dev
2 // const baseUrl_api = 'http://192.168.1.137:8787' 2 const baseUrl_api = 'http://192.168.1.137:8787'
3 const baseUrl_api = 'http://tk001.wxjylt.com/stage-api' 3 // const baseUrl_api = 'http://tk001.wxjylt.com/stage-api'
4 const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' 4 const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
5 5
6 // prod 6 // prod
...@@ -10,4 +10,4 @@ const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' ...@@ -10,4 +10,4 @@ const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
10 export default { 10 export default {
11 baseUrl_api, 11 baseUrl_api,
12 payUrl 12 payUrl
13 }
...\ No newline at end of file ...\ No newline at end of file
13 }
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
109 const res = await api.goPay(rangeId.value) 109 const res = await api.goPay(rangeId.value)
110 110
111 if (res.data?.orderId) { 111 if (res.data?.orderId) {
112 api.pcallBack2(res.data.orderId) 112 await api.pcallBack2(res.data.orderId)
113 uni.redirectTo({ 113 uni.redirectTo({
114 url: `/myCenter/sucPay?rangeId=${rangeId.value}from=payOrder` 114 url: `/myCenter/sucPay?rangeId=${rangeId.value}from=payOrder`
115 }) 115 })
...@@ -251,4 +251,4 @@ ...@@ -251,4 +251,4 @@
251 color: #fff; 251 color: #fff;
252 } 252 }
253 } 253 }
254 </style>
...\ No newline at end of file ...\ No newline at end of file
254 </style>
......
...@@ -350,6 +350,7 @@ ...@@ -350,6 +350,7 @@
350 }; 350 };
351 } 351 }
352 }) 352 })
353
353 onLoad(option => { 354 onLoad(option => {
354 let userName = uni.getStorageSync('userName') 355 let userName = uni.getStorageSync('userName')
355 if (!userName) { 356 if (!userName) {
...@@ -463,8 +464,7 @@ ...@@ -463,8 +464,7 @@
463 // deptInfo.value = app.globalData.dept || {} 464 // deptInfo.value = app.globalData.dept || {}
464 // app.globalData.deptInfo = res.dept || {} 465 // app.globalData.deptInfo = res.dept || {}
465 console.log(43,res) 466 console.log(43,res)
466 if (userType.value != '1' && app.globalData.authenticationStatus != '2' && app.globalData 467 if (userType.value != '1' && app.globalData.authenticationStatus != '2' && app.globalData.authenticationStatus != '4') {
467 .authenticationStatus != '4') {
468 // 注册引导 468 // 注册引导
469 uni.navigateTo({ 469 uni.navigateTo({
470 url: '/pages/index/perfect' 470 url: '/pages/index/perfect'
...@@ -544,7 +544,7 @@ ...@@ -544,7 +544,7 @@
544 }); 544 });
545 } 545 }
546 </script> 546 </script>
547 <style scope lang="scss"> 547 <style scoped lang="scss">
548 :deep(.uni-section) { 548 :deep(.uni-section) {
549 background-color: transparent !important; 549 background-color: transparent !important;
550 } 550 }
...@@ -662,4 +662,5 @@ ...@@ -662,4 +662,5 @@
662 padding: 0 20rpx 0; 662 padding: 0 20rpx 0;
663 } 663 }
664 } 664 }
665 </style>
...\ No newline at end of file ...\ No newline at end of file
665 </style>
666
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
84 <button 84 <button
85 class="action-btn submit-btn" 85 class="action-btn submit-btn"
86 @click.stop="commitFN(item)" 86 @click.stop="commitFN(item)"
87 :disabled="item.auditStatus != 0"> 87 :disabled="item.auditStatus != 0&&item.auditStatus != 9">
88 提交审核 88 提交审核
89 </button> 89 </button>
90 </view> 90 </view>
...@@ -630,4 +630,4 @@ onUnmounted(() => { ...@@ -630,4 +630,4 @@ onUnmounted(() => {
630 border-radius:46rpx; 630 border-radius:46rpx;
631 font-weight:600; 631 font-weight:600;
632 } 632 }
633 </style>
...\ No newline at end of file ...\ No newline at end of file
633 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!