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
b30a2412
Commit
b30a2412
authored
Oct 25, 2019
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善导购
parent
0e6cba4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
couponQrcode.js
src/shoppingGuid/page/pages/couponQrcode/couponQrcode.js
+0
-2
userInfo.js
src/shoppingGuid/page/pages/userInfo/userInfo.js
+2
-1
welfare.js
src/shoppingGuid/page/pages/welfare/welfare.js
+2
-2
No files found.
src/shoppingGuid/page/pages/couponQrcode/couponQrcode.js
View file @
b30a2412
...
...
@@ -46,8 +46,6 @@ wxService.page({
// subPackage / page / pages / scanCoupon / scanCoupon
let
currentUserInfo
=
wx
.
getStorageSync
(
'guidBaseInfo'
);
let
memberId
=
currentUserInfo
.
memberId
;
console
.
log
(
this
.
data
.
couponInfo
)
let
content
=
{
title
:
this
.
data
.
couponInfo
.
couponName
,
id
:
this
.
data
.
couponInfo
.
couponId
,
...
...
src/shoppingGuid/page/pages/userInfo/userInfo.js
View file @
b30a2412
...
...
@@ -356,7 +356,8 @@ wxService.page({
onTapReCall
(){
const
currentEnv
=
wx
.
getStorageSync
(
'_qyWeChat'
);
if
(
currentEnv
)
{
let
qiyeExternalUserid
=
this
.
data
.
memberInfo
.
qiyeExternalUserid
;
let
qiyeExternalUserid
=
this
.
data
.
memberInfo
.
qiyeExternalUserid
?
this
.
data
.
memberInfo
.
qiyeExternalUserid
:
(
this
.
data
.
memberInfo
.
qiyeInfo
?
this
.
data
.
memberInfo
.
qiyeInfo
.
qiyeExternalUserid
:
''
);
let
guidInfo
=
wx
.
getStorageSync
(
'guidBaseInfo'
),
guidQiyeUserId
=
guidInfo
.
member
.
qiyeInfo
.
userid
;
...
...
src/shoppingGuid/page/pages/welfare/welfare.js
View file @
b30a2412
...
...
@@ -157,8 +157,8 @@ wxService.page({
let
tentacleId
=
res
.
id
;
let
inner_id
=
Integer
.
digit
(
item
.
productId
,
10
,
64
);
let
inner_tentacleId
=
Integer
.
digit
(
tentacleId
,
10
,
64
);
//
var path = 'pages/productDetail/productDetail' + '?i=' + inner_id + '&t=' + inner_tentacleId;
let
path
=
'pages/productDetail/productDetail'
;
var
path
=
'pages/productDetail/productDetail'
+
'?i='
+
inner_id
+
'&t='
+
inner_tentacleId
;
//
let path = 'pages/productDetail/productDetail';
console
.
log
(
'推荐商品path-----'
,
path
)
//打开企业微信通讯录选择会员
wx
.
qy
.
shareToExternalContact
({
...
...
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