소스 검색

title修改为酒店民宿商家端

htc 9 달 전
부모
커밋
35604b558e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
 		}
 	}