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
85b27dee
Commit
85b27dee
authored
May 28, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改个人中心
parent
67f03c4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
userCenter.js
src/pages/userCenter/userCenter.js
+4
-0
userCenter.wxml
src/pages/userCenter/userCenter.wxml
+2
-2
No files found.
src/pages/userCenter/userCenter.js
View file @
85b27dee
...
...
@@ -106,6 +106,10 @@ wxService.page({
//页面滚动
onPageScroll
(
e
){
if
(
!
this
.
scrollTop
){
return
;
}
let
scrollTop
=
e
.
scrollTop
;
this
.
throttle
(
scoTop
=>
{
if
(
scoTop
>
this
.
scrollTop
){
...
...
src/pages/userCenter/userCenter.wxml
View file @
85b27dee
...
...
@@ -47,11 +47,11 @@
currentHasUserInfo="{{currentHasUserInfo}}" bind:updatePage="updatePage"/>
</view>
<!-- 分类组件 -->
<
!-- <
view class="categoryTab" wx:if="{{pItem.type == 7}}">
<view class="categoryTab" wx:if="{{pItem.type == 7}}">
<category-tab currHomePageId="{{currHomePageId}}" categoryTab="{{pItem.categoryType}}" categoryTabFixed="{{categoryTabFixed}}"
id="categoryTab"
bind:getAuth="_getUserInfo" currentHasUserInfo="{{currentHasUserInfo}}" bind:updatePage="updatePage"/>
</view>
-->
</view>
</block>
</view>
...
...
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