From 5b05eb8eba2b4efcbe3bbc19f3ea5233ec623a4e Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Wed, 15 Nov 2023 23:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E9=A1=B5=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../publishTransfer/publishTransfer.vue | 109 +----------------- 1 file changed, 1 insertion(+), 108 deletions(-) diff --git a/pages/publish/publishTransfer/publishTransfer.vue b/pages/publish/publishTransfer/publishTransfer.vue index 9d8ee4d..de83147 100644 --- a/pages/publish/publishTransfer/publishTransfer.vue +++ b/pages/publish/publishTransfer/publishTransfer.vue @@ -2,64 +2,9 @@ - + 发布房源图片({{ShopInfomation.count}}/5) -<<<<<<< HEAD - - - - - - 请选择所属区域 - {{form.region}} - - - - - - - - - - 请选择行业类型 - {{form.trade}} - - - - - - - 请选择行业业态 - {{form.karma}} - - - - - - - - - - - - - - - - - - - - - - - - - - 发布 - -======= 发布 ->>>>>>> remotes/origin/master @@ -124,21 +68,6 @@ export default { data() { return { -<<<<<<< HEAD - action:'http://spsp.feashow.cn/api/upload/image/', - form:{ - title:'', - region:'', - place:'', - trade:'', - karma:'', - size:'', - rent:'', - sell:'', - name:'', - call:'', - introduce:'' -======= regionColumns: [JSON.parse(uni.getStorageSync('regionList'))] || [], ShopInfomation: { city: '', @@ -159,7 +88,6 @@ name: '', call: '', introduce: '' ->>>>>>> remotes/origin/master }, columns: [ @@ -196,30 +124,6 @@ this.show1 = false }, submit() { -<<<<<<< HEAD - this.$refs.uForm.validate().then(res => { - console.log("提交表单信息:" + JSON.stringify(this.form)) - uni.$u.toast('发布成功') - // 调用服务端入表接口W - }).catch(errors => { - console.log("失败信息:" + JSON.stringify(errors)) - // uni.$u.toast('校验失败') - }) - }, - getTradeInfo(){ - this.$api.getTradeInfo().then(res=>{ - console.log(res); - }) - } - - }, - - onReady() { - this.$refs.uForm.setRules(this.rules) - }, - onLoad() { - this.getTradeInfo() -======= this.$refs.uForm.validate().then(res => { console.log("提交表单信息:" + JSON.stringify(this.form)) uni.$u.toast('发布成功') @@ -251,7 +155,6 @@ }, onReady() { this.$refs.uForm.setRules(this.rules) ->>>>>>> remotes/origin/master } } @@ -300,18 +203,8 @@ font-weight: 1px; color: #c1c4c7; } -<<<<<<< HEAD - .checkedtext{ - margin-top: 5rpx; - font-size: 30rpx; - font-weight:1px; - } - - .picker{ -======= .picker { ->>>>>>> remotes/origin/master display: flex; justify-content: space-between; }