Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
h5wandahuijia
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f395a22
authored
Jan 25, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改分享标题和分享语
parent
7b9a5314
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
64 additions
and
64 deletions
+64
-64
src/components/Detail.vue
+9
-9
src/pages/index/Shouye.vue
+11
-11
src/pages/index/index.js
+6
-6
src/pages/user/App.vue
+7
-7
src/pages/user/User.vue
+9
-9
src/pages/user/User以前.vue
+8
-8
src/pages/user/User最新.vue
+8
-8
src/pages/user/user.js
+6
-6
万达回家2019.1.25正式.zip
+0
-0
No files found.
src/components/Detail.vue
View file @
5f395a22
...
@@ -181,7 +181,7 @@ export default {
...
@@ -181,7 +181,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareTimeline
=
{
var
shareData64onMenuShareTimeline
=
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
this
.
url
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
_this
.
pictureInfo
.
image
,
// 分享图标
imgUrl
:
_this
.
pictureInfo
.
image
,
// 分享图标
success
:
function
()
{
success
:
function
()
{
...
@@ -193,7 +193,7 @@ export default {
...
@@ -193,7 +193,7 @@ export default {
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
shareData64onMenuShareAppMessage
=
{
var
shareData64onMenuShareAppMessage
=
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
// desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
desc
:
_this
.
pictureInfo
.
desc
,
// 分享描述
desc
:
_this
.
pictureInfo
.
desc
,
// 分享描述
...
@@ -212,7 +212,7 @@ export default {
...
@@ -212,7 +212,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// wx.updateAppMessageShareData(
// {
// {
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@'+ this.pictureInfo.nickname +', ' + _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述
// // desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
...
@@ -228,7 +228,7 @@ export default {
...
@@ -228,7 +228,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// wx.updateTimelineShareData(
// {
// {
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image // 分享图标
// imgUrl: _this.pictureInfo.image // 分享图标
// },
// },
...
@@ -240,7 +240,7 @@ export default {
...
@@ -240,7 +240,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// wx.onMenuShareTimeline({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: _this.pictureInfo.image, // 分享图标
// imgUrl: _this.pictureInfo.image, // 分享图标
// success: function () {
// success: function () {
...
@@ -250,7 +250,7 @@ export default {
...
@@ -250,7 +250,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// wx.onMenuShareAppMessage({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: this.url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
@@ -265,7 +265,7 @@ export default {
...
@@ -265,7 +265,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// wx.onMenuShareQQ({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
// link: this.url, // 分享链接
...
@@ -282,7 +282,7 @@ export default {
...
@@ -282,7 +282,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// wx.onMenuShareWeibo({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述
// // desc: this.pictureInfo.nickname +' ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
// link: this.url, // 分享链接
...
@@ -299,7 +299,7 @@ export default {
...
@@ -299,7 +299,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// wx.onMenuShareQZone({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// // desc: '@' + this.pictureInfo.nickname + ', ' + _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// desc: _this.pictureInfo.desc, // 分享描述
// link: this.url, // 分享链接
// link: this.url, // 分享链接
...
...
src/pages/index/Shouye.vue
View file @
5f395a22
...
@@ -117,13 +117,13 @@
...
@@ -117,13 +117,13 @@
<div
class=
"mohu"
></div>
<div
class=
"mohu"
></div>
<div
class=
"newContant"
>
<div
class=
"newContant"
>
<div
class=
"newWrap"
>
<div
class=
"newWrap"
>
<div
class=
"title"
>
最美万达摄影大赛
·回家
</div>
<div
class=
"title"
>
最美万达摄影大赛
</div>
<p
<p
class=
"marginBottom20"
class=
"marginBottom20"
>
照片是生活的记录者。按下快门,就能够将生活的瞬间永久定格。即便未来斗转星移,镜头记录下的偶然也终将成为永恒。
</p>
>
照片是生活的记录者。按下快门,就能够将生活的瞬间永久定格。即便未来斗转星移,镜头记录下的偶然也终将成为永恒。
</p>
<p
<p
class=
"marginBottom20"
class=
"marginBottom20"
>
拍下生活中与万达有关的瞬间,记录一段美好的故事!最美万达摄影大赛
·回家
正式起航,让我们一起祝福万达30岁生日快乐!
</p>
>
拍下生活中与万达有关的瞬间,记录一段美好的故事!最美万达摄影大赛正式起航,让我们一起祝福万达30岁生日快乐!
</p>
<p
class=
"marginBottom20"
>
参赛规则:
<p
class=
"marginBottom20"
>
参赛规则:
<br>
一、所有参赛作品须围绕“一个瞬间,一段故事”的创作主题,拍摄范围为国内外万达旗下影院、广场、度假区、旅游城等,以及和万达有关的慈善、体育、文化活动等;与主题无关的作品将视为无效参赛。
<br>
一、所有参赛作品须围绕“一个瞬间,一段故事”的创作主题,拍摄范围为国内外万达旗下影院、广场、度假区、旅游城等,以及和万达有关的慈善、体育、文化活动等;与主题无关的作品将视为无效参赛。
<br>
二、不限拍摄器材,相机、手机、航拍类相机,及各类辅助摄影设备均可,参赛作品需原创。
<br>
二、不限拍摄器材,相机、手机、航拍类相机,及各类辅助摄影设备均可,参赛作品需原创。
...
@@ -586,7 +586,7 @@ export default {
...
@@ -586,7 +586,7 @@ export default {
});
});
var
data1
=
{
var
data1
=
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
success
:
function
()
{
}
...
@@ -596,7 +596,7 @@ export default {
...
@@ -596,7 +596,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
var
data2
=
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
@@ -613,7 +613,7 @@ export default {
...
@@ -613,7 +613,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// wx.updateAppMessageShareData(
// {
// {
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// imgUrl: api.shareImg // 分享图标
...
@@ -626,7 +626,7 @@ export default {
...
@@ -626,7 +626,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// wx.updateTimelineShareData(
// {
// {
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: '' // 分享图标
// imgUrl: '' // 分享图标
// },
// },
...
@@ -637,7 +637,7 @@ export default {
...
@@ -637,7 +637,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// wx.onMenuShareTimeline({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// success: function () { }
...
@@ -645,7 +645,7 @@ export default {
...
@@ -645,7 +645,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// wx.onMenuShareAppMessage({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -658,7 +658,7 @@ export default {
...
@@ -658,7 +658,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// wx.onMenuShareQQ({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -672,7 +672,7 @@ export default {
...
@@ -672,7 +672,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// wx.onMenuShareWeibo({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -686,7 +686,7 @@ export default {
...
@@ -686,7 +686,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// wx.onMenuShareQZone({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: location.href, // 分享链接
// link: location.href, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
...
src/pages/index/index.js
View file @
5f395a22
...
@@ -89,22 +89,22 @@ Vue.prototype.$randomText = function () {
...
@@ -89,22 +89,22 @@ Vue.prototype.$randomText = function () {
var
str
=
null
;
var
str
=
null
;
switch
(
num
)
{
switch
(
num
)
{
case
2
:
case
2
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
3
:
case
3
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
7
:
case
7
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
10
:
case
10
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
11
:
case
11
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
default
:
default
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
}
}
...
...
src/pages/user/App.vue
View file @
5f395a22
...
@@ -122,7 +122,7 @@ export default {
...
@@ -122,7 +122,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
wx
.
updateAppMessageShareData
(
{
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
wx
.
updateTimelineShareData
(
{
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
},
},
...
@@ -146,7 +146,7 @@ export default {
...
@@ -146,7 +146,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareTimeline
({
wx
.
onMenuShareTimeline
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
success
:
function
()
{
}
...
@@ -154,7 +154,7 @@ export default {
...
@@ -154,7 +154,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareAppMessage
({
wx
.
onMenuShareAppMessage
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -167,7 +167,7 @@ export default {
...
@@ -167,7 +167,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQQ
({
wx
.
onMenuShareQQ
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -181,7 +181,7 @@ export default {
...
@@ -181,7 +181,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx
.
onMenuShareWeibo
({
wx
.
onMenuShareWeibo
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -195,7 +195,7 @@ export default {
...
@@ -195,7 +195,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQZone
({
wx
.
onMenuShareQZone
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
src/pages/user/User.vue
View file @
5f395a22
...
@@ -191,7 +191,7 @@ export default {
...
@@ -191,7 +191,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
var
data1
=
{
var
data1
=
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{
}
success
:
function
()
{
}
...
@@ -201,7 +201,7 @@ export default {
...
@@ -201,7 +201,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
var
data2
=
{
var
data2
=
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
...
@@ -218,7 +218,7 @@ export default {
...
@@ -218,7 +218,7 @@ export default {
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// wx.updateAppMessageShareData(
// wx.updateAppMessageShareData(
// {
// {
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// imgUrl: api.shareImg // 分享图标
...
@@ -231,7 +231,7 @@ export default {
...
@@ -231,7 +231,7 @@ export default {
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// wx.updateTimelineShareData(
// wx.updateTimelineShareData(
// {
// {
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg // 分享图标
// imgUrl: api.shareImg // 分享图标
// },
// },
...
@@ -242,7 +242,7 @@ export default {
...
@@ -242,7 +242,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// wx.onMenuShareTimeline({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
// success: function() {}
// success: function() {}
...
@@ -250,7 +250,7 @@ export default {
...
@@ -250,7 +250,7 @@ export default {
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareAppMessage({
// wx.onMenuShareAppMessage({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.indexHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -263,7 +263,7 @@ export default {
...
@@ -263,7 +263,7 @@ export default {
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQQ({
// wx.onMenuShareQQ({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -277,7 +277,7 @@ export default {
...
@@ -277,7 +277,7 @@ export default {
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// wx.onMenuShareWeibo({
// wx.onMenuShareWeibo({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
@@ -291,7 +291,7 @@ export default {
...
@@ -291,7 +291,7 @@ export default {
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareQZone({
// wx.onMenuShareQZone({
// title: '最美万达摄影大赛
·回家
', // 分享标题
// title: '最美万达摄影大赛', // 分享标题
// desc: _this.$randomText(), // 分享描述
// desc: _this.$randomText(), // 分享描述
// link: api.indexHref, // 分享链接
// link: api.indexHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// imgUrl: api.shareImg, // 分享图标
...
...
src/pages/user/User以前.vue
View file @
5f395a22
<
temp
late
>
<
temp
late
>
...
@@ -187,7 +187,7 @@ export default {
...
@@ -187,7 +187,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
wx
.
updateAppMessageShareData
(
{
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
...
@@ -200,7 +200,7 @@ export default {
...
@@ -200,7 +200,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
wx
.
updateTimelineShareData
(
{
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
},
},
...
@@ -211,7 +211,7 @@ export default {
...
@@ -211,7 +211,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareTimeline
({
wx
.
onMenuShareTimeline
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{}
success
:
function
()
{}
...
@@ -219,7 +219,7 @@ export default {
...
@@ -219,7 +219,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareAppMessage
({
wx
.
onMenuShareAppMessage
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -232,7 +232,7 @@ export default {
...
@@ -232,7 +232,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQQ
({
wx
.
onMenuShareQQ
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -246,7 +246,7 @@ export default {
...
@@ -246,7 +246,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx
.
onMenuShareWeibo
({
wx
.
onMenuShareWeibo
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -260,7 +260,7 @@ export default {
...
@@ -260,7 +260,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQZone
({
wx
.
onMenuShareQZone
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
src/pages/user/User最新.vue
View file @
5f395a22
<
temp
late
>
<
temp
late
>
...
@@ -190,7 +190,7 @@ export default {
...
@@ -190,7 +190,7 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
wx
.
updateAppMessageShareData
(
{
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
...
@@ -203,7 +203,7 @@ export default {
...
@@ -203,7 +203,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
wx
.
updateTimelineShareData
(
{
{
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
},
},
...
@@ -214,7 +214,7 @@ export default {
...
@@ -214,7 +214,7 @@ export default {
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareTimeline
({
wx
.
onMenuShareTimeline
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
success
:
function
()
{}
success
:
function
()
{}
...
@@ -222,7 +222,7 @@ export default {
...
@@ -222,7 +222,7 @@ export default {
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享给朋友”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareAppMessage
({
wx
.
onMenuShareAppMessage
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
indexHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -235,7 +235,7 @@ export default {
...
@@ -235,7 +235,7 @@ export default {
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQQ
({
wx
.
onMenuShareQQ
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -249,7 +249,7 @@ export default {
...
@@ -249,7 +249,7 @@ export default {
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
// // 获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口
wx
.
onMenuShareWeibo
({
wx
.
onMenuShareWeibo
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
@@ -263,7 +263,7 @@ export default {
...
@@ -263,7 +263,7 @@ export default {
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
// // 获取“分享到QQ空间”按钮点击状态及自定义分享内容接口(即将废弃)
wx
.
onMenuShareQZone
({
wx
.
onMenuShareQZone
({
title
:
'最美万达摄影大赛
·回家
'
,
// 分享标题
title
:
'最美万达摄影大赛'
,
// 分享标题
desc
:
_this
.
$randomText
(),
// 分享描述
desc
:
_this
.
$randomText
(),
// 分享描述
link
:
api
.
indexHref
,
// 分享链接
link
:
api
.
indexHref
,
// 分享链接
imgUrl
:
api
.
shareImg
,
// 分享图标
imgUrl
:
api
.
shareImg
,
// 分享图标
...
...
src/pages/user/user.js
View file @
5f395a22
...
@@ -74,22 +74,22 @@ Vue.prototype.$randomText = function() {
...
@@ -74,22 +74,22 @@ Vue.prototype.$randomText = function() {
var
str
=
null
;
var
str
=
null
;
switch
(
num
)
{
switch
(
num
)
{
case
2
:
case
2
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
3
:
case
3
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
7
:
case
7
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
10
:
case
10
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
case
11
:
case
11
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
default
:
default
:
str
=
'
归路慢慢 摄影金奖来陪伴
'
;
str
=
'
因为有家,我们幸福。
'
;
break
;
break
;
}
}
...
...
万达回家2019.1.25正式.zip
0 → 100644
View file @
5f395a22
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment