diff --git a/App.vue b/App.vue
index 45471b0..03ba0e2 100755
--- a/App.vue
+++ b/App.vue
@@ -9,7 +9,7 @@
import {
getSceneData
} from './core/app'
- import {
+ import {
apiUrl,
tenantId,
appId,
diff --git a/api/upload.js b/api/upload.js
index ff10ae5..f8bdcd7 100644
--- a/api/upload.js
+++ b/api/upload.js
@@ -10,7 +10,7 @@ import appConfig from '@/config.js'
// export const uploadFile = (file) => http.upload(fileUrl + '/api/file/upload', file)
// 阿里云OSS
-export const uploadFile = (file) => http.upload('https://server.gxwebsoft.com/api/oss/upload', file)
+export const uploadFile = (file) => http.upload('https://open.gxwebsoft.com/api/oss/upload', file)
// export const uploadFile = async ({filePath}) => {
// // 获取临时凭证
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 31cdd7d..9b0ccc4 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -134,8 +134,8 @@
canReset: false,
disabled: false,
swiperList: [
- 'https://file.wsdns.cn/20230802/f33f5ac239c843438b36f40941d946ef.png',
'https://file.wsdns.cn/20230802/1116a02b07904991b2ebdc2c3da4a691.png',
+ 'https://file.wsdns.cn/20230802/f33f5ac239c843438b36f40941d946ef.png',
],
hotKeywords: [
'五象航洋城',
diff --git a/sub_pages/house/add.vue b/sub_pages/house/add.vue
index a8f6eab..e10f0fb 100644
--- a/sub_pages/house/add.vue
+++ b/sub_pages/house/add.vue
@@ -53,9 +53,9 @@
-
+
@@ -77,24 +77,24 @@
inputAlign="right" maxlength="30" :border="false" placeholder="请输入物业费" />
-
+
-
+
- 视频
图片
+ 视频
@@ -82,13 +82,13 @@
业主电话:{{ form.phone || '' }}
物业费:{{ form.propertyFees || '' }}
- 租期:{{ form.tenancy || '' }}
+
佣金:{{ form.commission || '' }}
-
+
@@ -152,11 +152,11 @@
已收藏
收藏
-
-
+
+
-
-
+
+
@@ -302,7 +302,7 @@
padding: '12rpx 0',
borderRadius: '12rpx'
},
- swiperType: 'video',
+ swiperType: 'image',
latitude: 39.909,
longitude: 116.39742,
covers: [{
@@ -347,6 +347,17 @@
onPageScroll(e) {
this.scrollTop = e.scrollTop
},
+ onShareAppMessage() {
+ return {
+ title: this.form.houseTitle
+ }
+ },
+ onShareTimeline() {
+ return {
+ title: this.form.houseTitle,
+ query: this.form.houseId
+ }
+ },
methods: {
getHouseInfo() {
const app = this