|
|
|
@ -1,70 +1,41 @@ |
|
|
|
<template> |
|
|
|
<view class="content"> |
|
|
|
<view class="top-area"> |
|
|
|
<view class="reset"> |
|
|
|
<image class="bg" src="/static/imgs/mine/mine-top-bg.png"></image> |
|
|
|
<view class="operation-area"> |
|
|
|
<view class="user"> |
|
|
|
<image class="avatar" :src="curAvatar"></image> |
|
|
|
<view v-if="!hasLogin" @click="go2('login')"> |
|
|
|
<view> |
|
|
|
<text style="font-size: 40rpx; color: #fff; font-weight: 600" |
|
|
|
>点击登录</text |
|
|
|
> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 10rpx"> |
|
|
|
<text style="font-size: 26rpx; color: #fff; font-weight: 400" |
|
|
|
>登录解锁更全功能</text |
|
|
|
> |
|
|
|
</view> |
|
|
|
<image class="bg" src="/static/imgs/mine/mine-top-bg.png"></image> |
|
|
|
<view class="operation-area"> |
|
|
|
<view class="user"> |
|
|
|
<image class="avatar" :src="curAvatar"></image> |
|
|
|
<view v-if="!hasLogin" @click="go2('login')"> |
|
|
|
<view> |
|
|
|
<text style="font-size: 40rpx; color: #fff; font-weight: 600">点击登录</text> |
|
|
|
</view> |
|
|
|
<view v-else> |
|
|
|
<view class="user__name"> |
|
|
|
<text class="name">{{ userInfo.name }}</text> |
|
|
|
<image |
|
|
|
v-if=" |
|
|
|
userInfo.fddEnterpriseStatus === fddStatus.CERTIFIED_SUCCESS |
|
|
|
" |
|
|
|
class="image" |
|
|
|
src="/static/imgs/mine/certified-icon.png" |
|
|
|
></image> |
|
|
|
<image |
|
|
|
v-else |
|
|
|
class="image" |
|
|
|
@click="certifyCompany()" |
|
|
|
src="/static/imgs/mine/non-certified-icon.png" |
|
|
|
></image> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 10rpx"> |
|
|
|
<text |
|
|
|
style=" |
|
|
|
font-size: 26rpx; |
|
|
|
color: #fff; |
|
|
|
font-weight: 400; |
|
|
|
word-break: break-all; |
|
|
|
" |
|
|
|
@click=" |
|
|
|
loginGo2( |
|
|
|
hasCompany ? 'enterprise-info-edit' : 'enterprise-info' |
|
|
|
) |
|
|
|
" |
|
|
|
> |
|
|
|
{{ hasCompany ? userInfo.companyName : '点击完善企业信息' }} |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 10rpx"> |
|
|
|
<text style="font-size: 26rpx; color: #fff; font-weight: 400">登录解锁更全功能</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="hasLogin" class="logout" @click="logout"> |
|
|
|
<text class="text">退出登录</text> |
|
|
|
<image class="icon" src="/static/imgs/mine/logout-icon.png"></image> |
|
|
|
<view v-else> |
|
|
|
<view class="user__name"> |
|
|
|
<text class="name">{{ userInfo.name }}</text> |
|
|
|
<image v-if="userInfo.fddEnterpriseStatus === fddStatus.CERTIFIED_SUCCESS" class="image" src="/static/imgs/mine/certified-icon.png"></image> |
|
|
|
<image v-else class="image" @click="certifyCompany()" src="/static/imgs/mine/non-certified-icon.png"></image> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 10rpx"> |
|
|
|
<text |
|
|
|
style="font-size: 26rpx; color: #fff; font-weight: 400; word-break: break-all" |
|
|
|
@click="loginGo2(hasCompany ? 'enterprise-info-edit' : 'enterprise-info')" |
|
|
|
> |
|
|
|
{{ hasCompany ? userInfo.companyName : '点击完善企业信息' }} |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="hasLogin" class="logout" @click="logout"> |
|
|
|
<text class="text">退出登录</text> |
|
|
|
<image class="icon" src="/static/imgs/mine/logout-icon.png"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="justify-between section_3" |
|
|
|
style="margin-top: -68rpx; z-index: 10" |
|
|
|
> |
|
|
|
<view class="justify-between section_3" style="margin-top: -68rpx; z-index: 10"> |
|
|
|
<view class="flex-row group_6"> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/611dd17441a9be0011f45822/620ccb0962a7d90011fe5c8f/16457830406308195340.png" |
|
|
|
@ -75,101 +46,53 @@ |
|
|
|
<text class="text_5">会员</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text class="text_6">{{ |
|
|
|
isVip ? `到期时间:${vipExpireTime}` : '立即开通会员 尊享特权' |
|
|
|
}}</text> |
|
|
|
<text class="text_6">{{ isVip ? `到期时间:${vipExpireTime}` : '立即开通会员 尊享特权' }}</text> |
|
|
|
<view class="flex-col items-center text-wrapper" @click="makeVip"> |
|
|
|
<text>{{ isVip ? '续费会员' : '开通会员' }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="card-area"> |
|
|
|
<view class="header"> |
|
|
|
<text |
|
|
|
style="font-size: 30rpx; color: rgba(0, 0, 0, 0.85); font-weight: 600" |
|
|
|
>我的订单</text |
|
|
|
> |
|
|
|
<view |
|
|
|
class="item" |
|
|
|
@click="loginGo2('order-list', { status: orderStatusEnum.ALL })" |
|
|
|
> |
|
|
|
<text style="font-size: 30rpx; color: rgba(0, 0, 0, 0.85); font-weight: 600">我的订单</text> |
|
|
|
<view class="item" @click="loginGo2('order-list', { status: orderStatusEnum.ALL })"> |
|
|
|
<text style="font-size: 26rpx; color: #000000">查看更多订单</text> |
|
|
|
<uni-icons |
|
|
|
style="margin-left: 16rpx" |
|
|
|
type="right" |
|
|
|
size="10" |
|
|
|
></uni-icons> |
|
|
|
<uni-icons style="margin-left: 16rpx" type="right" size="10"></uni-icons> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="order-area"> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
@click="loginGo2('order-list', { status: orderStatusEnum.ALL })" |
|
|
|
> |
|
|
|
<image |
|
|
|
class="icon" |
|
|
|
src="/static/imgs/mine/order-all-icon.png" |
|
|
|
></image> |
|
|
|
<view class="icon-item" @click="loginGo2('order-list', { status: orderStatusEnum.ALL })"> |
|
|
|
<image class="icon" src="/static/imgs/mine/order-all-icon.png"></image> |
|
|
|
<text class="label">全部订单</text> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
@click=" |
|
|
|
loginGo2('order-list', { status: orderStatusEnum.WAIT_CONFIRM }) |
|
|
|
" |
|
|
|
> |
|
|
|
<image |
|
|
|
class="icon" |
|
|
|
src="/static/imgs/mine/order-ready-icon.png" |
|
|
|
></image> |
|
|
|
<view class="icon-item" @click="loginGo2('order-list', { status: orderStatusEnum.WAIT_CONFIRM })"> |
|
|
|
<image class="icon" src="/static/imgs/mine/order-ready-icon.png"></image> |
|
|
|
<text class="label">待确认</text> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
@click=" |
|
|
|
loginGo2('order-list', { |
|
|
|
status: orderStatusEnum.WAIT_SUPPLIER_CONFIRM, |
|
|
|
status: orderStatusEnum.WAIT_SUPPLIER_CONFIRM |
|
|
|
}) |
|
|
|
" |
|
|
|
> |
|
|
|
<image |
|
|
|
class="icon" |
|
|
|
src="/static/imgs/mine/order-supplier-ready-icon.png" |
|
|
|
></image> |
|
|
|
<image class="icon" src="/static/imgs/mine/order-supplier-ready-icon.png"></image> |
|
|
|
<text class="label">待供应商确认</text> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
@click="loginGo2('order-list', { status: orderStatusEnum.ORDERED })" |
|
|
|
> |
|
|
|
<image |
|
|
|
class="icon" |
|
|
|
src="/static/imgs/mine/order-ing-icon.png" |
|
|
|
></image> |
|
|
|
<view class="icon-item" @click="loginGo2('order-list', { status: orderStatusEnum.ORDERED })"> |
|
|
|
<image class="icon" src="/static/imgs/mine/order-ing-icon.png"></image> |
|
|
|
<text class="label">已下单</text> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
@click="loginGo2('order-list', { status: orderStatusEnum.FINISHED })" |
|
|
|
> |
|
|
|
<image |
|
|
|
class="icon" |
|
|
|
src="/static/imgs/mine/order-done-icon.png" |
|
|
|
></image> |
|
|
|
<view class="icon-item" @click="loginGo2('order-list', { status: orderStatusEnum.FINISHED })"> |
|
|
|
<image class="icon" src="/static/imgs/mine/order-done-icon.png"></image> |
|
|
|
<text class="label">已完成</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="card-area" |
|
|
|
v-if="fsInfo.status !== -1" |
|
|
|
style="border-radius: 16rpx" |
|
|
|
> |
|
|
|
<view class="card-area" v-if="fsInfo.status !== -1" style="border-radius: 16rpx"> |
|
|
|
<image |
|
|
|
class="poster" |
|
|
|
v-if=" |
|
|
|
fsInfo.status == fsAuditStatus.WAIT_APPLY || |
|
|
|
fsInfo.status == fsAuditStatus.REJECT |
|
|
|
" |
|
|
|
v-if="fsInfo.status == fsAuditStatus.WAIT_APPLY || fsInfo.status == fsAuditStatus.REJECT" |
|
|
|
src="https://qncloud.oss-cn-shenzhen.aliyuncs.com/paper_shopkeeper/fs-to-apply.png" |
|
|
|
@click="applyForFinance()" |
|
|
|
></image> |
|
|
|
@ -180,60 +103,32 @@ |
|
|
|
></image> |
|
|
|
<view class="fs-card" v-if="fsInfo.status == fsAuditStatus.PASS"> |
|
|
|
<view class="left"> |
|
|
|
<text |
|
|
|
style=" |
|
|
|
font-size: 30rpx; |
|
|
|
color: rgba(0, 0, 0, 0.85); |
|
|
|
font-weight: 600; |
|
|
|
" |
|
|
|
>可用采购额度</text |
|
|
|
> |
|
|
|
<text style="font-size: 30rpx; color: rgba(0, 0, 0, 0.85); font-weight: 600">可用采购额度</text> |
|
|
|
<!-- 下面这行不要换行 --> |
|
|
|
<!-- prettier-ignore --> |
|
|
|
<view style="margin:24rpx 0 16rpx;"><text class="pre">¥</text><text class="next">{{fsInfo.availableCreditLine}}</text></view> |
|
|
|
<text style="font-size: 24rpx; color: rgba(0, 0, 0, 0.75)">{{ |
|
|
|
`已使用: ¥ ${fsInfo.usedCreditLine}` |
|
|
|
}}</text> |
|
|
|
<text style="font-size: 24rpx; color: rgba(0, 0, 0, 0.75)">{{ `已使用: ¥ ${fsInfo.usedCreditLine}` }}</text> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<text>{{ `授信额度: ${fsInfo.creditLine / 10000}万` }}</text> |
|
|
|
<uni-icons |
|
|
|
style="margin-left: 16rpx" |
|
|
|
type="right" |
|
|
|
size="10" |
|
|
|
></uni-icons> |
|
|
|
<uni-icons style="margin-left: 16rpx" type="right" size="10"></uni-icons> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="card-area"> |
|
|
|
<view class="header"> |
|
|
|
<text |
|
|
|
style="font-size: 30rpx; color: rgba(0, 0, 0, 0.85); font-weight: 600" |
|
|
|
>其他工具</text |
|
|
|
> |
|
|
|
<text style="font-size: 30rpx; color: rgba(0, 0, 0, 0.85); font-weight: 600">其他工具</text> |
|
|
|
</view> |
|
|
|
<view class="icon-area"> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
style="margin-right: 64rpx" |
|
|
|
@click="loginGo2('account-management')" |
|
|
|
> |
|
|
|
<view class="icon-item" style="margin-right: 64rpx" @click="loginGo2('account-management')"> |
|
|
|
<image class="icon" src="/static/imgs/mine/account-icon.png"></image> |
|
|
|
<text class="label">账号管理</text> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
style="margin-right: 64rpx" |
|
|
|
@click="loginGo2('enquiry-list')" |
|
|
|
> |
|
|
|
<view class="icon-item" style="margin-right: 64rpx" @click="loginGo2('enquiry-list')"> |
|
|
|
<image class="icon" src="/static/imgs/mine/enquiry-icon.png"></image> |
|
|
|
<text class="label">我的询价</text> |
|
|
|
</view> |
|
|
|
<view |
|
|
|
class="icon-item" |
|
|
|
style="margin-right: 64rpx" |
|
|
|
@click="loginGo2('address-manage')" |
|
|
|
> |
|
|
|
<view class="icon-item" style="margin-right: 64rpx" @click="loginGo2('address-manage')"> |
|
|
|
<image class="icon" src="/static/imgs/mine/address-icon.png"></image> |
|
|
|
<text class="label">收货地址</text> |
|
|
|
</view> |
|
|
|
@ -245,17 +140,8 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import { exit, go2, loginGo2 } from '@/utils/hook.js' |
|
|
|
import { |
|
|
|
fddEnterpriseStatus, |
|
|
|
fsAuditStatus, |
|
|
|
orderStatusEnum, |
|
|
|
} from '@/enums/index.js' |
|
|
|
import { |
|
|
|
getVerifyUrl, |
|
|
|
getFsCredit, |
|
|
|
getBaseInfo, |
|
|
|
getFeisuanUrl, |
|
|
|
} from '@/apis/commonApi.js' |
|
|
|
import { fddEnterpriseStatus, fsAuditStatus, orderStatusEnum, VIP_URL, QN_APPID } from '@/enums/index.js' |
|
|
|
import { getVerifyUrl, getFsCredit, getBaseInfo, getFeisuanUrl } from '@/apis/commonApi.js' |
|
|
|
|
|
|
|
export default { |
|
|
|
data() { |
|
|
|
@ -265,10 +151,10 @@ export default { |
|
|
|
status: -1, // 初始不存在 |
|
|
|
availableCreditLine: 0, |
|
|
|
usedCreditLine: 0, |
|
|
|
creditLine: 0, |
|
|
|
creditLine: 0 |
|
|
|
}, |
|
|
|
fsAuditStatus: Object.freeze(fsAuditStatus), |
|
|
|
orderStatusEnum: Object.freeze(orderStatusEnum), |
|
|
|
orderStatusEnum: Object.freeze(orderStatusEnum) |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
@ -278,11 +164,13 @@ export default { |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.hasCompany) { |
|
|
|
loginGo2('vip-center') |
|
|
|
let redirectUrl = encodeURIComponent(VIP_URL) |
|
|
|
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${QN_APPID}&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect` |
|
|
|
// loginGo2('vip-center') |
|
|
|
} else { |
|
|
|
uni.showToast({ |
|
|
|
title: '请先完善企业信息', |
|
|
|
icon: 'none', |
|
|
|
icon: 'none' |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -292,32 +180,25 @@ export default { |
|
|
|
}, |
|
|
|
// 企业法大大实名认证 |
|
|
|
certifyCompany() { |
|
|
|
if ( |
|
|
|
this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.UNCERTIFIED || |
|
|
|
this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.CERTIFIED_FAIL |
|
|
|
) { |
|
|
|
getVerifyUrl({ enterpriseId: this.$store.state.companyInfo.id }).then( |
|
|
|
(res) => { |
|
|
|
if (res) { |
|
|
|
// #ifdef APP-PLUS |
|
|
|
go2('page-view', { |
|
|
|
title: '实名认证', |
|
|
|
url: encodeURIComponent(res), |
|
|
|
}) |
|
|
|
// #endif |
|
|
|
// #ifdef H5 |
|
|
|
window ? (window.location.href = res) : '' |
|
|
|
// #endif |
|
|
|
} |
|
|
|
if (this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.UNCERTIFIED || this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.CERTIFIED_FAIL) { |
|
|
|
getVerifyUrl({ enterpriseId: this.$store.state.companyInfo.id }).then((res) => { |
|
|
|
if (res) { |
|
|
|
// #ifdef APP-PLUS |
|
|
|
go2('page-view', { |
|
|
|
title: '实名认证', |
|
|
|
url: encodeURIComponent(res) |
|
|
|
}) |
|
|
|
// #endif |
|
|
|
// #ifdef H5 |
|
|
|
window ? (window.location.href = res) : '' |
|
|
|
// #endif |
|
|
|
} |
|
|
|
) |
|
|
|
}) |
|
|
|
} |
|
|
|
if ( |
|
|
|
this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.UNCERTIFIED |
|
|
|
) { |
|
|
|
if (this.userInfo.fddEnterpriseStatus === fddEnterpriseStatus.UNCERTIFIED) { |
|
|
|
uni.showToast({ |
|
|
|
title: '认证中,请稍后~', |
|
|
|
icon: 'none', |
|
|
|
icon: 'none' |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -328,7 +209,7 @@ export default { |
|
|
|
// #ifdef APP-PLUS |
|
|
|
go2('page-view', { |
|
|
|
title: '飞算申请', |
|
|
|
url: encodeURIComponent(res), |
|
|
|
url: encodeURIComponent(res) |
|
|
|
}) |
|
|
|
// #endif |
|
|
|
// #ifdef H5 |
|
|
|
@ -336,7 +217,7 @@ export default { |
|
|
|
// #endif |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
} |
|
|
|
// 获取纸盘商订单统计 |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
@ -367,23 +248,19 @@ export default { |
|
|
|
console.log('companyInfo:', this.$store.state.companyInfo) |
|
|
|
return { |
|
|
|
avatar: this.$store.state.userInfo.avatar || '', |
|
|
|
name: |
|
|
|
this.$store.state.userInfo.name || |
|
|
|
this.$store.state.userInfo.mobile || |
|
|
|
'', |
|
|
|
name: this.$store.state.userInfo.name || this.$store.state.userInfo.mobile || '', |
|
|
|
companyName: this.$store.state.companyInfo.name || '', |
|
|
|
fddEnterpriseStatus: |
|
|
|
this.$store.state.companyInfo.fddEnterpriseStatus || 1, |
|
|
|
fddEnterpriseStatus: this.$store.state.companyInfo.fddEnterpriseStatus || 1 |
|
|
|
} |
|
|
|
}, |
|
|
|
hasCompany() { |
|
|
|
return this.$store.state.companyInfo.id != null |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
this.hasLogin && |
|
|
|
getFsCredit({ |
|
|
|
enterpriseId: this.$store.state.companyInfo.id, |
|
|
|
enterpriseId: this.$store.state.companyInfo.id |
|
|
|
}).then((res) => { |
|
|
|
if (res) { |
|
|
|
this.fsInfo = res |
|
|
|
@ -391,7 +268,7 @@ export default { |
|
|
|
}) |
|
|
|
this.hasLogin && getBaseInfo({}, true) |
|
|
|
!this.hasLogin && (this.fsInfo.status = -1) |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|
@ -401,21 +278,13 @@ export default { |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
width: 750rpx; |
|
|
|
} |
|
|
|
.top-area { |
|
|
|
width: 750rpx; |
|
|
|
height: 380rpx; |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
border-radius: 0 0 350px 350px; |
|
|
|
transform: scaleX(2.5); |
|
|
|
.reset { |
|
|
|
width: 750rpx; |
|
|
|
height: 380rpx; |
|
|
|
transform: scaleX(0.4); // 将比例缩至正常 |
|
|
|
position: relative; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.bg { |
|
|
|
width: 750rpx; |
|
|
|
height: 380rpx; |
|
|
|
@ -598,13 +467,7 @@ export default { |
|
|
|
} |
|
|
|
.section_3 { |
|
|
|
padding: 14rpx 32rpx; |
|
|
|
background-image: linear-gradient( |
|
|
|
270deg, |
|
|
|
rgb(51, 51, 51) 0%, |
|
|
|
rgb(51, 51, 51) 0%, |
|
|
|
rgb(105, 108, 107) 98.91%, |
|
|
|
rgb(105, 108, 107) 100% |
|
|
|
); |
|
|
|
background-image: linear-gradient(270deg, rgb(51, 51, 51) 0%, rgb(51, 51, 51) 0%, rgb(105, 108, 107) 98.91%, rgb(105, 108, 107) 100%); |
|
|
|
border-radius: 10rpx 10rpx 0rpx 0px; |
|
|
|
width: 750rpx; |
|
|
|
.group_6 { |
|
|
|
@ -648,13 +511,7 @@ export default { |
|
|
|
font-weight: 500; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
background-image: linear-gradient( |
|
|
|
90deg, |
|
|
|
rgb(244, 237, 206) 0%, |
|
|
|
rgb(244, 237, 206) 1.2%, |
|
|
|
rgb(243, 217, 158) 97.87%, |
|
|
|
rgb(243, 217, 158) 100% |
|
|
|
); |
|
|
|
background-image: linear-gradient(90deg, rgb(244, 237, 206) 0%, rgb(244, 237, 206) 1.2%, rgb(243, 217, 158) 97.87%, rgb(243, 217, 158) 100%); |
|
|
|
border-radius: 22rpx; |
|
|
|
width: 128rpx; |
|
|
|
height: 44rpx; |
|
|
|
|