Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
f3ae7043
Commit
f3ae7043
authored
Mar 05, 2020
by
程默
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并
parent
5b90fdbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
6 deletions
+38
-6
src/pages/contact/index.vue
+1
-1
src/pages/index/index.vue
+33
-5
src/pages/wxPay/index.vue
+4
-0
No files found.
src/pages/contact/index.vue
View file @
f3ae7043
...
...
@@ -4,7 +4,7 @@
<img
src=
"../../../static/images/contact_img.png"
alt=
""
>
</div>
<div
class=
"btn-wrap"
>
<button
open-type=
"contact"
show-message-card
>
<button
open-type=
"contact"
>
<div
class=
"btn-main"
>
<div
class=
"main-img"
>
<img
src=
"../../../static/images/wx.png"
alt=
""
>
...
...
src/pages/index/index.vue
View file @
f3ae7043
...
...
@@ -36,6 +36,7 @@ export default {
shareLogoUrl
:
""
,
shareOrderSn
:
""
,
shareTid
:
""
,
shareImgUrl
:
''
,
sharePageList
:
[
"goods/"
,
"receivingGift"
,
...
...
@@ -57,6 +58,9 @@ export default {
this
.
checkLogin
();
this
.
options
=
options
;
console
.
log
(
'-------'
)
console
.
log
(
this
.
options
)
console
.
log
(
'-------'
)
if
(
options
.
share
)
{
//来自分享
this
.
link
=
decodeURIComponent
(
options
.
share
);
...
...
@@ -110,9 +114,12 @@ export default {
var
scene
=
decodeURIComponent
(
options
.
scene
);
//参数二维码传递过来的参数
let
querys
=
scene
.
split
(
"_"
);
if
(
querys
)
{
if
(
querys
[
0
]
==
"
pid
"
)
{
if
(
querys
[
0
]
==
"
goods
"
)
{
//商品详情 pid_123
this
.
page
=
`/goods/
${
querys
[
1
]}
`
;
this
.
params
+=
`&spokesmanGroupId=
${
querys
[
2
]}
&spokesmanShopId=
${
querys
[
3
]
}
&spokesmanRelId=
${
querys
[
4
]}
&usedId=
${
querys
[
5
]}
`
;
}
else
if
(
querys
[
0
]
==
"activty"
)
{
//活动页面activty_turntable_123
this
.
params
+=
`&pageInfo=
${
scene
}
`
;
...
...
@@ -122,9 +129,16 @@ export default {
this
.
params
+=
`&spokesmanGroupId=
${
querys
[
1
]}
&spokesmanShopId=
${
querys
[
2
]
}
&spokesmanRelId=
${
querys
[
3
]}
&usedId=
${
querys
[
4
]}
`
;
}
else
if
(
querys
[
0
]
==
"home"
){
this
.
page
=
`/`
;
this
.
params
+=
`&spokesmanGroupId=
${
querys
[
1
]}
&spokesmanShopId=
${
querys
[
2
]
}
&spokesmanRelId=
${
querys
[
3
]}
&usedId=
${
querys
[
4
]}
`
;
}
}
console
.
log
(
querys
,
"scene"
);
console
.
log
(
this
.
page
)
console
.
log
(
this
.
params
)
// var query = options.query.dentistId; // 参数二维码传递过来的场景参数
}
console
.
log
(
"url"
,
this
.
link
+
this
.
page
+
this
.
params
);
...
...
@@ -225,15 +239,17 @@ export default {
}
},
getMessage
(
res
)
{
console
.
log
(
res
)
let
len
=
res
.
target
.
data
.
length
-
1
;
console
.
log
(
res
,
"h5消息"
,
res
.
target
.
data
[
len
]);
this
.
shareShopName
=
res
.
target
.
data
[
len
].
shareShopName
||
""
;
this
.
shareLogoUrl
=
DFSImg
(
res
.
target
.
data
[
len
].
shareLogoUrl
,
500
,
400
);
//分享内容中有订单信息为送礼活动
this
.
shareOrderSn
=
res
.
target
.
data
[
len
].
orderSn
;
this
.
shareTid
=
res
.
target
.
data
[
len
].
shareTid
;
console
.
log
(
"分享信息:"
,
this
.
shareLogoUrl
,
this
.
shareShopName
);
this
.
shareImgUrl
=
res
.
target
.
data
[
len
].
shareImgUrl
;
console
.
log
(
"分享信息:"
,
this
.
shareLogoUrl
,
this
.
shareShopName
,
this
.
shareImgUrl
);
},
checkPageUrl
(
val
)
{
for
(
let
i
=
0
;
i
<
this
.
sharePageList
.
length
;
i
++
)
{
...
...
@@ -248,6 +264,7 @@ export default {
console
.
log
(
"卸载----------------"
,
this
.
options
);
},
onShareAppMessage
(
res
)
{
console
.
log
(
res
)
console
.
log
(
this
.
shareShopName
,
"share"
,
...
...
@@ -255,7 +272,13 @@ export default {
"0000"
,
this
.
shareLogoUrl
);
let
url
=
res
.
webViewUrl
;
let
url
=
''
if
(
this
.
shareImgUrl
){
url
=
this
.
shareImgUrl
;
}
else
{
url
=
res
.
webViewUrl
;
}
//分享页面去掉登录态
if
(
url
.
indexOf
(
"sessionid"
)
>
-
1
)
{
url
=
url
.
split
(
"?"
)[
0
]
+
"?mixid="
+
this
.
shopId
;
...
...
@@ -278,7 +301,12 @@ export default {
}
`
;
}
//增加分销员信息
this
.
shareUrl
=
url
+
this
.
newHref
;
if
(
this
.
hasInvitationStatus
==
1
){
this
.
shareUrl
=
url
}
else
{
this
.
shareUrl
=
url
+
this
.
newHref
;
}
console
.
log
(
this
.
shareUrl
,
"index12"
);
return
{
...
...
src/pages/wxPay/index.vue
View file @
f3ae7043
...
...
@@ -66,6 +66,10 @@ export default {
if
(
this
.
options_orderType
==
5
&&
(
key
==
'gift_be_expire'
||
key
==
'gift_draw'
))
{
tmplIds
.
push
(
subscribeMessageObj
[
key
]);
}
// 订单发货
if
(
key
==
'order_shipment'
)
{
tmplIds
.
push
(
subscribeMessageObj
[
key
]);
}
}
if
(
tmplIds
.
length
>
0
)
{
...
...
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