wangfei 6 anos atrás
pai
commit
d4520d3b22

+ 2
- 1
app.js Ver arquivo

@@ -117,6 +117,7 @@ App({
117 117
       title: '银城地产·江北公司',
118 118
       path: '/pages/index/index',
119 119
       imageUrl: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-1.jpg'
120
-    }
120
+    },
121
+    ShareImg: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-1.jpg'
121 122
   }
122 123
 })

+ 1
- 1
pages/ActivityDetail/index.js Ver arquivo

@@ -322,7 +322,7 @@ Page({
322 322
     return {
323 323
       title: this.data.ActivityDetail.Title,
324 324
       path: '/pages/ActivityDetail/index?id=' + this.data.ActivityDetail.ActivityId + '&type=2',
325
-      imageUrl: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-1.jpg'
325
+      imageUrl: app.globalData.ShareImg
326 326
     }
327 327
   }
328 328
 })

+ 7
- 0
pages/SelfServiceTool/MortgageCalculator/index.js Ver arquivo

@@ -402,5 +402,12 @@ Page({
402 402
       RepaymentList: RepaymentList,
403 403
       CanCheck: true
404 404
     })
405
+  },
406
+  onShareAppMessage: function () {
407
+    return {
408
+      title: '房贷计算器',
409
+      path: '/pages/SelfServiceTool/MortgageCalculator/index',
410
+      imageUrl: app.globalData.ShareImg
411
+    }
405 412
   }
406 413
 })