Browse Source

add 橙蕉宁房

张延森 5 years ago
parent
commit
8a2408ba1f
3 changed files with 13 additions and 3 deletions
  1. 1
    1
      config/prod.js
  2. 2
    2
      project.config.json
  3. 10
    0
      src/pages/project/index.js

+ 1
- 1
config/prod.js View File

@@ -9,7 +9,7 @@ module.exports = {
9 9
     // WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     HOST: '"https://lt.pawoma.cn"',
11 11
     WSS_HOST: '"wss://lt.pawoma.cn"',
12
-    Version:'V3.5.2.3_2019-12-17'
12
+    Version:'V3.5.2.3_2019-12-24'
13 13
   },
14 14
   weapp: {},
15 15
   h5: {}

+ 2
- 2
project.config.json View File

@@ -1,8 +1,8 @@
1 1
 {
2 2
 	"miniprogramRoot": "dist/",
3 3
 	"projectname": "mini-chengjiao",
4
-	"description": "知与行互动",
5
-	"appid": "wxd6f47a9bb3052175",
4
+	"description": "橙蕉宁房",
5
+	"appid": "wxbbb069a341055ef0",
6 6
 	"setting": {
7 7
 		"urlCheck": false,
8 8
 		"es6": false,

+ 10
- 0
src/pages/project/index.js View File

@@ -56,6 +56,16 @@ switch (appId) {
56 56
     shareImageOfApp = 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/%E6%A9%99%E8%95%89%E9%87%91%E6%88%BF.jpg';
57 57
     break;
58 58
 
59
+  case 'wx7c95c1b6abfabfab':
60
+    // 橙蕉郑房
61
+    shareImageOfApp = 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/%E6%A9%99%E8%95%89%E9%83%91%E6%88%BF.jpg';
62
+    break;
63
+
64
+  case 'wxbbb069a341055ef0':
65
+    // 橙蕉宁房
66
+    shareImageOfApp = 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/%E6%A9%99%E8%95%89%E5%AE%81%E6%88%BF.jpg';
67
+    break;
68
+
59 69
   default:
60 70
     shareImageOfApp = 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg';
61 71
     break;