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; }