Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
ba2ae622
Commit
ba2ae622
authored
Aug 28, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_7.1.0' of
ssh://gitlab.bigaka.net:2287/gaoshq/7-Eleven
into dev_7.1.0
parents
b47493f1
b625311b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
sharePoster.js
src/component/sharePoster/sharePoster.js
+5
-4
logistics.js
src/pages/logistics/logistics.js
+5
-0
wantToBuyDetail.json
src/pages/wantToBuyDetail/wantToBuyDetail.json
+0
-8
No files found.
src/component/sharePoster/sharePoster.js
View file @
ba2ae622
...
...
@@ -35,8 +35,7 @@ Component({
},
attached
()
{
// 获取小程序二维码 url
this
.
getMiniCode
()
},
/**
...
...
@@ -109,8 +108,8 @@ Component({
const
{
result
,
data
}
=
res
.
data
if
(
result
==
0
){
this
.
setData
({
//
codeImg: data.codeUrl
codeImg
:
"https://hwimagecdn.ihotwind.cn/usr/201908/miniQrCode-f00c5051fef7479395efb193431762c4.jpg"
codeImg
:
data
.
codeUrl
//
codeImg: "https://hwimagecdn.ihotwind.cn/usr/201908/miniQrCode-f00c5051fef7479395efb193431762c4.jpg"
})
}
// if (result == 0) {
...
...
@@ -184,6 +183,8 @@ Component({
//canvas绘制分享海报
sharePosteCanvas
:
function
(
avaterSrc
,
codeSrc
,
imgInfo
)
{
// 获取小程序二维码 url
this
.
getMiniCode
()
wx
.
showLoading
({
title
:
'生成中...'
,
mask
:
true
,
...
...
src/pages/logistics/logistics.js
View file @
ba2ae622
...
...
@@ -36,6 +36,11 @@ Page({
console
.
log
(
'-----code----'
,
code
)
},
// 获取物流信息
getLogisticsInfo
(){
},
copy
(
e
)
{
wx
.
setClipboardData
({
//准备复制的数据
...
...
src/pages/wantToBuyDetail/wantToBuyDetail.json
deleted
100644 → 0
View file @
b47493f1
{
"navigationBarTitleText"
:
"详情"
,
"usingComponents"
:
{
"buy-image-swiper"
:
"/component/buyImageSwiper/buyImageSwiper"
,
"card-modal"
:
"/component/cardModal/cardModal"
}
}
\ No newline at end of file
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