diff --git a/pages/edit/edit.wxml b/pages/edit/edit.wxml
index 737332f..55a02e7 100644
--- a/pages/edit/edit.wxml
+++ b/pages/edit/edit.wxml
@@ -131,8 +131,8 @@
-
-
+
+
@@ -286,7 +286,7 @@
- 房屋视频(最多可上传3个,不大于5M/个)
+ 房屋视频({{ item.placeholder }})
@@ -310,7 +310,7 @@
- 房屋照片(最多可上传9张,不大于5M/张)
+ 房屋照片({{ item.placeholder }})
@@ -449,8 +449,8 @@
- 房屋视频
- 最多可上传3个,不大于5M/个
+ {{ item.title }}
+ {{ item.placeholder }}
@@ -489,8 +489,8 @@
- 房屋照片
- 最多可上传9张,不大于5M
+ {{ item.title }}
+ {{ item.placeholder }}
diff --git a/pages/index/index.js b/pages/index/index.js
index 46b73dc..a15bbe8 100644
--- a/pages/index/index.js
+++ b/pages/index/index.js
@@ -44,7 +44,7 @@ Page({
HeadSwiperHeight: 0, // 轮播图的最高度
bgColorObj: app.globalData.bgColorObj,
- miniProgram:"23231",
+ miniProgram: "23231",
isNewVersions: true,
@@ -289,6 +289,7 @@ Page({
// 判断跳转小程序
if (appid) {
+ if (url.charAt(0) !== '/') url = "/" + url
wx.navigateToMiniProgram({
appId: appid,
path: url
@@ -305,8 +306,9 @@ Page({
}
if (url) {
+ if (url.charAt(0) !== '/') url = "/" + url
wx.navigateTo({
- url: '/' + url,
+ url,
})
return false;
}
diff --git a/pages/messageCenter/messageCenter.js b/pages/messageCenter/messageCenter.js
index c6a45ba..6d3d774 100644
--- a/pages/messageCenter/messageCenter.js
+++ b/pages/messageCenter/messageCenter.js
@@ -16,7 +16,7 @@ Page({
officialLoadState: false, // 关注服务号组件的加载状态
operationsTop: false,
screen_data: {},
-
+ wechat: {},
isNewVersions: true,
},
@@ -28,10 +28,15 @@ Page({
this.getList()
let screen_data = app.globalData.screen_data
+ let wechat = app.globalData.wechat
let totalTopHeight = screen_data.totalTopHeight
let windowWidth = screen_data['windowWidth']; //获取设备屏幕宽度
let headHeight = (windowWidth / 750) * Number(450)
this.headHeight = headHeight - totalTopHeight
+
+ this.setData({
+ wechat
+ })
},
headHeight: 0,
onPageScroll(e) {
@@ -121,7 +126,7 @@ Page({
let uniqid = e.currentTarget.dataset.uniqid
let tenementcertifiedstatus = e.currentTarget.dataset.tenementcertifiedstatus
- if(tenementcertifiedstatus == 0){
+ if (tenementcertifiedstatus == 0) {
wx.navigateTo({
url: `/pages/user/user?tab=publish`,
})
@@ -134,7 +139,7 @@ Page({
},
// 跳转我的-发布
- jumpUserPost(){
+ jumpUserPost() {
wx.navigateTo({
url: `/pages/user/user?tab=publish`,
})
diff --git a/pages/messageCenter/messageCenter.wxml b/pages/messageCenter/messageCenter.wxml
index 9ef13ea..8efd0aa 100644
--- a/pages/messageCenter/messageCenter.wxml
+++ b/pages/messageCenter/messageCenter.wxml
@@ -59,6 +59,8 @@
+
+
到底了
diff --git a/pages/messageCenter/messageCenter.wxss b/pages/messageCenter/messageCenter.wxss
index 1ae1c1d..4d8a7c6 100644
--- a/pages/messageCenter/messageCenter.wxss
+++ b/pages/messageCenter/messageCenter.wxss
@@ -324,4 +324,10 @@
.header .message-small {
width: 210rpx;
height: 157.5rpx;
+}
+
+.service {
+ width: calc(100vw - 60rpx);
+ margin: 0 auto;
+ border-radius: 10rpx;
}
\ No newline at end of file
diff --git a/pages/user/user.js b/pages/user/user.js
index e3b586b..6288763 100644
--- a/pages/user/user.js
+++ b/pages/user/user.js
@@ -215,6 +215,7 @@ Page({
this.setData({
// user: app.globalData.user,
status: app.globalData.status,
+ wechat: app.globalData.wechat,
bottomLift: app.globalData.screen_data.bottomLift
})
if (this.data.isNewVersions) this.getUserInit()
@@ -1078,4 +1079,10 @@ Page({
}, 2000);
},
+ copy(e) {
+ let value = e.currentTarget.dataset.value
+ console.log(value);
+ miucms.copy(this.data.wechat.wechat)
+ },
+
})
\ No newline at end of file
diff --git a/pages/user/user.wxml b/pages/user/user.wxml
index d3ad5a1..27f808f 100644
--- a/pages/user/user.wxml
+++ b/pages/user/user.wxml
@@ -59,7 +59,6 @@
收藏
-
@@ -79,6 +78,7 @@
+
@@ -93,8 +93,8 @@
- 有疑问?来找{{ contact.nickname }}!
- 复制微信号
+ 有疑问?来找{{ wechat.nickname }}!
+ 复制微信号
diff --git a/pages/user/user.wxss b/pages/user/user.wxss
index daefd42..5f913fd 100644
--- a/pages/user/user.wxss
+++ b/pages/user/user.wxss
@@ -730,4 +730,39 @@
.list-new .list-new-content .list-new-content-item {
margin-bottom: 24rpx;
+}
+
+.query-box {
+ flex-direction: column;
+ padding: 50rpx 0 90rpx;
+ background-color: rgba(246, 246, 246, 1);
+}
+
+.query-box .query-text {
+ height: 30rpx;
+ font-size: 24rpx;
+ color: rgba(127, 127, 127, 1);
+}
+
+.query-box .query-img {
+ width: 30rpx;
+ height: 30rpx;
+ margin: 0 10rpx;
+}
+
+.query-box .query-btn {
+ color: #000000;
+ width: 300rpx;
+ height: 72rpx;
+ font-size: 27rpx;
+ font-weight: bold;
+ border: 2rpx solid #333333;
+ margin-top: 25.5rpx;
+ border-radius: 50rpx;
+}
+
+.service {
+ width: calc(100vw - 60rpx);
+ margin: 0 auto;
+ border-radius: 10rpx;
}
\ No newline at end of file
diff --git a/template/listOperations/listOperations.js b/template/listOperations/listOperations.js
index c4d1664..7873984 100644
--- a/template/listOperations/listOperations.js
+++ b/template/listOperations/listOperations.js
@@ -59,7 +59,6 @@ Component({
})
}
},
-
school: {
type: Object,
observer(res) {
@@ -86,6 +85,7 @@ Component({
observer(res) {
if (!res) return
let data = res.data
+ console.log("res", res);
if (!data) return
let conditionObj = this.data.conditionObj
let targetData = this.workingWithObject("types", data)
@@ -311,6 +311,7 @@ Component({
let rent_min = 0
let rent_max = 0
let conditionObj = this.data.conditionObj
+ console.log("rentValue", rentValue);
if (type != 'unlimited') {
rent_min = (rentValue[0] * rent['step']) + rent['min']
rent_max = (rentValue[1] * rent['step']) + rent['min']
diff --git a/template/xinHeadSwiper/xinHeadSwiper.js b/template/xinHeadSwiper/xinHeadSwiper.js
index a9aa2e6..1eec91e 100644
--- a/template/xinHeadSwiper/xinHeadSwiper.js
+++ b/template/xinHeadSwiper/xinHeadSwiper.js
@@ -50,7 +50,6 @@ Component({
// 新 轮播图 点击事件
handleSwiper(e) {
- console.log("ee", e);
let {
appid,
url,
@@ -86,6 +85,7 @@ Component({
// 判断跳转小程序
if (appid) {
+ if (url.charAt(0) !== '/') url = "/" + url
wx.navigateToMiniProgram({
appId: appid,
path: url
@@ -102,8 +102,9 @@ Component({
}
if (url) {
+ if (url.charAt(0) !== '/') url = "/" + url
wx.navigateTo({
- url: '/' + url,
+ url
})
return false;
}
diff --git a/utils/miucms.js b/utils/miucms.js
index b7e0212..25fbe23 100644
--- a/utils/miucms.js
+++ b/utils/miucms.js
@@ -53,6 +53,7 @@ function sendData(code) {
app.globalData.status = data.status;
app.globalData.StudentapartmentNew = data.StudentapartmentNew;
app.globalData.listTab = data.listTab;
+ app.globalData.wechat = data.wechat;
app.globalData.header = {
'content-type': 'application/json',