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
f6ca68cc
Commit
f6ca68cc
authored
Feb 02, 2021
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享
parent
abb552d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
11 deletions
+34
-11
src/pages/home/index.vue
+33
-10
static/nativeComponents/SharePopup/index.js
+1
-1
No files found.
src/pages/home/index.vue
View file @
f6ca68cc
...
...
@@ -54,12 +54,13 @@
</
template
>
<
script
>
import
shop
from
"@/api/shop"
;
import
links
from
'@/components/basicTool/link/index.vue'
import
interval
from
'@/components/basicTool/interval/index.vue'
import
partition
from
'@/components/basicTool/partition/index.vue'
import
shopPopup
from
'@/components/basicTool/shop-popup/index.vue'
import
{
setTabBarActive
,
checkTabbarPage
}
from
"../../utils/mayi.js"
;
const
app
=
getApp
();
export
default
{
data
()
{
return
{
...
...
@@ -73,18 +74,40 @@ export default {
partition
,
shopPopup
,
},
onShareAppMessage
:
function
(
res
)
{
onShareAppMessage
(
res
)
{
let
shareVal
=
{};
if
(
res
.
from
===
"button"
)
{
console
.
log
(
res
.
target
,
'-----------78'
);
return
new
Promise
((
resolve
,
reject
)
=>
{
shop
.
getShopInfo
({
shopMixId
:
"antgood"
}).
then
(
res
=>
{
if
(
res
.
data
.
code
==
200
){
let
{
shopName
}
=
res
.
data
.
data
;
let
logoUrl
=
app
.
DFSImg
(
res
.
data
.
data
.
logoUrl
,
500
,
400
,
0
);
resolve
({
title
:
shopName
,
path
:
"page/home/main"
,
imageUrl
:
logoUrl
,
success
:
function
(
res
)
{
console
.
log
(
"成功"
,
res
);
}
});
}
})
}).
then
(
res
=>
{
return
{
...
res
,
}
})
}
return
{
title
:
"分享1"
,
path
:
"
"
,
imageUrl
:
"http://mayi-newshop.oss-cn-shanghai.aliyuncs.com/public/png/18d0044d-9634-4c89-8321-3e8ff8e94cce.png"
,
success
:
function
(
res
)
{
console
.
log
(
"成功"
,
res
);
}
};
//
return {
// title: shareVal.title
,
// path: "page/home/main
",
// imageUrl:shareVal.imageUrl
,
//
success: function(res) {
//
console.log("成功", res);
//
}
//
};
},
onLoad
(
options
)
{
let
that
=
this
;
...
...
static/nativeComponents/SharePopup/index.js
View file @
f6ca68cc
...
...
@@ -72,7 +72,7 @@ const componentOptions = {
copyText
(
e
)
{
let
{
text
}
=
e
.
currentTarget
.
dataset
;
let
pagePath
=
getCurrentPages
()[
0
].
route
;
let
copyVal
=
pagePath
+
text
;
//
let copyVal = pagePath + text;
wx
.
setClipboardData
({
data
:
copyVal
,
success
:
function
(
res
)
{
...
...
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