Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
9e5a107f
Commit
9e5a107f
authored
Feb 24, 2021
by
程智春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'nativehome_tst' of
http://code.mayi888.com/chengmo/mayi-mp-shop
into nativehome_tst
parents
cf7de6dc
4ced7a61
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
95 deletions
+56
-95
custom-tab-bar/index.js
+3
-49
custom-tab-bar/index.wxml
+3
-3
custom-tab-bar/index.wxss
+30
-42
src/pages/home/index.vue
+20
-1
No files found.
custom-tab-bar/index.js
View file @
9e5a107f
const
app
=
getApp
();
const
app
=
getApp
();
console
.
log
(
app
,
"apppppppppp"
);
console
.
log
(
app
,
"apppppppppp"
);
...
@@ -64,62 +63,23 @@ Component({
...
@@ -64,62 +63,23 @@ Component({
visible
:
1
visible
:
1
}
}
],
],
mm
:
false
,
componentData
:
{},
componentData
:
{},
show
:
true
,
show
:
true
,
mmm
:
false
,
showFlag
:
"up"
,
mainColor
:
''
},
ready
(){
if
(
app
.
themeColor
[
'--main-color'
]
!=
'#ffffff'
)
{
this
.
setData
({
mainColor
:
app
.
themeColor
[
'--main-color'
]
})
}
else
{
app
.
themeColorCallBack
=
(
res
)
=>
{
this
.
setData
({
mainColor
:
res
[
'--main-color'
]
})
}
}
console
.
log
(
this
.
data
.
themeColor
,
'themeColor'
)
if
(
typeof
this
.
getTabBar
===
"function"
&&
this
.
getTabBar
())
{
this
.
getTabBar
().
setData
({
selected
:
1
});
}
this
.
setData
({
mmm
:
Math
.
ceil
(
app
.
globalData
.
footerVal
.
componentData
.
list
.
length
/
2
-
1
)
})
console
.
log
(
Math
.
ceil
(
app
.
globalData
.
footerVal
.
componentData
.
list
.
length
/
2
-
1
),
this
.
data
.
selected
)
console
.
log
(
this
.
data
.
mmm
,
'ready'
)
},
},
attached
()
{
attached
()
{
let
that
=
this
;
let
that
=
this
;
if
(
app
.
globalData
.
footerVal
)
{
if
(
app
.
globalData
.
footerVal
)
{
let
mm
=
(
Math
.
ceil
(
app
.
globalData
.
footerVal
.
componentData
.
list
.
length
/
2
-
1
)
==
that
.
data
.
selected
&&
app
.
globalData
.
footerVal
.
componentData
[
'styleSelectionNum'
]
==
1
)
console
.
log
(
733333
,
mm
)
that
.
setData
({
that
.
setData
({
componentData
:
app
.
globalData
.
footerVal
.
componentData
,
componentData
:
app
.
globalData
.
footerVal
.
componentData
,
list
:
app
.
globalData
.
footerVal
.
componentData
.
list
,
list
:
app
.
globalData
.
footerVal
.
componentData
.
list
mm
:
mm
});
});
console
.
log
(
'777777'
,
Math
.
ceil
(
this
.
data
.
list
.
length
/
2
-
1
),
this
.
data
.
selected
,
this
.
data
.
componentData
[
'styleSelectionNum'
])
}
else
{
}
else
{
console
.
log
(
73333381
)
app
.
footerCallBack
=
function
(
params
)
{
app
.
footerCallBack
=
function
(
params
)
{
console
.
log
(
'back'
)
that
.
setData
({
that
.
setData
({
componentData
:
params
.
componentData
,
componentData
:
params
.
componentData
,
list
:
params
.
componentData
.
list
,
list
:
params
.
componentData
.
list
// mm:(Math.ceil(params.componentData.list.length/2-1)==that.data.selected&¶ms.componentData['styleSelectionNum']==1)
});
});
let
mm
=
(
Math
.
ceil
(
params
.
componentData
.
list
.
length
/
2
-
1
)
==
that
.
data
.
selected
&&
params
.
componentData
[
'styleSelectionNum'
]
==
1
)
console
.
log
(
'87777777'
,
mm
)
};
};
}
}
...
@@ -129,12 +89,6 @@ Component({
...
@@ -129,12 +89,6 @@ Component({
app
.
webviewCallBack
=
function
(
state
,
params
)
{
app
.
webviewCallBack
=
function
(
state
,
params
)
{
console
.
log
(
"webview变化"
,
state
,
params
);
console
.
log
(
"webview变化"
,
state
,
params
);
};
};
//
this
.
setData
({
mm
:(
Math
.
ceil
(
this
.
data
.
list
.
length
/
2
-
1
)
==
this
.
data
.
selected
&&
this
.
data
.
componentData
[
'styleSelectionNum'
]
==
1
)
})
},
},
methods
:
{
methods
:
{
init
()
{},
init
()
{},
...
...
custom-tab-bar/index.wxml
View file @
9e5a107f
<!--miniprogram/custom-tab-bar/index.wxml-->
<!--miniprogram/custom-tab-bar/index.wxml-->
<view
class="tab-bar {{show?'':'hide
'}}" style="--main-color : {{mainColor}}">
<view
class="tab-bar {{show?'':'hide'}} {{(componentData.scrollHide) && showFlag=='down'?'down':'up
'}}" style="--main-color : {{mainColor}}">
<!-- <view class="antt ant-daipinglun"></view> -->
<!-- <view class="antt ant-daipinglun"></view> -->
<!-- <view class="iconfont icon-fenzhi">3</view> -->
<!-- <view class="iconfont icon-fenzhi">3</view> -->
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<!-- {{index}}{{selected}}--{{Math.ceil(5/2-1)}}--{{mm}} -->
<!-- {{index}}{{selected}}--{{Math.ceil(5/2-1)}}--{{mm}} -->
<!-- &&componentData['styleSelectionNum']==1 -->
<!-- &&componentData['styleSelectionNum']==1 -->
<!-- 图标 -->
<!-- 图标 -->
<view
>
<view>
<view wx:if="{{item.iconType==0||!item.iconType}}">
<view wx:if="{{item.iconType==0||!item.iconType}}">
<view class="antt {{item.icon}}" style="font-size:{{(index==selected?componentData.selectionIconSize*2:componentData.defaultIconSize*2)+'rpx'}};color:{{index==selected?componentData.selectIconColor:componentData.defaultIconColor}}"></view>
<view class="antt {{item.icon}}" style="font-size:{{(index==selected?componentData.selectionIconSize*2:componentData.defaultIconSize*2)+'rpx'}};color:{{index==selected?componentData.selectIconColor:componentData.defaultIconColor}}"></view>
</view>
</view>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</view>
</view>
</view>
</view>
<!-- 名称 -->
<!-- 名称 -->
<view class="text" style="color: {{selected === index ? componentData.selectTextColor : componentData.defaultTextColor}};font-size:{{selected === index ? componentData.selectionTextNum*2 : componentData.defaultTextNum*2}}rpx">
<view
wx:if="{{componentData['contentFormNum']!=3}}"
class="text" style="color: {{selected === index ? componentData.selectTextColor : componentData.defaultTextColor}};font-size:{{selected === index ? componentData.selectionTextNum*2 : componentData.defaultTextNum*2}}rpx">
{{item.title}}</view>
{{item.title}}</view>
</view>
</view>
</view>
</view>
...
...
custom-tab-bar/index.wxss
View file @
9e5a107f
...
@@ -1378,18 +1378,13 @@
...
@@ -1378,18 +1378,13 @@
bottom: 0;
bottom: 0;
left: 0;
left: 0;
right: 0;
right: 0;
height: 51px;
height: 48px;
background: white;
display: flex;
display: flex;
padding-bottom: env(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
font-size: 10px;
width: 100%;
bottom: 0;
left: 0;
background: #f5f5f4;
border-top: 1px solid #e2e2e2;
}
}
/*
.tab-bar-border {
.tab-bar-border {
background-color: rgba(0, 0, 0, 0.33);
background-color: rgba(0, 0, 0, 0.33);
position: absolute;
position: absolute;
left: 0;
left: 0;
...
@@ -1397,7 +1392,7 @@
...
@@ -1397,7 +1392,7 @@
width: 100%;
width: 100%;
height: 1px;
height: 1px;
transform: scaleY(0.5);
transform: scaleY(0.5);
}
*/
}
.tab-bar-item {
.tab-bar-item {
flex: 1;
flex: 1;
...
@@ -1408,30 +1403,6 @@
...
@@ -1408,30 +1403,6 @@
flex-direction: column;
flex-direction: column;
}
}
.isItem {
transform: translateY(-30%)
}
.isItem .antt{
width:50px;
height: 50px;
background: var(--main-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 8rpx solid #fff;
}
.icons {
width: 50px;
height: 50px;
background: var(--main-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 4px solid #fff;
}
.tab-bar-item cover-image {
.tab-bar-item cover-image {
width: 27px;
width: 27px;
height: 27px;
height: 27px;
...
@@ -1441,19 +1412,36 @@
...
@@ -1441,19 +1412,36 @@
/* font-size: 10px; */
/* font-size: 10px; */
}
}
/* .img-view{
.img-view cover-image{
display: flex;
object-fit: contain;
align-items: center;
} */
.img-view image{
/* object-fit: contain; */
width: 100%;
width: 100%;
height: 100%;
height: 100%;
}
}
.text{
margin-top: 4rpx;
}
.hide{
.hide{
display: none;
display: none;
}
}
.down{
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transform: translateY(150px);
-webkit-transform: translateY(150px);
-moz-transform: translateY(150px);
-ms-transform: translateY(150px);
-o-transform: translateY(150px);
}
.up{
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
src/pages/home/index.vue
View file @
9e5a107f
...
@@ -111,7 +111,8 @@ export default {
...
@@ -111,7 +111,8 @@ export default {
'--main-color'
:
""
,
'--main-color'
:
""
,
'--minor-color'
:
""
,
'--minor-color'
:
""
,
},
},
changeLocation
:
''
changeLocation
:
''
,
beforeScrollTop
:
0
,
};
};
},
},
components
:{
components
:{
...
@@ -250,6 +251,7 @@ export default {
...
@@ -250,6 +251,7 @@ export default {
},
},
methods
:
{
methods
:
{
init
(
pageList
)
{
init
(
pageList
)
{
setTabBarActive
.
bind
(
this
)(
checkTabbarPage
(
'/'
));
setTabBarActive
.
bind
(
this
)(
checkTabbarPage
(
'/'
));
this
.
pageInfo
=
pageList
.
filter
((
item
)
=>
item
.
pageCode
==
1
)[
0
];
this
.
pageInfo
=
pageList
.
filter
((
item
)
=>
item
.
pageCode
==
1
)[
0
];
...
@@ -259,10 +261,27 @@ export default {
...
@@ -259,10 +261,27 @@ export default {
wx
.
stopPullDownRefresh
()
wx
.
stopPullDownRefresh
()
},
},
scrolls
(
el
){
scrolls
(
el
){
this
.
setFooterShow
(
el
);
if
(
this
.
$mp
.
page
&&
this
.
$mp
.
page
.
selectComponent
(
".goodsListItem"
)){
if
(
this
.
$mp
.
page
&&
this
.
$mp
.
page
.
selectComponent
(
".goodsListItem"
)){
this
.
$mp
.
page
.
selectComponent
(
".goodsListItem"
).
getScroll
(
el
);
this
.
$mp
.
page
.
selectComponent
(
".goodsListItem"
).
getScroll
(
el
);
}
}
},
},
setFooterShow
(
el
){
let
afterScrollTop
=
el
.
scrollTop
;
let
delta
=
afterScrollTop
-
this
.
beforeScrollTop
;
let
{
showFlag
}
=
this
.
$mp
.
page
.
getTabBar
().
data
;
if
(
delta
===
0
||
afterScrollTop
<
0
||
this
.
beforeScrollTop
<
0
||
(
delta
>
0
&&
showFlag
==
'down'
)
||
(
delta
<
0
&&
showFlag
==
'up'
)
){
return
;
}
this
.
$mp
.
page
.
getTabBar
().
setData
({
'showFlag'
:
delta
>
0
?
'down'
:
'up'
})
this
.
beforeScrollTop
=
afterScrollTop
;
},
scrolltolower
(){
scrolltolower
(){
console
.
log
(
"scrolltolower"
)
console
.
log
(
"scrolltolower"
)
}
}
...
...
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