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
0fc753f8
Commit
0fc753f8
authored
Nov 14, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分换物icon
parent
8b5292d9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
0 deletions
+3
-0
app.js
src/app.js
+1
-0
积分.png
src/assets/imgs/integral_exchange/积分.png
+0
-0
缺省.png
src/assets/imgs/integral_exchange/缺省.png
+0
-0
welfare.js
src/shoppingGuid/page/pages/welfare/welfare.js
+1
-0
scanCoupon.js
src/subPackage/page/pages/scanCoupon/scanCoupon.js
+1
-0
No files found.
src/app.js
View file @
0fc753f8
...
@@ -40,6 +40,7 @@ App({
...
@@ -40,6 +40,7 @@ App({
},
},
onShow
:
function
(
options
=
{})
{
onShow
:
function
(
options
=
{})
{
console
.
log
(
'app_onshow========'
,
options
)
const
baseUserInfo
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
const
baseUserInfo
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
// 获取当前会员是否是体验者
// 获取当前会员是否是体验者
const
{
member
}
=
baseUserInfo
const
{
member
}
=
baseUserInfo
...
...
src/assets/imgs/integral_exchange/积分.png
0 → 100644
View file @
0fc753f8
1.28 KB
src/assets/imgs/integral_exchange/缺省.png
0 → 100644
View file @
0fc753f8
3.11 KB
src/shoppingGuid/page/pages/welfare/welfare.js
View file @
0fc753f8
...
@@ -125,6 +125,7 @@ wxService.page({
...
@@ -125,6 +125,7 @@ wxService.page({
let
inner_id
=
Integer
.
digit
(
item
.
couponId
,
10
,
64
);
let
inner_id
=
Integer
.
digit
(
item
.
couponId
,
10
,
64
);
let
inner_tentacleId
=
Integer
.
digit
(
tentacleId
,
10
,
64
);
let
inner_tentacleId
=
Integer
.
digit
(
tentacleId
,
10
,
64
);
var
path
=
'subPackage/page/pages/scanCoupon/scanCoupon'
+
'?i='
+
inner_id
+
'&t='
+
inner_tentacleId
;
var
path
=
'subPackage/page/pages/scanCoupon/scanCoupon'
+
'?i='
+
inner_id
+
'&t='
+
inner_tentacleId
;
console
.
log
(
'-0-00'
,
path
)
//打开企业微信通讯录选择会员
//打开企业微信通讯录选择会员
wx
.
qy
.
shareToExternalContact
({
wx
.
qy
.
shareToExternalContact
({
appid
:
app
.
globalData
.
appId
,
//小程序的appid
appid
:
app
.
globalData
.
appId
,
//小程序的appid
...
...
src/subPackage/page/pages/scanCoupon/scanCoupon.js
View file @
0fc753f8
...
@@ -45,6 +45,7 @@ wxService.page({
...
@@ -45,6 +45,7 @@ wxService.page({
* 生命周期函数--监听页面加载
* 生命周期函数--监听页面加载
*/
*/
onLoad
:
function
(
options
)
{
onLoad
:
function
(
options
)
{
console
.
log
(
'options'
,
options
)
this
.
setData
({
this
.
setData
({
id
:
options
.
id
id
:
options
.
id
},()
=>
{
},()
=>
{
...
...
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