diff --git a/admin-web-master/dist.zip b/admin-web-master/dist.zip deleted file mode 100644 index b4a2330..0000000 --- a/admin-web-master/dist.zip +++ /dev/null diff --git a/lvdao-miniapp/pages.json b/lvdao-miniapp/pages.json index 4e8d0dc..f3104dc 100644 --- a/lvdao-miniapp/pages.json +++ b/lvdao-miniapp/pages.json @@ -431,6 +431,27 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "店铺信息" } + }, + { + "path": "rentPay/rentPay", + "style": { + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTitleText": "租金缴费" + } + }, + { + "path": "rentPay/rentPayDetails", + "style": { + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTitleText": "缴费记录" + } + }, + { + "path": "rentPay/goPay", + "style": { + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTitleText": "支付" + } } ] }], diff --git a/lvdao-miniapp/pages/advertisement/advertisement.scss b/lvdao-miniapp/pages/advertisement/advertisement.scss index ffc0f69..8dbc543 100644 --- a/lvdao-miniapp/pages/advertisement/advertisement.scss +++ b/lvdao-miniapp/pages/advertisement/advertisement.scss @@ -6,16 +6,11 @@ height: 100%; } .head-search{ - display: flex; - align-items: center; - justify-content: space-between; - position: relative; - margin: 20rpx 0; - background-color: #FFFFFF; - border-radius: 35rpx; - padding: 0 10rpx; - border: 2rpx solid #E8E8E8; - margin: 22rpx 24rpx; + display: flex; + align-items: center; + justify-content: space-between; + position: relative; + padding: 20rpx; .u-search { position: relative; } @@ -33,7 +28,7 @@ display: flex; align-items: center; width: 100%; - margin: 40rpx 0; + margin: 20rpx 0; .list { display: flex; justify-content: center; diff --git a/lvdao-miniapp/pages/advertisement/advertisement.vue b/lvdao-miniapp/pages/advertisement/advertisement.vue index cc638e6..1a732e8 100644 --- a/lvdao-miniapp/pages/advertisement/advertisement.vue +++ b/lvdao-miniapp/pages/advertisement/advertisement.vue @@ -7,7 +7,7 @@ --> - + @@ -172,8 +172,6 @@ this.show = true }, handleCompanyConfirm(val){ - console.log(val) - let page = { pageNumber: 1, pageSize: 10, diff --git a/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue b/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue index 021e9b4..454924b 100644 --- a/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue +++ b/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue @@ -130,10 +130,15 @@ export default { leaseAdd(url){ this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST',{"pageSize":10,pageNumber:0,phone:uni.getStorageSync('user').phone},2).then(res => { - //成功回调 + if(res.data.code == '20004' || res.data.code == '20003'){ + uni.navigateTo({ + url: '/pages/login/login' + }) + + } if(res.data.data.content.length>0) { let c1 = res.data.data.content[0] - console.error({...c1}) + if(c1.checkState == '1') { uni.showToast({ icon:'none', diff --git a/lvdao-miniapp/pages/complaint/complaint.scss b/lvdao-miniapp/pages/complaint/complaint.scss index e5ca90d..08a6e35 100644 --- a/lvdao-miniapp/pages/complaint/complaint.scss +++ b/lvdao-miniapp/pages/complaint/complaint.scss @@ -3,7 +3,6 @@ left: 0; top: 0; width: 100%; - height: 100%; background-color: #f6f6f6; } @@ -63,28 +62,23 @@ left: 0; bottom: 0; display: flex; + align-items: center; + justify-content: center; width: 100%; - height: 100rpx; + height: 60px; background-color: #FFFFFF; - padding-bottom: constant(safe-area-inset-bottom); - padding-bottom: env(safe-area-inset-bottom); - .footer-buy{ + + .footer-btn { + display: flex; + width: 90%; + } + .footer-service { display: flex; + flex-direction: column; align-items: center; - justify-content: space-between; - width: 100%; - height: 100%; - .cart-add{ - display: flex; - align-items: center; - justify-content: center; - width: 100%; - height: 100rpx; - background-color: #3f9b6a; - text{ - font-size: 28rpx; - color: #FFFFFF; - } + text { + margin-top: 6rpx; + line-height: 32rpx; } } } diff --git a/lvdao-miniapp/pages/complaint/complaint.vue b/lvdao-miniapp/pages/complaint/complaint.vue index 12c7b63..8217a0e 100644 --- a/lvdao-miniapp/pages/complaint/complaint.vue +++ b/lvdao-miniapp/pages/complaint/complaint.vue @@ -68,8 +68,14 @@ + + - 提交 + + 提交 + @@ -105,24 +111,25 @@ }, check(){ - if (this.ruleForm.onSitePhoto.length== 0) { + + if (!this.ruleForm.complaintType) { uni.showToast({ icon: 'none', - title: '请上传现场图片' + title: '请选择投诉类型' }); return false; } - if (!this.ruleForm.complaintType) { + if (!this.ruleForm.problemDescription) { uni.showToast({ icon: 'none', - title: '请选择投诉类型' + title: '请输入问题描述' }); return false; } - if (!this.ruleForm.problemDescription) { + if (this.ruleForm.onSitePhoto.length== 0) { uni.showToast({ icon: 'none', - title: '请输入问题描述' + title: '请上传现场图片' }); return false; } diff --git a/lvdao-miniapp/pages/details/details.scss b/lvdao-miniapp/pages/details/details.scss index b7c4a9c..35af787 100644 --- a/lvdao-miniapp/pages/details/details.scss +++ b/lvdao-miniapp/pages/details/details.scss @@ -144,10 +144,9 @@ align-items: center; justify-content: center; width: 100%; - height: 125rpx; + height: 60px; background-color: #FFFFFF; - padding-bottom: constant(safe-area-inset-bottom); - padding-bottom: env(safe-area-inset-bottom); + .footer-btn { display: flex; width: 90%; diff --git a/lvdao-miniapp/pages/details/details.vue b/lvdao-miniapp/pages/details/details.vue index 3bd1524..2a61224 100644 --- a/lvdao-miniapp/pages/details/details.vue +++ b/lvdao-miniapp/pages/details/details.vue @@ -173,10 +173,13 @@ export default { methods: { leaseAdd(url){ this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST',{"pageSize":10,pageNumber:0,phone:uni.getStorageSync('user').phone},2).then(res => { - //成功回调 + if(res.data.code == '20004' || res.data.code == '20003'){ + uni.navigateTo({ + url: '/pages/login/login' + }) + } if(res.data.data.content.length>0) { let c1 = res.data.data.content[0] - console.error({...c1}) if(c1.checkState == '1') { uni.showToast({ icon:'none', diff --git a/lvdao-miniapp/pages/field/field.scss b/lvdao-miniapp/pages/field/field.scss index f2d2fba..ed1cbdd 100644 --- a/lvdao-miniapp/pages/field/field.scss +++ b/lvdao-miniapp/pages/field/field.scss @@ -10,7 +10,7 @@ align-items: center; justify-content: space-between; position: relative; - margin: 20rpx; + padding: 20rpx; .search{ display: flex; width:100%; @@ -40,7 +40,7 @@ display: flex; align-items: center; width: 100%; - margin: 40rpx 0; + margin: 20rpx 0; .list { display: flex; justify-content: center; diff --git a/lvdao-miniapp/pages/field/field.vue b/lvdao-miniapp/pages/field/field.vue index eee1a05..a6562f7 100644 --- a/lvdao-miniapp/pages/field/field.vue +++ b/lvdao-miniapp/pages/field/field.vue @@ -7,8 +7,8 @@ 搜索 --> - - + + diff --git a/lvdao-miniapp/pages/home/home.scss b/lvdao-miniapp/pages/home/home.scss index a432655..e85e155 100644 --- a/lvdao-miniapp/pages/home/home.scss +++ b/lvdao-miniapp/pages/home/home.scss @@ -7,6 +7,7 @@ // overflow-x: hidden; // overflow-y: auto; position: absolute; + } .top-img { width: 750rpx; @@ -362,6 +363,9 @@ color: #232323; } } +.cardHome:last-child { + margin-bottom: 20px; +} .other-business { .scroll-view_H { white-space: nowrap; diff --git a/lvdao-miniapp/pages/home/home.vue b/lvdao-miniapp/pages/home/home.vue index 04279f1..2325872 100644 --- a/lvdao-miniapp/pages/home/home.vue +++ b/lvdao-miniapp/pages/home/home.vue @@ -229,7 +229,7 @@ - + {{ item.shopName || item.advertisingName || item.venueName}} @@ -258,7 +258,7 @@ - + {{item.activityName || '标题'}} @@ -281,7 +281,7 @@ - + {{item.title}} @@ -303,7 +303,7 @@ - + {{item.title}} diff --git a/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.scss b/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.scss index 33c4227..de8dd5a 100644 --- a/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.scss +++ b/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.scss @@ -69,7 +69,7 @@ padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); .footer-btn { - // padding: 0 10%; + padding: 0 20px; margin-top: 20rpx; } .footer-service { diff --git a/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.vue b/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.vue index a2a8a00..05604cc 100644 --- a/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.vue +++ b/lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.vue @@ -26,13 +26,13 @@ - + - 报名参加 + 报名参加 0 diff --git a/lvdao-miniapp/pages/mycreated/mycreated.scss b/lvdao-miniapp/pages/mycreated/mycreated.scss index 6988ef8..c0da94a 100644 --- a/lvdao-miniapp/pages/mycreated/mycreated.scss +++ b/lvdao-miniapp/pages/mycreated/mycreated.scss @@ -64,6 +64,7 @@ margin-bottom: 24rpx; .body { display: flex; + justify-content: space-between; width: 100%; height: calc(100% - 70rpx); padding: 15rpx 18rpx; diff --git a/lvdao-miniapp/pages/mycreated/mycreated.vue b/lvdao-miniapp/pages/mycreated/mycreated.vue index f904ca1..fd00a13 100644 --- a/lvdao-miniapp/pages/mycreated/mycreated.vue +++ b/lvdao-miniapp/pages/mycreated/mycreated.vue @@ -10,13 +10,15 @@ 搜索 --> - + - + + + {{v.activityName}} @@ -79,12 +81,14 @@ pageNumber: 0, pageSize: 10, createUser:uni.getStorageSync('user').phone - } + }, + imgurl:'' }; }, onLoad(option) { this.num = option.id; this.statuslist = 'nomore'; + this.imgurl = this.$img }, // onPullDownRefresh(e) { diff --git a/lvdao-miniapp/pages/participation/participation.vue b/lvdao-miniapp/pages/participation/participation.vue index fdb7350..ec5b98c 100644 --- a/lvdao-miniapp/pages/participation/participation.vue +++ b/lvdao-miniapp/pages/participation/participation.vue @@ -14,7 +14,7 @@ 搜索 --> - + diff --git a/lvdao-miniapp/pages/questionnaire/questionnaire.vue b/lvdao-miniapp/pages/questionnaire/questionnaire.vue index 86c81ed..3aec009 100644 --- a/lvdao-miniapp/pages/questionnaire/questionnaire.vue +++ b/lvdao-miniapp/pages/questionnaire/questionnaire.vue @@ -5,7 +5,7 @@ 搜索 --> - + diff --git a/lvdao-miniapp/pages/record/record.scss b/lvdao-miniapp/pages/record/record.scss index c1f7d0a..0219f5f 100644 --- a/lvdao-miniapp/pages/record/record.scss +++ b/lvdao-miniapp/pages/record/record.scss @@ -26,7 +26,7 @@ justify-content: center; align-items: center; // width: 30%; - height: 100%; + height: 32px; background-color: #fff; padding: 10rpx 16rpx; border-radius: 18rpx; diff --git a/lvdao-miniapp/pages/serve/jiDed.vue b/lvdao-miniapp/pages/serve/jiDed.vue index 1d9cb2e..25293fd 100644 --- a/lvdao-miniapp/pages/serve/jiDed.vue +++ b/lvdao-miniapp/pages/serve/jiDed.vue @@ -23,7 +23,10 @@ {{record.estimate || '无'}} 现场照片 - + + + + @@ -36,11 +39,12 @@ data() { return { record:{}, + srcUrl:'' } }, onLoad(options) { + this.srcUrl = this.$img const item = JSON.parse(decodeURIComponent(options.item)); - console.log('Received item:', item); this.record = item if(typeof this.record.onSitePhoto == 'string'){ this.record.onSitePhoto = this.record.onSitePhoto.split(',') @@ -58,7 +62,6 @@ left: 0; top: 0; width: 100%; - height: 100%; padding: 0 24rpx; } /* 记录列表 */ diff --git a/lvdao-miniapp/pages/serve/serve.scss b/lvdao-miniapp/pages/serve/serve.scss index 11822c9..10afbb2 100644 --- a/lvdao-miniapp/pages/serve/serve.scss +++ b/lvdao-miniapp/pages/serve/serve.scss @@ -26,7 +26,7 @@ justify-content: center; align-items: center; // width: 30%; - height: 100%; + height: 32px; background-color: #fff; padding: 10rpx 16rpx; border-radius: 18rpx; diff --git a/lvdao-miniapp/pages/shops/shops.scss b/lvdao-miniapp/pages/shops/shops.scss index 6b7d0d2..d4820c7 100644 --- a/lvdao-miniapp/pages/shops/shops.scss +++ b/lvdao-miniapp/pages/shops/shops.scss @@ -137,7 +137,7 @@ .retail-price { display: flex; align-items: flex-end; - width: 100%; + width: 50%; color: #676767; font-size: 24rpx; .min { diff --git a/lvdao-miniapp/pages/shops/shops.vue b/lvdao-miniapp/pages/shops/shops.vue index 7d5564b..690f6f2 100644 --- a/lvdao-miniapp/pages/shops/shops.vue +++ b/lvdao-miniapp/pages/shops/shops.vue @@ -6,7 +6,7 @@ 搜索 --> - + @@ -49,7 +49,11 @@ {{item.detailedLocation}} @@ -67,13 +71,6 @@ 请填写您的租赁意向 - - 意向租赁管理 - - {{formList.zulei ==''?'请选择':formList.zulei}} - - - 意向区域 @@ -81,20 +78,13 @@ - - 意向租期 - - {{formList.zuqi ==''?'请选择':formList.zuqi}} - - - - - 意向租金 + 意向面积 @@ -118,7 +108,7 @@ 确定 - + @@ -153,7 +143,7 @@ {value: '温江区', label: '温江区'}, ], // 区域列表 - + showList:false, zidongS: false, formList: { zulei: '', @@ -163,17 +153,13 @@ mianji:'', name:'', phone:'', - pageNumber: 1, + pageNumber: 0, pageSize: 10, + publishStatus:2 }, showSex: false, show:false, index:1, - zujinList:[ - {price:'4800'}, - {price:'3400'}, - {price:'3000'} - ], companys: [ { value: '1', @@ -330,7 +316,7 @@ } ] } - this.show = true + this.showList = true }, handleCompanyConfirm(e){ if(this.index == 1){ @@ -368,7 +354,7 @@ }, confirm(val){ let page = { - pageNumber: 1, + pageNumber: 0, pageSize: 10, belongingRegion:val[0].label } @@ -396,8 +382,9 @@ mianji:'', name:'', phone:'', - pageNumber: 1, + pageNumber: 0, pageSize: 10, + publishStatus:2 } this.zidongS = false diff --git a/lvdao-miniapp/pages/workbench/workbench.scss b/lvdao-miniapp/pages/workbench/workbench.scss index 3af9de0..b277275 100644 --- a/lvdao-miniapp/pages/workbench/workbench.scss +++ b/lvdao-miniapp/pages/workbench/workbench.scss @@ -3,7 +3,7 @@ left: 0; top: 0; width: 100%; - height: 100%; + min-height: 100vh; } .my-top{ position: absolute; @@ -74,13 +74,14 @@ .main { position: relative; top: 90rpx; - padding-bottom: 20px; + /* #ifdef MP */ top: 170rpx; - padding-bottom: 20px; + /* #endif */ margin: 0 20rpx; } + .banner { height: 330rpx; image { diff --git a/lvdao-miniapp/pages/workbench/workbench.vue b/lvdao-miniapp/pages/workbench/workbench.vue index a240b8e..f95a655 100644 --- a/lvdao-miniapp/pages/workbench/workbench.vue +++ b/lvdao-miniapp/pages/workbench/workbench.vue @@ -13,7 +13,7 @@ - + {{item.title}} @@ -58,6 +58,21 @@ + + + {{item.title}} + + + + + + + {{v.name}} + + + + + @@ -72,17 +87,14 @@ data() { return { pageList1: [ - { - id: 1, - title: '招商服务', - children: [ - { name: '问卷调查', img: '/workbench1.png', path: '/pages/questionnaire/questionnaire' }, - { name: '意向申请', img: '/workbench5.png', path: '/pages/rsaManagement/rsaManagement' }, - // { name: '招商方案', img: '/workbench2.png', path: '/pages/Iproposal/Iproposal' }, - // { name: '活动参与', img: '/workbench3.png', path: '/pages/participation/participation' }, - // { name: '我的活动申请', img: '/workbench4.png', path: '/pages/mycreated/mycreated' }, - ] - }, + // { + // id: 1, + // title: '招商服务', + // children: [ + // { name: '问卷调查', img: '/workbench1.png', path: '/pages/questionnaire/questionnaire' }, + // { name: '意向申请', img: '/workbench5.png', path: '/pages/rsaManagement/rsaManagement' }, + // ] + // }, // { // id: 2, // title: '推广策划', @@ -117,13 +129,13 @@ pageList2: [ { id: 1, - title: '活动管理', + title: '活动与意向申请', children: [ // { name: '文件调查', img: '/workbench1.png', path: '/pages/questionnaire/questionnaire' }, // { name: '招商方案', img: '/workbench2.png', path: '/pages/Iproposal/Iproposal' }, { name: '我的活动', img: '/workbench3.png', path: '/pages/participation/participation' }, { name: '活动申请', img: '/workbench4.png', path: '/pages/mycreated/mycreated' }, - // { name: '销售上报', img: '/workbench5.png', path: '/pages/salesReporting/salesReporting' }, + { name: '意向申请', img: '/workbench5.png', path: '/pages/rsaManagement/rsaManagement' }, ] }, ], @@ -141,6 +153,19 @@ ] }, ], + pageList4: [ + { + id: 1, + title: '商铺缴费', + children: [ + // { name: '文件调查', img: '/workbench1.png', path: '/pages/questionnaire/questionnaire' }, + // { name: '招商方案', img: '/workbench2.png', path: '/pages/Iproposal/Iproposal' }, + // { name: '我的活动', img: '/workbench3.png', path: '/pages/participation/participation' }, + // { name: '活动申请', img: '/workbench4.png', path: '/pages/mycreated/mycreated' }, + { name: '租金缴费', img: '/workbench1.png', path: '/pagesA/rentPay/rentPay' }, + ] + }, + ], scrollTop: 0, }; }, diff --git a/lvdao-miniapp/pagesA/myZiyuan/addMyshop.vue b/lvdao-miniapp/pagesA/myZiyuan/addMyshop.vue index 7503b74..d25e1b4 100644 --- a/lvdao-miniapp/pagesA/myZiyuan/addMyshop.vue +++ b/lvdao-miniapp/pagesA/myZiyuan/addMyshop.vue @@ -86,7 +86,7 @@ - +