Browse Source

title修改为酒店民宿商家端

htc 10 tháng trước cách đây
mục cha
commit
35604b558e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      utils/wxShare.js

+ 2 - 2
utils/wxShare.js

@@ -16,14 +16,14 @@ export default {
 	/* 用户点击右上角分享 */
 	onShareAppMessage: function () {
 		return {
-			title: '数字海岛',
+			title: '酒店民宿商家端',
 			path: this.$path
 		}
 	},
 	/* 分享到朋友圈 */
 	onShareTimeline: function () {
 		return {
-			title: '数字海岛',
+			title: '酒店民宿商家端',
 			path: this.$path
 		}
 	}