ソースを参照

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
 		}
 	}