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
e4d4f44a
Commit
e4d4f44a
authored
May 31, 2019
by
biedb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
激活领卡 修改
parent
150fb469
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
88 additions
and
2 deletions
+88
-2
app.js
src/app.js
+7
-0
app.json
src/app.json
+2
-1
activateCardCallback.js
src/pages/activateCard/activateCardCallback.js
+67
-0
activateCardCallback.json
src/pages/activateCard/activateCardCallback.json
+2
-0
activateCardCallback.wxml
src/pages/activateCard/activateCardCallback.wxml
+2
-0
activateCardCallback.wxss
src/pages/activateCard/activateCardCallback.wxss
+2
-0
project.config.json
src/project.config.json
+6
-1
No files found.
src/app.js
View file @
e4d4f44a
...
...
@@ -16,6 +16,13 @@ App({
if
(
baseUserInfo
)
{
// wxService.getUserInfo()
}
if
(
options
.
referrerInfo
.
extraData
!=
null
){
let
urlData
=
options
.
referrerInfo
.
extraData
.
wx_activate_after_submit_url
.
split
(
"?"
);
let
url
=
urlData
[
0
];
let
parmas
=
urlData
[
1
];
wxService
.
router
(
`
${
url
}
`
).
search
(
parmas
);
}
},
onHide
:
function
()
{
this
.
globalData
.
loginFirst
=
false
...
...
src/app.json
View file @
e4d4f44a
...
...
@@ -11,7 +11,8 @@
"pages/couponDetail/couponDetail"
,
"pages/consumptionDetails/consumptionDetails"
,
"pages/IntegralMall/IntegralMall"
,
"pages/integralMallDetail/integralMallDetail"
"pages/integralMallDetail/integralMallDetail"
,
"pages/activateCard/activateCardCallback"
],
"window"
:
{
"backgroundTextStyle"
:
"light"
,
...
...
src/pages/activateCard/activateCardCallback.js
0 → 100644
View file @
e4d4f44a
// pages/activateCard/activateCardCallback.js
Page
({
/**
* 页面的初始数据
*/
data
:
{
},
/**
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady
:
function
()
{
},
/**
* 生命周期函数--监听页面显示
*/
onShow
:
function
()
{
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide
:
function
()
{
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload
:
function
()
{
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh
:
function
()
{
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom
:
function
()
{
},
/**
* 用户点击右上角分享
*/
onShareAppMessage
:
function
()
{
}
})
\ No newline at end of file
src/pages/activateCard/activateCardCallback.json
0 → 100644
View file @
e4d4f44a
{}
\ No newline at end of file
src/pages/activateCard/activateCardCallback.wxml
0 → 100644
View file @
e4d4f44a
<!--pages/activateCard/activateCardCallback.wxml-->
<text>pages/activateCard/activateCardCallback.wxml</text>
src/pages/activateCard/activateCardCallback.wxss
0 → 100644
View file @
e4d4f44a
/* pages/activateCard/activateCardCallback.wxss */
\ No newline at end of file
src/project.config.json
View file @
e4d4f44a
...
...
@@ -37,7 +37,7 @@
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
1
0
,
"current"
:
1
1
,
"list"
:
[
{
"id"
:
-1
,
...
...
@@ -104,6 +104,11 @@
"name"
:
"我的会员"
,
"pathName"
:
"pages/memberOfOwn/memberOfOwn"
,
"query"
:
""
},
{
"id"
:
-1
,
"name"
:
"激活领卡回调页面"
,
"pathName"
:
"pages/activateCard/activateCardCallback"
}
]
}
...
...
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