diff --git a/lvdao-miniapp/pages/details/details.vue b/lvdao-miniapp/pages/details/details.vue
index 43f3e03..47f1e6c 100644
--- a/lvdao-miniapp/pages/details/details.vue
+++ b/lvdao-miniapp/pages/details/details.vue
@@ -10,10 +10,13 @@
{{tableData.shopDescription}}
-
- {{tableData.id *160}}元/月
- {{tableData.id}}人有意向
+
+ {{moban[0].rentalPrice || ''}}元/{{moban[0].leaseTerm || ''}}
+
+
场地信息
@@ -120,17 +123,30 @@ export default {
latitude: 39.909,
longitude: 116.39742,
qianzui:'',
+ moban:[]
};
},
onLoad(option){
let data = JSON.parse(option.item)
- console.log(data)
+
if(data.shopName){
this.qianzui = 'sp'
}else{
this.qianzui = 'cd'
}
+ let paesize = {
+ pageNumber: 0,
+ pageSize: 10,
+ resourcesId: `${this.qianzui}${data.id}`
+ }
+ this.$http.sendRequest('/cereResourceStrategy/queryByResources', 'POST', paesize,1).then(res => {
+
+ this.moban = res.data.data
+ }).catch(err => {
+ console.log(err)
+ //请求失败
+ })
this.swiperList[0].url = data.displayMainImage || data.locationDiagram
this.tableData = data
let location
diff --git a/lvdao-miniapp/pages/home/home.vue b/lvdao-miniapp/pages/home/home.vue
index 9b239c4..0e60507 100644
--- a/lvdao-miniapp/pages/home/home.vue
+++ b/lvdao-miniapp/pages/home/home.vue
@@ -232,8 +232,8 @@
{{ item.shopName || item.advertisingName || item.venueName}}
- 租金:¥{{item.id * 10}}/月
- 面积:{{item.actualUsableArea?item.actualUsableArea:'55.4'}}/m2
+
{{item.detailedLocation}}
@@ -244,7 +244,7 @@
-
+
@@ -413,7 +413,7 @@
onCouponTab(type) {
let pagesize = {
pageNumber: 1,
- pageSize: 2,
+ pageSize: 10,
publishStatus:'1'
}
this.current = type
diff --git a/lvdao-miniapp/pages/leaseAdd/leaseAdd.vue b/lvdao-miniapp/pages/leaseAdd/leaseAdd.vue
index dfd3ecf..3d70613 100644
--- a/lvdao-miniapp/pages/leaseAdd/leaseAdd.vue
+++ b/lvdao-miniapp/pages/leaseAdd/leaseAdd.vue
@@ -17,6 +17,25 @@
+
+
+
+
+
+
+ {{zujin}}
+
+
+
+
+
+
+
+
+
+
+
@@ -146,6 +165,7 @@
+
-
+
@@ -170,7 +170,7 @@
-
+