diff --git a/admin-web-master/src/components/newmap/map2.vue b/admin-web-master/src/components/newmap/map2.vue
index 76d3464..88c1836 100644
--- a/admin-web-master/src/components/newmap/map2.vue
+++ b/admin-web-master/src/components/newmap/map2.vue
@@ -188,7 +188,7 @@ export default {
资源名称:${item.name}
位置:${item.detailedLocation}
-
租赁情况:${item.publishStatus=='0'?'空置中':item.publishStatus=='1'?'待审核':item.publishStatus=='2'?'已发布':item.publishStatus=='3'?'不通过':item.publishStatus=='4'?'已租赁':'-'}
+
租赁情况:${item.publishStatus=='0'?'待发布':item.publishStatus=='1'?'待审核':item.publishStatus=='2'?'已发布':item.publishStatus=='3'?'不通过':item.publishStatus=='4'?'已租赁':'-'}
`;
//
diff --git a/admin-web-master/src/components/resourceCommodity/index.vue b/admin-web-master/src/components/resourceCommodity/index.vue
index 5457779..bb1895b 100644
--- a/admin-web-master/src/components/resourceCommodity/index.vue
+++ b/admin-web-master/src/components/resourceCommodity/index.vue
@@ -169,9 +169,9 @@
-
+
- {{scope.row.rentalPrice}}/M²
+ {{scope.row.rentalPrice}}元/m²
diff --git a/admin-web-master/src/layout/index.vue b/admin-web-master/src/layout/index.vue
index fe962fd..fa2e839 100644
--- a/admin-web-master/src/layout/index.vue
+++ b/admin-web-master/src/layout/index.vue
@@ -197,17 +197,17 @@
}
}
return {
- msg: [],
- list: [],
- // msg: ['招商服务系统'],
- // msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
- // list: [
- // ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
- // ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
- // ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
- // ['联机交易', '对账处理', '日志管理', '商户服务'],
- // ['渠道售票统计分析', '销售额统计分析'],
- // ],
+ // msg: [],
+ // list: [],
+ msg: ['招商服务系统'],
+ msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
+ list: [
+ ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
+ ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
+ ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
+ ['联机交易', '对账处理', '日志管理', '商户服务'],
+ ['渠道售票统计分析', '销售额统计分析'],
+ ],
listMune: [],
mumeList: [],
mumeChildren1: [],
@@ -296,10 +296,10 @@
this.userAvatar = getUserAvatar()
},
mounted() {
- this.getMemu()
- this.address()
- this.waibu()
- // this.neibu()
+ // this.getMemu()
+ // this.address()
+ // this.waibu()
+ this.neibu()
},
methods: {
@@ -780,12 +780,12 @@
['联机交易', '对账处理', '日志管理', '商户服务'],
['渠道售票统计分析', '销售额统计分析'],
]
- // this.neibu()
+ this.neibu()
- this.getMemu()
- this.waibu()
- this.list = this.mumeList
+ // this.getMemu()
+ // this.waibu()
+ // this.list = this.mumeList
},
diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js
index be2a4a0..777ebaa 100644
--- a/admin-web-master/src/utils/request.js
+++ b/admin-web-master/src/utils/request.js
@@ -17,12 +17,12 @@ let baseURL = ''
if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) {
// baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server';
- // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server';
+ baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server';
// baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1;
- baseURL = 'http://128.10.249.8:9003';
+ // baseURL = 'http://128.10.249.8:9003';
} else {
diff --git a/admin-web-master/src/views/detect/admap.vue b/admin-web-master/src/views/detect/admap.vue
index c0e2920..2e4ccf6 100644
--- a/admin-web-master/src/views/detect/admap.vue
+++ b/admin-web-master/src/views/detect/admap.vue
@@ -74,7 +74,7 @@
- {{scope.row.publishStatus=='0'?'空置中':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':'-'}}
+ {{scope.row.publishStatus=='0'?'待发布':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':'-'}}
@@ -107,7 +107,7 @@
- {{scope.row.publishStatus=='0'?'空置中':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':'-'}}
+ {{scope.row.publishStatus=='0'?'待发布':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':'-'}}
@@ -155,9 +155,9 @@
-
+
- {{scope.row.actualArea}}/M²
+ {{scope.row.actualArea}}元/m²
@@ -166,7 +166,7 @@
-->
- {{scope.row.publishStatus=='0'?'空置中':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':'-'}}
+ {{scope.row.publishStatus=='0'?'待发布':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':'-'}}
diff --git a/admin-web-master/src/views/detect/examine/index.vue b/admin-web-master/src/views/detect/examine/index.vue
index 2201b17..547932f 100644
--- a/admin-web-master/src/views/detect/examine/index.vue
+++ b/admin-web-master/src/views/detect/examine/index.vue
@@ -68,7 +68,7 @@
- {{scope.row.shopinfo.rentalPrice}} /{{ scope.row.shopinfo.leaseTerm }}
+ {{scope.row.shopinfo.rentalPrice}} 元/{{ scope.row.shopinfo.leaseTerm }}
无
@@ -79,7 +79,7 @@
-->
- {{scope.row.cereBasicInformationShop.publishStatus=='0'?'空置中':scope.row.cereBasicInformationShop.publishStatus=='1'?'待审核':scope.row.cereBasicInformationShop.publishStatus=='2'?'已发布':scope.row.cereBasicInformationShop.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
+ {{scope.row.cereBasicInformationShop.publishStatus=='0'?'待发布':scope.row.cereBasicInformationShop.publishStatus=='1'?'待审核':scope.row.cereBasicInformationShop.publishStatus=='2'?'已发布':scope.row.cereBasicInformationShop.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
@@ -114,7 +114,7 @@
- {{scope.row.shopinfo.rentalPrice}} /{{ scope.row.shopinfo.leaseTerm }}
+ {{scope.row.shopinfo.rentalPrice}} 元/{{ scope.row.shopinfo.leaseTerm }}
无
@@ -125,7 +125,7 @@
-->
- {{scope.row.cereAdvertisingInformation.publishStatus=='0'?'空置中':scope.row.cereAdvertisingInformation.publishStatus=='1'?'待审核':scope.row.cereAdvertisingInformation.publishStatus=='2'?'已发布':scope.row.cereAdvertisingInformation.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
+ {{scope.row.cereAdvertisingInformation.publishStatus=='0'?'待发布':scope.row.cereAdvertisingInformation.publishStatus=='1'?'待审核':scope.row.cereAdvertisingInformation.publishStatus=='2'?'已发布':scope.row.cereAdvertisingInformation.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
@@ -160,7 +160,7 @@
- {{scope.row.shopinfo.rentalPrice}} /{{ scope.row.shopinfo.leaseTerm }}
+ {{scope.row.shopinfo.rentalPrice}} 元/{{ scope.row.shopinfo.leaseTerm }}
无
@@ -171,7 +171,7 @@
-->
- {{scope.row.cereBasicInformationVenue.publishStatus=='0'?'空置中':scope.row.cereBasicInformationVenue.publishStatus=='1'?'待审核':scope.row.cereBasicInformationVenue.publishStatus=='2'?'已发布':scope.row.cereBasicInformationVenue.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
+ {{scope.row.cereBasicInformationVenue.publishStatus=='0'?'待发布':scope.row.cereBasicInformationVenue.publishStatus=='1'?'待审核':scope.row.cereBasicInformationVenue.publishStatus=='2'?'已发布':scope.row.cereBasicInformationVenue.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
diff --git a/admin-web-master/src/views/detect/information/index.vue b/admin-web-master/src/views/detect/information/index.vue
index 18ea714..f85f505 100644
--- a/admin-web-master/src/views/detect/information/index.vue
+++ b/admin-web-master/src/views/detect/information/index.vue
@@ -68,7 +68,7 @@
- {{scope.row.publishStatus=='0'?'空置中':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
+ {{scope.row.publishStatus=='0'?'待发布':scope.row.publishStatus=='1'?'待审核':scope.row.publishStatus=='2'?'已发布':scope.row.publishStatus=='3'?'不通过':scope.row.publishStatus=='4'?'已租赁':'-'}}
diff --git a/admin-web-master/src/views/detect/map/index.vue b/admin-web-master/src/views/detect/map/index.vue
index 3ac7e14..2a82865 100644
--- a/admin-web-master/src/views/detect/map/index.vue
+++ b/admin-web-master/src/views/detect/map/index.vue
@@ -70,7 +70,7 @@
onsuccess1(response, file, fileList, 'coverImage')">
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
diff --git a/lvdao-miniapp/pages/advertisement/advertisement.vue b/lvdao-miniapp/pages/advertisement/advertisement.vue
index 201d46b..8bf51b9 100644
--- a/lvdao-miniapp/pages/advertisement/advertisement.vue
+++ b/lvdao-miniapp/pages/advertisement/advertisement.vue
@@ -42,7 +42,7 @@
广告位类型:{{item.advertisingType}}
- 广告尺寸:{{item.dimensions}}
+ 广告尺寸:{{item.dimensions || '--'}}
轮播顺序:{{item.rotationOrder}}
@@ -139,7 +139,7 @@
let items = JSON.stringify(item)
console.log(items)
uni.navigateTo({
- url: `/pages/advertisementDetail/advertisementDetail?item=${items}`
+ url: `/pages/advertisementDetail/advertisementDetail?item=${encodeURIComponent(items)}`
})
},
diff --git a/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue b/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue
index 2f8beca..686cc8a 100644
--- a/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue
+++ b/lvdao-miniapp/pages/advertisementDetail/advertisementDetail.vue
@@ -57,7 +57,7 @@
{{tableData.playDuration || '--'}}
-
+
推送地址:
{{tableData.pushAddress || '--'}}
@@ -66,10 +66,11 @@
介绍:
-
-
- 无
-
+ 无
+
+
+
+
@@ -196,7 +197,7 @@
},
onLoad(option) {
this.imgurl = this.$img
- let data = JSON.parse(option.item)
+ let data = JSON.parse(decodeURIComponent(option.item))
console.log(data)
this.tableData = data
this.resourcesId = `gg${data.id}`
diff --git a/lvdao-miniapp/pages/field/field.vue b/lvdao-miniapp/pages/field/field.vue
index 4a7c2c2..54f49e9 100644
--- a/lvdao-miniapp/pages/field/field.vue
+++ b/lvdao-miniapp/pages/field/field.vue
@@ -96,7 +96,7 @@
面积:
{{item.actualArea}}
- /m²
+ m²
diff --git a/lvdao-miniapp/pages/home/home.scss b/lvdao-miniapp/pages/home/home.scss
index 6aa3ddf..6bf44f7 100644
--- a/lvdao-miniapp/pages/home/home.scss
+++ b/lvdao-miniapp/pages/home/home.scss
@@ -183,6 +183,7 @@
padding: 30rpx 0;
margin-top: 20rpx;
flex-wrap: wrap;
+ justify-content: space-around;
// justify-content: center;
.list{
display: flex;
diff --git a/lvdao-miniapp/pages/home/home.vue b/lvdao-miniapp/pages/home/home.vue
index 0e1f1db..a012c01 100644
--- a/lvdao-miniapp/pages/home/home.vue
+++ b/lvdao-miniapp/pages/home/home.vue
@@ -65,14 +65,22 @@
租广告
-
+
+
- {{item.title}}
+ {{item.title}}
活动时间:{{item.startTime}}至{{item.endTime}}
diff --git a/lvdao-miniapp/pages/my/my.vue b/lvdao-miniapp/pages/my/my.vue
index 8db2c16..94163fa 100644
--- a/lvdao-miniapp/pages/my/my.vue
+++ b/lvdao-miniapp/pages/my/my.vue
@@ -50,12 +50,12 @@
我的问卷
-->
-
+
0
{{activityNum}}
-
+
我的活动
diff --git a/lvdao-miniapp/pages/participation/participation.scss b/lvdao-miniapp/pages/participation/participation.scss
index 77f47c5..463b8b9 100644
--- a/lvdao-miniapp/pages/participation/participation.scss
+++ b/lvdao-miniapp/pages/participation/participation.scss
@@ -170,10 +170,6 @@
}
}
.huo-card-item{
- font-size: 20rpx;
- line-height: 1.5;
- white-space: nowrap; /* 防止文本换行 */
- text-overflow: ellipsis; /* 显示省略号 */
- /* 如果需要设置宽度,可以添加 width 属性 */
- overflow:hidden;
- }
\ No newline at end of file
+ font-size: 20rpx;
+}
+
\ No newline at end of file
diff --git a/lvdao-miniapp/pages/participation/participation.vue b/lvdao-miniapp/pages/participation/participation.vue
index 4d6b48e..3494297 100644
--- a/lvdao-miniapp/pages/participation/participation.vue
+++ b/lvdao-miniapp/pages/participation/participation.vue
@@ -2,48 +2,54 @@
-
+
-
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
- {{item.activityName}}
- 活动日期:{{item.startTime}}至{{item.endTime}}
+ {{item.activityName}}
+ 活动日期:{{item.startTime}}至{{item.endTime}}
参与人数:{{item.maxParticipants}}
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+