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
51734f9a
Commit
51734f9a
authored
Aug 05, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 集点商品列表
parent
190577b9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
78 additions
and
1 deletions
+78
-1
bgc_goods.png
src/assets/imgs/point/bgc_goods.png
+0
-0
pointDetail.js
src/pages/pointDetail/pointDetail.js
+1
-1
pointGoodsList.js
src/subPackage/page/pages/pointGoodsList/pointGoodsList.js
+68
-0
pointGoodsList.json
src/subPackage/page/pages/pointGoodsList/pointGoodsList.json
+4
-0
pointGoodsList.wxml
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxml
+2
-0
pointGoodsList.wxss
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxss
+3
-0
No files found.
src/assets/imgs/point/bgc_goods.png
0 → 100644
View file @
51734f9a
5.2 KB
src/pages/pointDetail/pointDetail.js
View file @
51734f9a
...
@@ -27,7 +27,7 @@ wxService.page({
...
@@ -27,7 +27,7 @@ wxService.page({
},
},
handleCheckGoods
()
{
handleCheckGoods
()
{
wxService
.
router
(
`/
pages/coupons/coupons
`
)
wxService
.
router
(
`/
subPackage/page/pages/pointGoodsList/pointGoodsList
`
)
},
},
handleGo
(){
handleGo
(){
console
.
log
(
'handleGo'
)
console
.
log
(
'handleGo'
)
...
...
src/subPackage/page/pages/pointGoodsList/pointGoodsList.js
0 → 100644
View file @
51734f9a
// subPackage/page/pages/pointGoodsList/pointGoodsList.js
const
wxService
=
require
(
'../../../../utils/wxService'
)
wxService
.
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/subPackage/page/pages/pointGoodsList/pointGoodsList.json
0 → 100644
View file @
51734f9a
{
"usingComponents"
:
{}
}
\ No newline at end of file
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxml
0 → 100644
View file @
51734f9a
<!--subPackage/page/pages/pointGoodsList/pointGoodsList.wxml-->
<text>subPackage/page/pages/pointGoodsList/pointGoodsList.wxml</text>
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxss
0 → 100644
View file @
51734f9a
/* subPackage/page/pages/pointGoodsList/pointGoodsList.wxss */
@import './../../../../base/base.wxss';
\ 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