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
cf3541f0
Commit
cf3541f0
authored
Aug 31, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-zyw-sc' into 'dev_7.1.0'
Feature zyw sc See merge request
!106
parents
3bb6dbd4
09d7838a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
extendProduct.js
src/pages/extendProduct/extendProduct.js
+5
-1
extendProduct.wxss
src/pages/extendProduct/extendProduct.wxss
+1
-0
No files found.
src/pages/extendProduct/extendProduct.js
View file @
cf3541f0
...
@@ -264,7 +264,11 @@ wxService.page({
...
@@ -264,7 +264,11 @@ wxService.page({
* 页面相关事件处理函数--监听用户下拉动作
* 页面相关事件处理函数--监听用户下拉动作
*/
*/
onPullDownRefresh
:
function
()
{
onPullDownRefresh
:
function
()
{
this
.
setData
({
pageNum
:
1
,
})
this
.
getMyExtendOrderList
(
this
.
data
.
pageNum
,
10
)
wx
.
stopPullDownRefresh
();
},
},
/**
/**
...
...
src/pages/extendProduct/extendProduct.wxss
View file @
cf3541f0
...
@@ -145,6 +145,7 @@ swiper {
...
@@ -145,6 +145,7 @@ swiper {
justify-content: space-around;
justify-content: space-around;
height: 88rpx;
height: 88rpx;
align-items: center;
align-items: center;
z-index: 99;
}
}
.share-button{
.share-button{
width: 200rpx;
width: 200rpx;
...
...
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