|
@@ -1,21 +1,13 @@
|
|
|
<template>
|
|
<template>
|
|
|
<appResult title="提交成功">
|
|
<appResult title="提交成功">
|
|
|
- <view class="dec">
|
|
|
|
|
- 审核时间为一个工作日
|
|
|
|
|
- </view>
|
|
|
|
|
- <button
|
|
|
|
|
- class="admin-button-com blue big"
|
|
|
|
|
- @click="close"
|
|
|
|
|
- >
|
|
|
|
|
- 返回
|
|
|
|
|
- </button>
|
|
|
|
|
|
|
+ <view class="dec"> 审核时间一个工作日 </view>
|
|
|
|
|
+ <button class="admin-button-com blue big" @click="close" > 返回 </button>
|
|
|
</appResult>
|
|
</appResult>
|
|
|
</template>
|
|
</template>
|
|
|
-
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import appResult from '@/components/app-result'
|
|
import appResult from '@/components/app-result'
|
|
|
export default {
|
|
export default {
|
|
|
- name: "ApplyResult", // 开单结果
|
|
|
|
|
|
|
+ name: "ApplyResult",
|
|
|
components:{
|
|
components:{
|
|
|
appResult
|
|
appResult
|
|
|
},
|
|
},
|
|
@@ -24,11 +16,7 @@ export default {
|
|
|
uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
|
},
|
|
},
|
|
|
methods:{
|
|
methods:{
|
|
|
- handleContact(e){
|
|
|
|
|
- console.log(e)
|
|
|
|
|
- },
|
|
|
|
|
close() {
|
|
close() {
|
|
|
- // this.pageTo({url: '/admin/home/workbench', type:})
|
|
|
|
|
this.pageTo({url: '/admin/home/workbench', type: 4})
|
|
this.pageTo({url: '/admin/home/workbench', type: 4})
|
|
|
uni.setStorageSync('HOME_REFRESH', '1')
|
|
uni.setStorageSync('HOME_REFRESH', '1')
|
|
|
uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
@@ -36,7 +24,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|
|
|
-
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.dec {
|
|
.dec {
|
|
|
color: #666666;
|
|
color: #666666;
|