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
ee1d042b
Commit
ee1d042b
authored
Feb 23, 2021
by
程默
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix footer
parent
9fdeb4da
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
82 additions
and
34 deletions
+82
-34
config/dev.env.js
+2
-2
custom-tab-bar/index.js
+20
-2
custom-tab-bar/index.wxml
+25
-21
custom-tab-bar/index.wxss
+30
-4
project.config.json
+2
-2
src/pages/home/index.vue
+3
-3
No files found.
config/dev.env.js
View file @
ee1d042b
...
...
@@ -16,8 +16,8 @@ module.exports = merge(prodEnv, {//zjgyl
// BASE_URL:"'https://shop.mayi888.com'",
// BASE_URL:"'http://192.168.1.146:3005'",
// BASE_URL:"'http://192.168.1.127:3000'",
BASE_URL
:
"'https://test-m-shop.mayi888.cn'"
,
// BASE_URL:"'http://172.16.1.61
:3004'",
//
BASE_URL:"'https://test-m-shop.mayi888.cn'",
BASE_URL
:
"'http://172.16.1.48
:3004'"
,
OLSHOP_URL
:
'"https://test-m-shop.mayi888.cn/innerApi/shopApiService"'
,
// OLSHOP_URL:'"https://shop.mayi888.com/innerApi/shopApiService"',
...
...
custom-tab-bar/index.js
View file @
ee1d042b
...
...
@@ -63,22 +63,34 @@ Component({
visible
:
1
}
],
mm
:
false
,
componentData
:
{},
show
:
true
},
attached
()
{
let
that
=
this
;
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
({
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
{
console
.
log
(
73333381
)
app
.
footerCallBack
=
function
(
params
)
{
console
.
log
(
'back'
)
that
.
setData
({
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
)
};
}
...
...
@@ -88,6 +100,12 @@ Component({
app
.
webviewCallBack
=
function
(
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
:
{
init
()
{},
...
...
custom-tab-bar/index.wxml
View file @
ee1d042b
<!--miniprogram/custom-tab-bar/index.wxml-->
<
cover-
view class="tab-bar {{show?'':'hide'}}">
<!-- <
cover-view class="antt ant-daipinglun"></cover-
view> -->
<!-- <
cover-view class="iconfont icon-fenzhi">3</cover-
view> -->
<view class="tab-bar {{show?'':'hide'}}">
<!-- <
view class="antt ant-daipinglun"></
view> -->
<!-- <
view class="iconfont icon-fenzhi">3</
view> -->
<
cover-view class="tab-bar-border"></cover-
view>
<
cover-
view
<
view class="tab-bar-border"></
view>
<view
wx:for="{{list}}"
wx:key="index"
class="tab-bar-item"
class="tab-bar-item
{{(Math.ceil(list.length/2-1)==selected&&componentData['styleSelectionNum']==1)?isItem:''}}
"
data-path="{{item.link}}"
data-index="{{index}}"
bindtap="switchTab"
>
<cover-view wx:if="{{item.iconType==0||!item.iconType}}">
<cover-view class="antt {{item.icon}}"></cover-view>
</cover-view>
<cover-view
wx:elif="{{item.iconType==1}}"
class="img-view"
style="width:{{(index==selected?componentData.selectionIconSize*2:componentData.defaultIconSize*2)+'rpx'}};height:{{(index==selected?componentData.selectionIconSize*2:componentData.defaultIconSize*2)+'rpx'}}"
>
<cover-image src="{{selected === index ? item.selectImgUrl : item.imgUrl}}"></cover-image>
</cover-view>
<!-- {{index}}{{selected}}--{{Math.ceil(5/2-1)}}--{{mm}} -->
<!-- &&componentData['styleSelectionNum']==1 -->
<!-- 图标 -->
<view >
<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>
<view
wx:elif="{{item.iconType==1}}"
class="img-view"
style="width:{{(index==selected?componentData.selectionIconSize*2:componentData.defaultIconSize*2)+'rpx'}};height:{{(index==selected?componentData.selectionIconSize*2:componentData.defaultIconSize*2)+'rpx'}}"
>
<image mode="aspectFit" src="{{selected === index ? item.selectImgUrl : item.imgUrl}}"></image>
</view>
</view>
<!-- 名称 -->
<
cover-view
style="color: {{selected === index ? componentData.selectTextColor : componentData.defaultTextColor}};font-size:{{selected === index ? componentData.selectionTextNum*2 : componentData.defaultTextNum*2}}rpx">
{{item.title}}</
cover-
view>
</
cover-
view>
</
cover-
view>
<
view class="text"
style="color: {{selected === index ? componentData.selectTextColor : componentData.defaultTextColor}};font-size:{{selected === index ? componentData.selectionTextNum*2 : componentData.defaultTextNum*2}}rpx">
{{item.title}}</view>
</view>
</view>
custom-tab-bar/index.wxss
View file @
ee1d042b
...
...
@@ -1378,10 +1378,15 @@
bottom: 0;
left: 0;
right: 0;
height: 48px;
background: white;
height: 51px;
display: flex;
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 {
...
...
@@ -1403,6 +1408,20 @@
flex-direction: column;
}
.isItem {
transform: translateY(-30%)
}
.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 {
width: 27px;
height: 27px;
...
...
@@ -1412,11 +1431,18 @@
/* font-size: 10px; */
}
.img-view cover-image{
object-fit: contain;
/* .img-view{
display: flex;
align-items: center;
} */
.img-view image{
/* object-fit: contain; */
width: 100%;
height: 100%;
}
.text{
margin-top: 4rpx;
}
.hide{
display: none;
...
...
project.config.json
View file @
ee1d042b
...
...
@@ -2,7 +2,7 @@
"description"
:
"项目配置文件。"
,
"setting"
:
{
"urlCheck"
:
false
,
"es6"
:
fals
e
,
"es6"
:
tru
e
,
"enhance"
:
true
,
"postcss"
:
true
,
"minified"
:
true
,
...
...
@@ -10,7 +10,7 @@
"coverView"
:
true
,
"nodeModules"
:
true
,
"autoAudits"
:
true
,
"showShadowRootInWxmlPanel"
:
tru
e
,
"showShadowRootInWxmlPanel"
:
fals
e
,
"scopeDataCheck"
:
false
,
"uglifyFileName"
:
true
,
"checkInvalidKey"
:
true
,
...
...
src/pages/home/index.vue
View file @
ee1d042b
...
...
@@ -163,9 +163,9 @@ export default {
onLoad
(
options
)
{
let
location
=
JSON
.
parse
(
wx
.
getStorageSync
(
'location'
)
||
'{}'
)
if
(
!
location
.
areaGroupId
)
{
wx
.
redirectTo
({
url
:
'/pages/changeAdr/main?areaGroupId='
+
this
.
data
.
designateAreaObj
.
areaGroupId
})
//
wx.redirectTo({
//
url: '/pages/changeAdr/main?areaGroupId=' + this.data.designateAreaObj.areaGroupId
//
})
}
let
that
=
this
;
// 来源
...
...
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