|
@@ -120,13 +120,15 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 底部跳转 -->
|
|
<!-- 底部跳转 -->
|
|
- <view class="foot-list" :style="{paddingTop: hasLogin ? '380rpx': '160rpx'}">
|
|
|
|
|
|
+ <view class="foot-list" :style="{paddingTop: hasLogin ? '370rpx': '170rpx'}">
|
|
<!-- <view class="list-cell-avtiv" @click="navigator('/pages/user/coupon/coupon')">
|
|
<!-- <view class="list-cell-avtiv" @click="navigator('/pages/user/coupon/coupon')">
|
|
<image src="http://static.caimei365.com/app/meibohui/app/activity-in.png" mode=""></image>
|
|
<image src="http://static.caimei365.com/app/meibohui/app/activity-in.png" mode=""></image>
|
|
</view> -->
|
|
</view> -->
|
|
<view class="list-cell-item" v-show="hasLogin">
|
|
<view class="list-cell-item" v-show="hasLogin">
|
|
<view class="list-cell" v-show="userIdentity == 4" @click="navigatorClubUpgrade(`/pages/login/apply?clubStatus=${clubStatus}`)" hover-class="cell-hover" :hover-stay-time="50">
|
|
<view class="list-cell" v-show="userIdentity == 4" @click="navigatorClubUpgrade(`/pages/login/apply?clubStatus=${clubStatus}`)" hover-class="cell-hover" :hover-stay-time="50">
|
|
- <text class="cell-icon"><text class="iconfont icon-shengjihuiyuanjigou"></text></text>
|
|
|
|
|
|
+ <view class="cell-icon">
|
|
|
|
+ <image class="cell-icon-image" src="https://static.caimei365.com/app/img/icon/icon_club_8@2x.png" mode=""></image>
|
|
|
|
+ </view>
|
|
<text class="cell-tit">
|
|
<text class="cell-tit">
|
|
升级会员机构
|
|
升级会员机构
|
|
<text class="cell-tips">采美豆</text>
|
|
<text class="cell-tips">采美豆</text>
|
|
@@ -137,14 +139,18 @@
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
<view class="list-cell" @click="navigator('/pages/user/regularPurchase/regularPurchase')" hover-class="cell-hover" :hover-stay-time="50">
|
|
<view class="list-cell" @click="navigator('/pages/user/regularPurchase/regularPurchase')" hover-class="cell-hover" :hover-stay-time="50">
|
|
- <text class="cell-icon"><text class="iconfont icon-zaicigoumai"></text></text>
|
|
|
|
|
|
+ <view class="cell-icon">
|
|
|
|
+ <image class="cell-icon-image" src="https://static.caimei365.com/app/img/icon/icon_club_9@2x.png" mode=""></image>
|
|
|
|
+ </view>
|
|
<text class="cell-tit">再次购买</text>
|
|
<text class="cell-tit">再次购买</text>
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="list-cell-item">
|
|
<view class="list-cell-item">
|
|
<view class="list-cell" v-for="(item, index) in firstList" :key="index" @click="navigator(item.path)" hover-class="cell-hover" :hover-stay-time="50">
|
|
<view class="list-cell" v-for="(item, index) in firstList" :key="index" @click="navigator(item.path)" hover-class="cell-hover" :hover-stay-time="50">
|
|
- <text class="cell-icon"><text class="iconfont" :class="item.icon"></text></text>
|
|
|
|
|
|
+ <view class="cell-icon">
|
|
|
|
+ <image class="cell-icon-image" :src="item.icon" mode=""></image>
|
|
|
|
+ </view>
|
|
<text class="cell-tit">
|
|
<text class="cell-tit">
|
|
{{item.name}}
|
|
{{item.name}}
|
|
<text class="cell-tips" v-if="index == 2 && isModify">采美豆</text>
|
|
<text class="cell-tips" v-if="index == 2 && isModify">采美豆</text>
|
|
@@ -154,17 +160,23 @@
|
|
</view>
|
|
</view>
|
|
<view class="list-cell-item">
|
|
<view class="list-cell-item">
|
|
<view class="list-cell" hover-class="cell-hover" :hover-stay-time="50">
|
|
<view class="list-cell" hover-class="cell-hover" :hover-stay-time="50">
|
|
- <text class="cell-icon"><text class="iconfont icon-lianxiwomen"></text></text>
|
|
|
|
- <text class="cell-tit">联系我们</text>
|
|
|
|
- <text class="cell-more" @click="toPhone">{{contactNumber}}</text>
|
|
|
|
|
|
+ <view class="cell-icon">
|
|
|
|
+ <image class="cell-icon-image" src="https://static.caimei365.com/app/img/icon/icon_club_5@2x.png" mode=""></image>
|
|
|
|
+ </view>
|
|
|
|
+ <text class="cell-tit cont">联系我们</text>
|
|
|
|
+ <text class="cell-more cont" @click="toPhone">{{contactNumber}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="list-cell" @click="this.$api.navigateTo('/pages/user/about/about')" hover-class="cell-hover" :hover-stay-time="50">
|
|
<view class="list-cell" @click="this.$api.navigateTo('/pages/user/about/about')" hover-class="cell-hover" :hover-stay-time="50">
|
|
- <text class="cell-icon"><text class="iconfont icon-guanyuwomen"></text></text>
|
|
|
|
|
|
+ <view class="cell-icon">
|
|
|
|
+ <image class="cell-icon-image" src="https://static.caimei365.com/app/img/icon/icon_club_6@2x.png" mode=""></image>
|
|
|
|
+ </view>
|
|
<text class="cell-tit">关于我们</text>
|
|
<text class="cell-tit">关于我们</text>
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
</view>
|
|
</view>
|
|
<view class="list-cell last" @click="this.$api.navigateTo('/h5/pages/article/page?linkType=99')" hover-class="cell-hover" :hover-stay-time="50">
|
|
<view class="list-cell last" @click="this.$api.navigateTo('/h5/pages/article/page?linkType=99')" hover-class="cell-hover" :hover-stay-time="50">
|
|
- <text class="cell-icon"><text class="iconfont icon-bangzhuzhongxin"></text></text>
|
|
|
|
|
|
+ <view class="cell-icon">
|
|
|
|
+ <image class="cell-icon-image" src="https://static.caimei365.com/app/img/icon/icon_club_7@2x.png" mode=""></image>
|
|
|
|
+ </view>
|
|
<text class="cell-tit">帮助中心</text>
|
|
<text class="cell-tit">帮助中心</text>
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
</view>
|
|
</view>
|
|
@@ -224,10 +236,26 @@
|
|
shipmentsCount:0, // 已发货角标
|
|
shipmentsCount:0, // 已发货角标
|
|
salesReturnCount:'', // 退货/款角标
|
|
salesReturnCount:'', // 退货/款角标
|
|
firstList:[
|
|
firstList:[
|
|
- {name:'运营人员管理',path:'/pages/user/operator/list',icon:'icon-yunyingrenyuanguanli'},
|
|
|
|
- {name:'收货地址管理',path:'/pages/user/address/address',icon:'icon-shouhuodizhiguanli'},
|
|
|
|
- {name:'机构资料',path:'/pages/login/information',icon:'icon-jigouziliao'},
|
|
|
|
- {name:'账户设置',path:'/pages/user/setting/setting',icon:'icon-zhanghushezhi'},
|
|
|
|
|
|
+ {
|
|
|
|
+ name:'运营人员管理',
|
|
|
|
+ path:'/pages/user/operator/list',
|
|
|
|
+ icon:'https://static.caimei365.com/app/img/icon/icon_club_1@2x.png',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name:'收货地址管理',
|
|
|
|
+ path:'/pages/user/address/address',
|
|
|
|
+ icon:'https://static.caimei365.com/app/img/icon/icon_club_2@2x.png',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name:'机构资料',
|
|
|
|
+ path:'/pages/login/information',
|
|
|
|
+ icon:'https://static.caimei365.com/app/img/icon/icon_club_3@2x.png',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name:'账户设置',
|
|
|
|
+ path:'/pages/user/setting/setting',
|
|
|
|
+ icon:'https://static.caimei365.com/app/img/icon/icon_club_4@2x.png',
|
|
|
|
+ },
|
|
]
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -748,14 +776,12 @@
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
}
|
|
.list-cell{
|
|
.list-cell{
|
|
- display:flex;
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
- align-items:baseline;
|
|
|
|
line-height:100rpx;
|
|
line-height:100rpx;
|
|
position:relative;
|
|
position:relative;
|
|
background: $bg-color;
|
|
background: $bg-color;
|
|
- justify-content: center;
|
|
|
|
border-bottom: 1px solid #EBEBEB;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
|
|
+ height: 100rpx;
|
|
&:last-child{
|
|
&:last-child{
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
@@ -765,28 +791,44 @@
|
|
.cell-icon{
|
|
.cell-icon{
|
|
width: 60rpx;
|
|
width: 60rpx;
|
|
height: 100rpx;
|
|
height: 100rpx;
|
|
- line-height: 100rpx;
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
- .iconfont{
|
|
|
|
- font-size: $font-size-34;
|
|
|
|
- color: #666666;
|
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 32rpx 12rpx;
|
|
|
|
+ float: left;
|
|
|
|
+ .cell-icon-image{
|
|
|
|
+ width: 36rpx;
|
|
|
|
+ height: 36rpx;
|
|
|
|
+ display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cell-more{
|
|
.cell-more{
|
|
- align-self: baseline;
|
|
|
|
|
|
+ width: 60rpx;
|
|
|
|
+ height: 100rpx;
|
|
|
|
+ line-height: 100rpx;
|
|
|
|
+ text-align: right;
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0;
|
|
|
|
+ top: 0;
|
|
font-size:$font-size-28;
|
|
font-size:$font-size-28;
|
|
color:#666666;
|
|
color:#666666;
|
|
- margin-left:10rpx;
|
|
|
|
|
|
+ &.cont{
|
|
|
|
+ width: 250rpx;
|
|
|
|
+ }
|
|
.txt{
|
|
.txt{
|
|
color: #FB4343;
|
|
color: #FB4343;
|
|
padding-right: 10rpx;
|
|
padding-right: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cell-tit{
|
|
.cell-tit{
|
|
- flex: 1;
|
|
|
|
|
|
+ width: 465rpx;
|
|
|
|
+ display: block;
|
|
|
|
+ float: left;
|
|
font-size: $font-size-28;
|
|
font-size: $font-size-28;
|
|
color: #666666;
|
|
color: #666666;
|
|
margin-right:10rpx;
|
|
margin-right:10rpx;
|
|
|
|
+ &.cont{
|
|
|
|
+ width: 300rpx;
|
|
|
|
+ }
|
|
.cell-tips{
|
|
.cell-tips{
|
|
width: 74rpx;
|
|
width: 74rpx;
|
|
height: 32rpx;
|
|
height: 32rpx;
|