自动提交于 2023/04/18 -17:53:39
This commit is contained in:
parent
583f7561da
commit
b3f37a183e
@ -6,6 +6,7 @@
|
||||
"go-login": "../../template/goLogin/goLogin",
|
||||
"select-single": "../../template/selectSingle/selectSingle",
|
||||
"custom-picker": "/template/datepickerview/datepickerview",
|
||||
"choice-type-release": "/template/choiceTypeRelease/choiceTypeRelease"
|
||||
"choice-type-release": "/template/choiceTypeRelease/choiceTypeRelease",
|
||||
"about-release": "/template/aboutRelease/aboutRelease"
|
||||
}
|
||||
}
|
@ -21,7 +21,11 @@
|
||||
<import src="../common/common.wxml" />
|
||||
<import src="../../wxParse/wxParse.wxml" />
|
||||
<view class="container" wx:if="{{ !loding }}">
|
||||
<choice-type-release></choice-type-release>
|
||||
<!-- 选择发布类型 -->
|
||||
<!-- <choice-type-release></choice-type-release> -->
|
||||
<!-- 关于发布 -->
|
||||
<about-release></about-release>
|
||||
|
||||
<header-nav inner-text="Some text">{{ isInput? isInput :( types=='edit' ?'编辑房源信息' :'发布房源信息' ) }}</header-nav>
|
||||
|
||||
<view class="header-tips">
|
||||
|
@ -41,7 +41,7 @@
|
||||
"ignoreUploadUnusedFiles": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.29.2",
|
||||
"libVersion": "2.28.1",
|
||||
"appid": "wx9c68fbf7886ea9c4",
|
||||
"projectname": "%E5%AF%84%E6%89%98%E7%A7%9F%E6%88%BF",
|
||||
"simulatorType": "wechat",
|
||||
|
@ -24,33 +24,40 @@ Component({
|
||||
name: "其他",
|
||||
explain: "二房东、物业租赁公司等",
|
||||
}, ],
|
||||
rulesList: [{
|
||||
content: `中介账号发布的房源信息,均展示在“<span style="color: #000; font-weight:650;">中介房源</span>”频道中,即不能发布“<span style="color: #000; font-weight:650;">个人房源</span>”、“<span style="color: #000; font-weight:650;">求房源</span>”;如您已上架个人房源或求房源信息,在你确认中介身份后,将会自动下架`,
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
content: `个人账号只能发布“<span style="color: #000; font-weight:650;">个人房源</span>”、“<span style="color: #000; font-weight:650;">求房源</span>”,在您确认不是中介身份后,将会自动下架您的中介房源;`,
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
content: `中介账号只能发布“<span style="color: #000; font-weight:650;">中介房源</span>”,如您已上架个人房源或求房源信息,在你确认中介身份后,将会自动下架;`,
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
content: `中介账号(未认证)最多可同时上架 <span style="color: #000; font-weight:650;">3</span> 条房源信息`,
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
content: `中介账号(有认证)最多可同时上架 <span style="color: #000; font-weight:650;">20</span> 条房源信息`,
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
content: `中介帐号(有认证)拥有搜索、过滤“<span style="color: #000; font-weight:650;">求房源</span>”信息的功能`,
|
||||
type: 1,
|
||||
},
|
||||
|
||||
rulesList: {
|
||||
person: [`中介账号发布的房源信息,均展示在“<span style="color: #000; font-weight:650;">中介房源</span>”频道中,即不能发布“<span style="color: #000; font-weight:650;">个人房源</span>”、“<span style="color: #000; font-weight:650;">求房源</span>”;如您已上架个人房源或求房源信息,在你确认中介身份后,将会自动下架`,
|
||||
|
||||
]
|
||||
],
|
||||
intermediary: [{}]
|
||||
|
||||
}
|
||||
// rulesList: [{
|
||||
// content: `中介账号发布的房源信息,均展示在“<span style="color: #000; font-weight:650;">中介房源</span>”频道中,即不能发布“<span style="color: #000; font-weight:650;">个人房源</span>”、“<span style="color: #000; font-weight:650;">求房源</span>”;如您已上架个人房源或求房源信息,在你确认中介身份后,将会自动下架`,
|
||||
// type: 1,
|
||||
// },
|
||||
// {
|
||||
// content: `个人账号只能发布“<span style="color: #000; font-weight:650;">个人房源</span>”、“<span style="color: #000; font-weight:650;">求房源</span>”,在您确认不是中介身份后,将会自动下架您的中介房源;`,
|
||||
// type: 1,
|
||||
// },
|
||||
// {
|
||||
// content: `中介账号只能发布“<span style="color: #000; font-weight:650;">中介房源</span>”,如您已上架个人房源或求房源信息,在你确认中介身份后,将会自动下架;`,
|
||||
// type: 1,
|
||||
// },
|
||||
// {
|
||||
// content: `中介账号(未认证)最多可同时上架 <span style="color: #000; font-weight:650;">3</span> 条房源信息`,
|
||||
// type: 1,
|
||||
// },
|
||||
// {
|
||||
// content: `中介账号(有认证)最多可同时上架 <span style="color: #000; font-weight:650;">20</span> 条房源信息`,
|
||||
// type: 1,
|
||||
// },
|
||||
// {
|
||||
// content: `中介帐号(有认证)拥有搜索、过滤“<span style="color: #000; font-weight:650;">求房源</span>”信息的功能`,
|
||||
// type: 1,
|
||||
// },
|
||||
|
||||
|
||||
// ]
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -1,9 +1,6 @@
|
||||
<!--template/choiceTypeRelease/choiceTypeRelease.wxml-->
|
||||
<!-- 选择发布类型 -->
|
||||
<!-- <text>template/choiceTypeRelease/choiceTypeRelease.wxml</text> -->
|
||||
|
||||
<view class="pop flexflex">
|
||||
|
||||
<view class="pop-box">
|
||||
<block wx:if="{{ false }}">
|
||||
<view class="pop-header flexcenter">请选择</view>
|
||||
@ -43,7 +40,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 操作 -->
|
||||
<view class="operation flexacenter">
|
||||
<view class="operation flexcenter">
|
||||
<view class="operation-item">重新选择</view>
|
||||
<view class="operation-item">确认并继续</view>
|
||||
</view>
|
||||
|
@ -152,7 +152,6 @@
|
||||
}
|
||||
|
||||
.rules-item {
|
||||
/* padding: 31.5rpx 0; */
|
||||
font-size: #555555;
|
||||
color: #555555;
|
||||
font-size: 24rpx;
|
||||
@ -162,7 +161,6 @@
|
||||
|
||||
.rules-item .rules-content {
|
||||
padding: 31.5rpx 0;
|
||||
|
||||
}
|
||||
|
||||
.rules-item:not(:last-of-type) .rules-content {
|
||||
@ -170,7 +168,10 @@
|
||||
}
|
||||
|
||||
.operation {
|
||||
height: 186rpx;
|
||||
justify-content: space-between;
|
||||
border-top: 1rpx solid #ebebeb;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.operation-item {
|
||||
@ -180,6 +181,19 @@
|
||||
text-align: center;
|
||||
color: #000;
|
||||
font-size: 36rpx;
|
||||
background-color: rgba(80, 227, 194, 1);
|
||||
border-radius: 60rpx;
|
||||
border: 1rpx solid rgba(215, 215, 215, 1);
|
||||
border-radius: 82.5rpx;
|
||||
}
|
||||
|
||||
.operation-item:first-of-type {
|
||||
background-color: #ffffff;
|
||||
border: 1rpx solid rgba(215, 215, 215, 1);
|
||||
}
|
||||
|
||||
.operation-item:last-of-type {
|
||||
background-color: rgba(98, 177, 255, 1);
|
||||
color: #ffffff;
|
||||
font-size: 36rpx;
|
||||
font-weight: 650;
|
||||
border: none;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user