+
第一步:请完善企业信息后,提交至工作人员审核
- 添加小区
+ 关联企业信息
+
+
+ 第二步:请添加小区信息,用于绑定后续的功能
+ 创建小区
+
+
+
+ 第三步:请在添加的小区中绑定购买的套餐 或 在购买功能时直接选择小区绑定
+
-
-
- 你好,{{username}}
- 请尽快绑定企业信息,进行下一步
-
-
- 入驻企业申请
-
-
-
-
- {{companyInfo.companyName}}
-
-
+
+
+ 你好,{{ username }}
+ 请尽快绑定企业信息,进行下一步
+
+
+ 入驻企业申请
+
+
+
+
+
+
+
+
+ {{ companyInfo.companyName }}
+ {{
+ companyInfo.status === 1
+ ? "待确认"
+ : companyInfo.status === 2
+ ? "已通过"
+ : companyInfo.status === 3
+ ? "已驳回"
+ : "已取消"
+ }}
+ {{ companyInfo.contactsName }}
+ {{ companyInfo.contactsTel }}
+ {{
+ companyInfo.contactsEmail
+ }}
+
+ 修改公司信息
+
+
-
-
-
-
小区后台
-
-
-
当前尚未添加小区信息
-
-
-
- 绑定
- 详情
-
-
-
-
-
-
- 点击新建小区
-
-
-
-
-
+
+
+
+
小区后台
+
+
+
+ 当前尚未添加小区信息
+
+
+
+
+ 绑定
+ 详情
+
+
+
+
+
+
+ 点击新建小区
-
-
-
-
订单列表
-
-
- {{item.status}}
- 购买功能 {{'¥'+item.amount}}
-
- {{item.time}}到期
-
- 续费
- 解绑
- 详情
-
-
-
-
-
- 点击新建订单
-
-
-
-
-
当前无订单
-
请购买后台功能
-
-
- 点击新建订单
-
-
-
-
-
-
-
+
+
+
+
+ 点击新建订单
+
+
+
+
+
当前无订单
+
请购买后台功能
+
点击新建订单
+
+
+
+
-
+
+
小区信息
+
-
-
小区信息
-
-
-
-
-
-
-
-
- 要求文件大小不超过5mb,支持jpg、png格式
-
-
- +
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 要求文件大小不超过5mb,支持jpg、png格式
+
+
+
+
+
+
+
+
@@ -232,136 +293,154 @@ export default {
padding-left: 40px;
}
.top {
- width: 100%;
- display: flex;
- background: #fff;
- height: 132px;
- line-height: 132px;
- justify-content: space-between;
- .top-a{
- font-weight:500;
- font-size:20px;
- color:#000000;
- line-height: 20px;
- margin-top: 40px;
- height: 30px;
+ width: 100%;
+ display: flex;
+ background: #fff;
+ height: 132px;
+ line-height: 132px;
+ justify-content: space-between;
+ .top-a {
+ font-weight: 500;
+ font-size: 20px;
+ color: #000000;
+ line-height: 20px;
+ margin-top: 40px;
+ height: 30px;
+ }
+ .top-b {
+ color: #000000a6;
+ line-height: 20px;
+ height: 20px;
+ }
+ .top-c {
+ margin-right: 30px;
+ }
+}
+.card-a {
+ background: #fff;
+ margin-right: 24px;
+ padding-top: 10px;
+ min-height: 600px;
+ .card-a-content {
+ color: #00000073;
+ font-size: 14px;
+ padding: 13px;
+ .cardBox {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ // justify-content:;
+ .card-add {
+ width: 30%;
+ margin: 10px;
+ border: 1px dashed #9db7df;
+ border-radius: 3%;
+ }
+ /deep/.ant-card-body {
+ padding-bottom: 50px;
+ min-height: 170px;
+ }
+ /deep/.ant-card {
+ position: relative;
+ }
+ /deep/.ant-card-actions {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ // margin-top: 50px;
+ }
+ .card-a-content-add {
+ color: #9db7df;
+ font-size: 16px;
+ cursor: pointer;
+ text-align: center;
+ vertical-align: middle;
+ line-height: 72px;
+ }
}
- .top-b{
- color:#000000A6 ;
- line-height: 20px;
- height: 20px;
+ }
+}
+.card-b {
+ background: #fff;
+ padding-top: 10px;
+ min-height: 600px;
+ .card-b-content {
+ margin-top: 150px;
+ color: #00000073;
+ font-size: 14px;
+ text-align: center;
+ /deep/.ant-card-head {
+ background: #205fbd1a;
}
- .top-c{
- margin-right:30px
+ }
+ .cardBox {
+ // text-align: center;
+ /deep/.ant-card-head {
+ background: #205fbd1a;
}
-}
-.card-a{
- background: #fff;
- margin-right:24px;
- padding-top:10px;
- min-height: 600px;
- .card-a-content{
- color: #00000073;
- font-size: 14px;
- padding: 13px;
- .cardBox{
- display: flex;
- flex-direction:row;
- flex-wrap: wrap;
- // justify-content:;
- .card-add{
- width: 30%;
- margin:10px;
- border:1px dashed #9DB7DF;
- border-radius: 3%;
- }
- /deep/.ant-card-body{
- padding-bottom: 50px;
- min-height: 170px;
- }
- /deep/.ant-card {
- position: relative;
- }
- /deep/.ant-card-actions{
- position: absolute;
- bottom: 0;
- width: 100%;
- // margin-top: 50px;
- }
- .card-a-content-add{
- color:#9DB7DF;
- font-size:16px;
- cursor:pointer;
- text-align: center;
- vertical-align: middle;
- line-height: 72px;
- }
- }
+ /deep/.ant-card-head-title {
+ font-size: 16px;
+ color: #000000a6;
}
-}
-.card-b{
- background: #fff;
- padding-top:10px;
- min-height: 600px;
- .card-b-content{
- margin-top:150px;
- color: #00000073;
- font-size: 14px;
- text-align: center;
- /deep/.ant-card-head{
- background: #205FBD1A;
- }
+ .functionBox {
+ display: flex;
+ justify-content: flex-start;
+ flex-wrap: wrap;
+ width: 90%;
+ .functionList {
+ color: #1f519b;
+ border: 1px solid #1f519b;
+ border-radius: 5%;
+ margin: 2px;
+ padding: 2px;
+ white-space: nowrap;
+ }
}
- .cardBox{
- // text-align: center;
- /deep/.ant-card-head{
- background: #205FBD1A;
- }
- /deep/.ant-card-head-title{
- font-size: 16px;
- color: #000000A6;
- }
- .functionBox{
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap;
- width: 90%;
- .functionList{
- color: #1F519B;
- border:1px solid #1F519B;
- border-radius: 5%;
- margin: 2px;
- padding:2px;
- white-space: nowrap;
- }
- }
- .addOrder{
- border:1px dashed #9DB7DF;
- border-radius: 3%;
- width: 80%;
- height: 200px;
- margin:auto;
- margin-top:20px;
- .card-b-content-add{
- color:#9DB7DF;
- font-size:16px;
- cursor:pointer;
- text-align: center;
- vertical-align: middle;
- line-height: 72px;
- }
- }
+ .addOrder {
+ border: 1px dashed #9db7df;
+ border-radius: 3%;
+ width: 80%;
+ height: 200px;
+ margin: auto;
+ margin-top: 20px;
}
+ }
}
-.uploadImg{
- background: #0000000A;
- border:2px solid #00000029;
+.uploadImg {
+ background: #0000000a;
+ border: 2px solid #00000029;
color: #00000029;
width: 180px;
height: 120px;
text-align: center;
line-height: 110px;
- font-size:60px;
+ font-size: 60px;
cursor: pointer;
}
+.card-b-content-add {
+ color: #9db7df;
+ font-size: 16px;
+ cursor: pointer;
+ text-align: center;
+ vertical-align: middle;
+ line-height: 72px;
+}
+.com-name {
+ font-size: 20px;
+ font-weight: 500;
+ line-height: 26px;
+ color: #000000;
+}
+.com-sta {
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 30px;
+ color: #5bc980;
+}
+.com-conta {
+ line-height: 30px;
+ font-size: 14px;
+ font-weight: 400;
+ color: #000000;
+}
diff --git a/src/views/Basic/home/settled.vue b/src/views/Basic/home/settled.vue
index f9697a3..44d92ba 100644
--- a/src/views/Basic/home/settled.vue
+++ b/src/views/Basic/home/settled.vue
@@ -282,9 +282,5 @@ export default {
/deep/.ant-col .ant-form-item-label {
margin-top: -10px;
}
-.com-name{
- font-size: 20px;
- font-weight: 500;
- line-height: 26px;
-}
+
\ No newline at end of file
diff --git a/src/views/Login/index.vue b/src/views/Login/index.vue
index 23cd763..9dc582f 100644
--- a/src/views/Login/index.vue
+++ b/src/views/Login/index.vue
@@ -196,6 +196,7 @@ import {
sendRegisterCode,
userInfo
} from "@/api/public/login";
+import { allCity } from "@/api/public"
import { form, registerForm, registerRules } from './depend/config'
export default {
name: "Login",
@@ -224,6 +225,7 @@ export default {
this.$message.success(res.msg);
// 存储token
this.setToken(res.data);
+ this.gettheCity()
userInfo().then(res =>{
console.log(res.data);
sessionStorage.setItem('info',JSON.stringify(res.data))
@@ -240,6 +242,7 @@ export default {
this.$message.success(res.msg);
// 存储token
this.setToken(res.data);
+ this.gettheCity()
userInfo().then(res =>{
sessionStorage.setItem('info',JSON.stringify(res.data))
})
@@ -286,6 +289,12 @@ export default {
resetForm() {
this.$refs.ruleForm.resetFields();
},
+ // 存城市
+ gettheCity(){
+ allCity().then(res => {
+ this.setCity(res.data);
+ })
+ }
},
};