修复bug

parent 47171b17
import './.rexma/lib';
import { createSSRApp } from "vue"; import { createSSRApp } from "vue";
import App from "./App.vue"; import App from "./App.vue";
import store from "./store"; import store from "./store";
......
<template> <template>
<NavBar :showIcon="false" :showTitle="false" title="" backgroundBox="#FFFFFF"></NavBar>
<div class="page"> <div class="page">
<view class="title"> <view class="title">
<view class="t1">1/5填写职位信息</view> <view class="t1">1/5填写职位信息</view>
...@@ -45,9 +46,18 @@ ...@@ -45,9 +46,18 @@
</view> </view>
</view> </view>
<view class="btn-wrap"> <!-- <view class="btn-wrap">
<button class="bottom-btn" @tap="next">下一步</button> <button class="bottom-btn" @tap="next">下一步</button>
</view> </view> -->
<wd-tabbar
@tap="next"
custom-style="display: flex;justify-content: center !important;"
fixed
placeholder
safeAreaInsetBottom
>
<view class="foot-btn">下一步</view>
</wd-tabbar>
</div> </div>
</template> </template>
...@@ -139,4 +149,16 @@ const next = () => { ...@@ -139,4 +149,16 @@ const next = () => {
} }
} }
} }
.foot-btn {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 622rpx;
height: 80rpx;
color: #ffffff;
background: #1f86ff;
border-radius: 12rpx;
}
</style> </style>
<template> <template>
<NavBar :showIcon="false" :showTitle="false" title="" backgroundBox="#FFFFFF"></NavBar>
<div class="page"> <div class="page">
<view class="title"> <view class="title">
<view class="t1">2/5福利待遇</view> <view class="t1">2/5福利待遇</view>
...@@ -45,9 +46,15 @@ ...@@ -45,9 +46,15 @@
</view> </view>
</view> </view>
</view> </view>
<view class="btn-wrap"> <wd-tabbar
<button class="bottom-btn" @tap="next">下一步</button> @tap="next"
</view> custom-style="display: flex;justify-content: center !important;"
fixed
placeholder
safeAreaInsetBottom
>
<view class="foot-btn">下一步</view>
</wd-tabbar>
</div> </div>
</template> </template>
...@@ -240,4 +247,16 @@ picker-view { ...@@ -240,4 +247,16 @@ picker-view {
justify-content: space-around; justify-content: space-around;
color: #cccccc; color: #cccccc;
} }
.foot-btn {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 622rpx;
height: 80rpx;
color: #ffffff;
background: #1f86ff;
border-radius: 12rpx;
}
</style> </style>
<template> <template>
<NavBar :showIcon="false" :showTitle="false" title="" backgroundBox="#FFFFFF"></NavBar>
<div class="page"> <div class="page">
<view class="title"> <view class="title">
<view class="t1">3/5工作地点</view> <view class="t1">3/5工作地点</view>
...@@ -16,10 +17,15 @@ ...@@ -16,10 +17,15 @@
</view> </view>
</view> </view>
</view> </view>
<wd-tabbar
<view class="btn-wrap"> @tap="next"
<button class="bottom-btn" @tap="next">下一步</button> custom-style="display: flex;justify-content: center !important;"
</view> fixed
placeholder
safeAreaInsetBottom
>
<view class="foot-btn">下一步</view>
</wd-tabbar>
</div> </div>
</template> </template>
...@@ -65,4 +71,16 @@ image { ...@@ -65,4 +71,16 @@ image {
width: 12px; width: 12px;
height: 13px; height: 13px;
} }
.foot-btn {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 622rpx;
height: 80rpx;
color: #ffffff;
background: #1f86ff;
border-radius: 12rpx;
}
</style> </style>
<template> <template>
<NavBar :showIcon="false" :showTitle="false" title="" backgroundBox="#FFFFFF"></NavBar>
<div class="page"> <div class="page">
<view class="title"> <view class="title">
<view class="t1">4/5填写职位信息</view> <view class="t1">4/5填写职位信息</view>
...@@ -58,9 +59,15 @@ ...@@ -58,9 +59,15 @@
</wd-col-picker> </wd-col-picker>
</view> </view>
</view> </view>
<view class="btn-wrap"> <wd-tabbar
<button class="bottom-btn" @tap="next">下一步</button> @tap="next"
</view> custom-style="display: flex;justify-content: center !important;"
fixed
placeholder
safeAreaInsetBottom
>
<view class="foot-btn">下一步</view>
</wd-tabbar>
</div> </div>
</template> </template>
...@@ -164,4 +171,16 @@ initViewData(); ...@@ -164,4 +171,16 @@ initViewData();
<style lang="scss" scoped> <style lang="scss" scoped>
@import "./common.scss"; @import "./common.scss";
.foot-btn {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 622rpx;
height: 80rpx;
color: #ffffff;
background: #1f86ff;
border-radius: 12rpx;
}
</style> </style>
<template> <template>
<NavBar :showIcon="false" :showTitle="false" title="" backgroundBox="#FFFFFF"></NavBar>
<div class="page"> <div class="page">
<view class="title"> <view class="title">
<view class="t1">5/5 更多要求</view> <view class="t1">5/5 更多要求</view>
...@@ -25,9 +26,15 @@ ...@@ -25,9 +26,15 @@
</view> </view>
</view> </view>
<view class="btn-wrap"> <wd-tabbar
<button class="bottom-btn" @tap="submit">提交</button> @tap="submit"
</view> custom-style="display: flex;justify-content: center !important;"
fixed
placeholder
safeAreaInsetBottom
>
<view class="foot-btn">提交</view>
</wd-tabbar>
</div> </div>
</template> </template>
...@@ -90,4 +97,16 @@ const submit = () => { ...@@ -90,4 +97,16 @@ const submit = () => {
<style lang="scss" scoped> <style lang="scss" scoped>
@import "./common.scss"; @import "./common.scss";
.foot-btn {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 622rpx;
height: 80rpx;
color: #ffffff;
background: #1f86ff;
border-radius: 12rpx;
}
</style> </style>
...@@ -39,9 +39,15 @@ ...@@ -39,9 +39,15 @@
</div> </div>
</div> </div>
</div> </div>
<div class="footer"> <wd-tabbar
<button class="bottom-btn" @click="submit">保存</button> @click="submit"
</div> custom-style="display: flex;justify-content: center !important;"
fixed
placeholder
safeAreaInsetBottom
>
<view class="foot-btn">保存</view>
</wd-tabbar>
</div> </div>
</template> </template>
...@@ -214,9 +220,17 @@ const submit = () => { ...@@ -214,9 +220,17 @@ const submit = () => {
} }
} }
} }
.footer {
padding: 16px 0; .foot-btn {
border-top: 1px solid #f3f4f8; position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 622rpx;
height: 80rpx;
color: #ffffff;
background: #1f86ff;
border-radius: 12rpx;
} }
} }
</style> </style>
<template> <template>
<NavBar :showIcon="true" :showTitle="true" title="营业执照认证" backgroundBox="#FFFFFF"></NavBar>
<div class="page"> <div class="page">
<div class="audit-message" v-if="companyInfo.companyAudit.status == 2"> <div class="audit-message">
<p class="title">审核拒绝</p> <p class="title" :style="{ background: companyInfo.companyAudit.status == 2 ? '#ff5113' : '#1F86FF' }">
<div class="message"> {{ companyInfo.companyAudit.status == 2 ? "审核拒绝" : "通过审核" }}
</p>
<div class="message" :style="{ background: '#FFEDE7' }" v-if="companyInfo.companyAudit.status == 2">
<p>拒绝原因</p> <p>拒绝原因</p>
{{ companyInfo.companyAudit.auditMessage }} {{ companyInfo.companyAudit.auditMessage }}
</div> </div>
...@@ -105,6 +108,7 @@ onMounted(() => { ...@@ -105,6 +108,7 @@ onMounted(() => {
/* 选择图片 */ /* 选择图片 */
const chooseImage = () => { const chooseImage = () => {
if (companyInfo.companyAudit.status == 2) {
uni.chooseImage({ uni.chooseImage({
count: 1, count: 1,
success: async ({ tempFiles }) => { success: async ({ tempFiles }) => {
...@@ -112,6 +116,7 @@ const chooseImage = () => { ...@@ -112,6 +116,7 @@ const chooseImage = () => {
companyInfo.companyAudit.licensePath = res[0].key; companyInfo.companyAudit.licensePath = res[0].key;
} }
}); });
}
}; };
const handleChange = (event, type) => { const handleChange = (event, type) => {
...@@ -171,7 +176,6 @@ const submit = () => { ...@@ -171,7 +176,6 @@ const submit = () => {
line-height: 80rpx; line-height: 80rpx;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
background-color: #ff5113;
} }
.message { .message {
padding: 32rpx; padding: 32rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment