1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036 |
- <template>
- <<<<<<< HEAD
- <<<<<<< HEAD
- <view class="mine-container">
- <view class="mine-header">
- <img :src="userInfo.avatar" alt="" style="width: 136rpx;height: 136rpx;">
- <view class="header-info">
- <text class="info-name">{{ userInfo.nickName }}</text>
- <text class="info-id">ID: 88888888</text>
- <text class="info-edit" @click="handLsetTing">设置> </text>
- =======
- <view class="mine-container" :style="{ height: `${windowHeight}px` }">
- <view class="mine-top-bgc"></view>
- <view class="mine-box">
- <view class="mine-user">
- <view class="user-name-box">
- <view class="user-avatar">
- <up-avatar :src="userInfo.avatar" shape="square"></up-avatar>
- </view>
- <view class="user-name">{{ userInfo.nickName }}</view>
- <view class="grid-box" v-for="(listItem, listIndex) in setTing" :key="listIndex">
- <!-- <up-badge :isDot="true" type="success" class="item-badge"></up-badge> -->
- <up-icon :customStyle="{ paddingTop: 20 + 'rpx' }" :name="listItem.iconName" :size="22"
- @click="handLsetTing"></up-icon>
- <text class="grid-text">{{ listItem.name }}</text>
- </view>
- </view>
- <up-divider></up-divider>
- <view class="service-list">
- <up-grid :border="false" col="4">
- <up-grid-item v-for="(listItem, listIndex) in serviceList" :key="listIndex"
- @click="onClick(listItem)">
- <view class="grid-box">
- <!-- <up-badge :isDot="true" type="success" class="item-badge"></up-badge> -->
- <up-icon :customStyle="{ paddingTop: 20 + 'rpx' }" :name="listItem.iconName"
- :size="22"></up-icon>
- <text class="grid-text">{{ listItem.name }}</text>
- </view>
- </up-grid-item>
- </up-grid>
- </view>
- >>>>>>> 3e2be9f (fetch:详情tabs/用户新增地址)
- =======
- <view class="mine-container">
- <view class="mine-header">
- <img :src="userInfo.avatar" alt="" style="width: 136rpx;height: 136rpx;">
- <view class="header-info">
- <text class="info-name">{{ userInfo.nickName }}</text>
- <text class="info-id">ID: 88888888</text>
- <text class="info-edit" @click="handLsetTing">设置> </text>
- >>>>>>> 8343935 (fix: 代码合并)
- </view>
- </view>
- <view class="list-box">
- <view class="mine-card price-card" v-if="userType == 2">
- <view v-for="(item, index) in priceList" :key="item.key" class="price-item"
- :style="{ alignItems: index === 0 ? 'flex-start' : 'flex-end' }">
- <view class="price-name flex-center"> {{ item.name }} </view>
- <view class="price-data flex-center">
- {{ index === 0 ? '¥' : '' }}<up-count-to :startVal="0" :endVal="data[item.key]"
- :decimals="item.decimals"></up-count-to>
- </view>
- <text class="grid-min-price" v-if="item.key === 'balance'">待入账 ¥{{ data[item.key] }}</text>
- </view>
- </view>
- <!-- 志愿者 -->
- <view class="mine-card status-card" v-if="userType == 2">
- <view class="status-card-item" v-for="(listItem, listIndex) in adminList" :key="listIndex"
- @click="onClick(listItem)">
- <view class="grid-img-box">
- <img :src="listItem.iconName" alt="" style="width: 52rpx;height: 52rpx;">
- </view>
- <text class="grid-text">{{ listItem.name }}</text>
- </view>
- </view>
- <!-- 用户端 -->
- <view class="mine-card status-card" v-if="userType == 1">
- <view class="status-card-item" v-for="(listItem, listIndex) in userList" :key="listIndex"
- @click="onClick(listItem)">
- <view class="grid-img-box">
- <!-- <img :src="listItem.iconName" alt="" style="width: 52rpx;height: 52rpx;"> -->
- <up-icon :name="listItem.iconName" :size="22"></up-icon>
- </view>
- <text class="grid-text">{{ listItem.name }}</text>
- </view>
- </view>
- <view class="mine-card count-card" v-if="userType == 2">
- <view class="count-title">订单统计</view>
- <view class="count-list">
- <view class="count-item" v-for="(item, index) in orderList" :key="index">
- <up-count-to :startVal="0" :endVal="data[item.key]"></up-count-to>
- <text class="count-item-text">{{ item.name }}</text>
- </view>
- </view>
- </view>
- <view class="mine-card rate-card" v-if="userType == 2">
- <view class="count-title">好评率</view>
- <view class="rate-list">
- <view class="rate-box">
- <label class="rate-count">{{ rateValue }}</label>
- <text class="rate-text">优秀</text>
- </view>
- <up-rate v-model="rateValue" active-color="rgba(255, 87, 4, 1)" inactive-color="#b2b2b2" gutter="20"
- readonly></up-rate>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script setup>
- <<<<<<< HEAD
- <<<<<<< HEAD
- =======
- >>>>>>> 8343935 (fix: 代码合并)
- import { onMounted, ref } from 'vue';
- import {
- onLoad,
- onShow
- } from '@dcloudio/uni-app';
- import store from "@/store"
- const userInfo = ref({
- avatar: '/static/serverImg/mine/user.png'
- })
- <<<<<<< HEAD
- const rateValue = ref(3)
- const priceList = [{
- name: '账户余额',
- key: 'balance',
- decimals: 2
- },
- {
- name: '订单总数',
- key: 'orderCount',
- decimals: 0
- }
- ]
- const orderList = ref([{
- name: '预约单',
- key: 'orderCount'
- },
- {
- name: '进行单',
- key: 'orderCount'
- },
- {
- name: '完成单',
- key: 'orderCount'
- },
- {
- name: '取消单',
- key: 'orderCount'
- }
- ]);
- const data = ref({
- balance: 0.0,
- orderCount: 0,
- });
- const userType = uni.getStorageSync('userType') //读取本地存储
- const adminList = ref(
- [{
- name: '待服务',
- iconName: '/static/serverImg/mine/icon1.png',
- page: '/pages/classify',
- value: 1
- },
- {
- name: '进行中',
- iconName: '/static/serverImg/mine/icon2.png',
- page: '/pages/classify',
- value: 2
- },
- {
- name: '已完成',
- iconName: '/static/serverImg/mine/icon3.png',
- page: '/pages/classify',
- value: 3
- },
- {
- name: '差评申述',
- iconName: '/static/serverImg/mine/icon4.png',
- page: '/pages_mine/pages/bad/index'
- },
- {
- name: '钱包',
- iconName: '/static/serverImg/mine/icon5.png',
- page: '/pages_mine/pages/wallet/index'
- },
- {
- name: '帮助与客服',
- iconName: '/static/serverImg/mine/icon6.png',
- },
- {
- name: '用户端',
- iconName: '/static/serverImg/mine/icon6.png',
- },
- ]);
- const userList = ref(
- [{
- name: '待服务',
- iconName: 'clock',
- page: '/pages/classify',
- value: 1
- },
- {
- name: '进行中',
- iconName: 'car',
- page: '/pages/classify',
- value: 2
- },
- {
- name: '已完成',
- iconName: 'car-fill',
- page: '/pages/classify',
- value: 3
- },
- {
- name: '评论',
- iconName: 'edit-pen',
- },
- {
- name: '钱包',
- iconName: 'rmb-circle',
- page: '/pages_mine/pages/wallet/index'
- },
- {
- name: '浏览记录',
- iconName: 'eye',
- },
- {
- name: '收藏',
- iconName: 'star',
- },
- {
- name: '帮助与客服',
- iconName: 'kefu-ermai',
- },
- {
- name: '地址',
- iconName: 'kefu-ermai',
- },
- {
- name: '志愿者',
- iconName: 'kefu-ermai',
- },
- ]);
- const onClick = (record) => {
- console.log('record', record, record.page);
- if (record.page && record.value) {
- const app = getApp();
- app.globalData.switchTabParams = {
- tabKey: record.value
- };
- // JS跳转
- uni.switchTab({
- url: record.page
- });
- return;
- }
- }
- const getDetails = async () => {
- try {
- // const res = await getVolunteerAccount();
- // console.log('res',res);
- } catch (error) {
- console.log('error', error);
- }
- }
- const handLsetTing = () => {
- =======
- import {
- onMounted,
- ref
- } from 'vue';
- import {
- getVolunteerAccount
- } from '@/api/volunteer.js'
- import {
- onLoad,
- onShow
- } from '@dcloudio/uni-app';
- import store from "@/store"
- const userType = uni.getStorageSync('userType') //读取本地存储
- =======
- >>>>>>> 8343935 (fix: 代码合并)
- const rateValue = ref(3)
- const priceList = [{
- name: '账户余额',
- key: 'balance',
- decimals: 2
- },
- {
- name: '订单总数',
- key: 'orderCount',
- decimals: 0
- }
- ]
- const orderList = ref([{
- name: '预约单',
- key: 'orderCount'
- },
- {
- name: '进行单',
- key: 'orderCount'
- },
- {
- name: '完成单',
- key: 'orderCount'
- },
- {
- name: '取消单',
- key: 'orderCount'
- }
- ]);
- const data = ref({
- balance: 0.0,
- orderCount: 0,
- });
- const userType = uni.getStorageSync('userType') //读取本地存储
- const adminList = ref(
- [{
- name: '待服务',
- iconName: '/static/serverImg/mine/icon1.png',
- page: '/pages/classify',
- value: 1
- },
- {
- name: '进行中',
- iconName: '/static/serverImg/mine/icon2.png',
- page: '/pages/classify',
- value: 2
- },
- {
- name: '已完成',
- iconName: '/static/serverImg/mine/icon3.png',
- page: '/pages/classify',
- value: 3
- },
- {
- name: '差评申述',
- iconName: '/static/serverImg/mine/icon4.png',
- page: '/pages_mine/pages/bad/index'
- },
- {
- name: '钱包',
- iconName: '/static/serverImg/mine/icon5.png',
- page: '/pages_mine/pages/wallet/index'
- },
- {
- name: '帮助与客服',
- iconName: '/static/serverImg/mine/icon6.png',
- },
- {
- name: '用户端',
- iconName: '/static/serverImg/mine/icon6.png',
- },
- ]);
- const userList = ref(
- [{
- name: '待服务',
- iconName: 'clock',
- page: '/pages/classify',
- value: 1
- },
- {
- name: '进行中',
- iconName: 'car',
- page: '/pages/classify',
- value: 2
- },
- {
- name: '已完成',
- iconName: 'car-fill',
- page: '/pages/classify',
- value: 3
- },
- {
- name: '评论',
- iconName: 'edit-pen',
- },
- {
- name: '钱包',
- iconName: 'rmb-circle',
- page: '/pages_mine/pages/wallet/index'
- },
- {
- name: '浏览记录',
- iconName: 'eye',
- },
- {
- name: '收藏',
- iconName: 'star',
- },
- {
- name: '帮助与客服',
- iconName: 'kefu-ermai',
- },
- {
- name: '地址',
- iconName: 'kefu-ermai',
- },
- {
- name: '志愿者',
- iconName: 'kefu-ermai',
- },
- ]);
- const onClick = (record) => {
- console.log('record', record, record.page);
- if (record.page && record.value) {
- const app = getApp();
- app.globalData.switchTabParams = {
- tabKey: record.value
- };
- // JS跳转
- uni.switchTab({
- url: record.page
- });
- return;
- }
- }
- const getDetails = async () => {
- try {
- // const res = await getVolunteerAccount();
- // console.log('res',res);
- } catch (error) {
- console.log('error', error);
- }
- }
- <<<<<<< HEAD
- const geUserInfo = () => {
- console.log(store.state, '>>>>99');
- userInfo.value = store.state.user
- }
- // 设置
- const handLsetTing = () => {
- >>>>>>> 3e2be9f (fetch:详情tabs/用户新增地址)
- =======
- const handLsetTing = () => {
- >>>>>>> 8343935 (fix: 代码合并)
- console.log('123')
- uni.navigateTo({
- url: '/pages_mine/pages/setupUser/index'
- })
- }
- <<<<<<< HEAD
- <<<<<<< HEAD
- const geUserInfo = () => {
- console.log(store.state, '>>>>99');
- userInfo.value = store.state.user
- }
- onShow(() => {
- geUserInfo();
- })
- </script>
- <style lang="scss" scoped>
- .mine-container {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background: rgba(245, 245, 245, 1);
- overflow-y: auto;
- .mine-header {
- padding: 42rpx 44rpx;
- background: #fff;
- display: flex;
- .header-info {
- display: flex;
- flex-direction: column;
- margin-left: 36rpx;
- .info-name {
- font-size: 36rpx;
- font-weight: 400;
- line-height: 54rpx;
- color: rgba(51, 51, 51, 1);
- }
- .info-id {
- font-size: 28rpx;
- font-weight: 400;
- letter-spacing: 0rpx;
- line-height: 42rpx;
- color: rgba(153, 153, 153, 1);
- }
- .info-edit {
- font-size: 24rpx;
- font-weight: 400;
- letter-spacing: 0rpx;
- line-height: 36rpx;
- color: rgba(102, 102, 102, 1);
- }
- }
- }
- .list-box {
- padding: 16rpx 40rpx;
- .price-card {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .price-item {
- display: flex;
- align-items: center;
- flex-direction: column;
- .price-name {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(102, 102, 102, 1);
- }
- .price-data {
- font-size: 48rpx;
- font-weight: 400;
- line-height: 72rpx;
- color: rgba(51, 51, 51, 1);
- }
- .grid-min-price {
- font-size: 24rpx;
- font-weight: 400;
- line-height: 36rpx;
- color: rgba(153, 153, 153, 1);
- =======
- onShow(() => {
- geUserInfo();
- =======
- >>>>>>> 8343935 (fix: 代码合并)
- const geUserInfo = () => {
- console.log(store.state, '>>>>99');
- userInfo.value = store.state.user
- }
- onShow(() => {
- geUserInfo();
- })
- </script>
- <style lang="scss" scoped>
- .mine-container {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background: rgba(245, 245, 245, 1);
- overflow-y: auto;
- .mine-header {
- padding: 42rpx 44rpx;
- background: #fff;
- display: flex;
- .header-info {
- display: flex;
- flex-direction: column;
- margin-left: 36rpx;
- <<<<<<< HEAD
- }
- .mine-box {
- position: absolute;
- top: 40px;
- left: 12px;
- right: 12px;
- bottom: 0px;
- overflow-y: auto;
- .mine-user {
- border-radius: 8px;
- background: rgba(255, 255, 255, 1);
- margin-bottom: 12px;
- .user-name-box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 12px 12px 0;
- .user-avatar {}
- .user-name {
- font-size: 18px;
- font-weight: 700;
- line-height: 21.09px;
- color: rgba(51, 51, 51, 1);
- margin-left: 12px;
- }
- >>>>>>> 3e2be9f (fetch:详情tabs/用户新增地址)
- =======
- .info-name {
- font-size: 36rpx;
- font-weight: 400;
- line-height: 54rpx;
- color: rgba(51, 51, 51, 1);
- }
- .info-id {
- font-size: 28rpx;
- font-weight: 400;
- letter-spacing: 0rpx;
- line-height: 42rpx;
- color: rgba(153, 153, 153, 1);
- }
- .info-edit {
- font-size: 24rpx;
- font-weight: 400;
- letter-spacing: 0rpx;
- line-height: 36rpx;
- color: rgba(102, 102, 102, 1);
- }
- }
- }
- .list-box {
- padding: 16rpx 40rpx;
- .price-card {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .price-item {
- display: flex;
- align-items: center;
- flex-direction: column;
- .price-name {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(102, 102, 102, 1);
- >>>>>>> 8343935 (fix: 代码合并)
- }
- .price-data {
- font-size: 48rpx;
- font-weight: 400;
- line-height: 72rpx;
- color: rgba(51, 51, 51, 1);
- }
- .grid-min-price {
- font-size: 24rpx;
- font-weight: 400;
- line-height: 36rpx;
- color: rgba(153, 153, 153, 1);
- }
- }
- }
- .service-img {
- width: 60rpx;
- height: 60rpx;
- margin-bottom: 10rpx;
- }
- .service-list {
- padding-bottom: 12px;
- }
- .grid-text {
- font-size: 14px;
- color: #909399;
- padding: 10rpx 0 20rpx 0rpx;
- /* #ifndef APP-PLUS */
- box-sizing: border-box;
- /* #endif */
- }
- .grid-box {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- position: relative;
- .item-badge {
- position: absolute;
- }
- }
- .price-box {
- display: flex;
- align-content: center;
- justify-content: space-between;
- // padding: 12px;
- .price-item {
- width: 50%;
- padding: 12px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- .price-name {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(102, 102, 102, 1);
- }
- .price-data {
- font-size: 48rpx;
- font-weight: 400;
- line-height: 72rpx;
- color: rgba(51, 51, 51, 1);
- }
- .grid-min-price {
- font-size: 24rpx;
- font-weight: 400;
- line-height: 36rpx;
- color: rgba(153, 153, 153, 1);
- }
- }
- }
- <<<<<<< HEAD
- .status-card {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 48rpx;
- /* 网格项之间的间距 */
- .status-card-item {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- .grid-img-box {
- padding: 35rpx;
- border-radius: 50%;
- background: rgba(249, 250, 251, 1);
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 18rpx;
- }
- .grid-text {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(51, 51, 51, 1);
- }
- }
- <<<<<<< HEAD
- }
- .count-card {
- .count-list {
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- /* 3 列,每列等宽 */
- gap: 32rpx;
- /* 网格项之间的间距 */
- .count-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- .count-item-text {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(102, 102, 102, 1);
- }
- =======
- =======
- >>>>>>> 8343935 (fix: 代码合并)
- .status-card {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 48rpx;
- /* 网格项之间的间距 */
- .status-card-item {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- .grid-img-box {
- padding: 35rpx;
- border-radius: 50%;
- background: rgba(249, 250, 251, 1);
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 18rpx;
- }
- <<<<<<< HEAD
- }
- .price-box {
- display: flex;
- align-content: center;
- justify-content: space-between;
- // padding: 12px;
- .price-item {
- width: 50%;
- padding: 12px;
- .price-name {
- font-size: 16px;
- font-weight: 700;
- line-height: 23.17px;
- color: rgba(51, 51, 51, 1);
- margin-bottom: 12px;
- }
- .price-data {
- font-size: 20px;
- font-weight: 700;
- line-height: 23.44px;
- color: rgba(51, 51, 51, 1);
- }
- .grid-min-price {
- font-size: 12px;
- font-weight: 500;
- line-height: 17.38px;
- color: rgba(153, 153, 153, 1);
- margin-top: 4px;
- }
- }
- .price-item:first-child {
- border-right: 1px solid #dcdfe6;
- }
- }
- }
- .rate-box {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .rate-left {
- font-size: 14px;
- font-weight: 500;
- letter-spacing: 0px;
- line-height: 20.27px;
- color: rgba(0, 0, 0, 1);
- display: flex;
- align-items: center;
- justify-content: left;
- flex: 1;
- }
- .rate-rigth {
- font-size: 14px;
- font-weight: 500;
- letter-spacing: 0px;
- line-height: 20.27px;
- color: rgba(0, 0, 0, 1);
- .rate-count {
- color: rgba(237, 123, 47, 1);
- >>>>>>> 3e2be9f (fetch:详情tabs/用户新增地址)
- =======
- .grid-text {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(51, 51, 51, 1);
- }
- }
- }
- .count-card {
- .count-list {
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- /* 3 列,每列等宽 */
- gap: 32rpx;
- /* 网格项之间的间距 */
- .count-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- .count-item-text {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(102, 102, 102, 1);
- }
- >>>>>>> 8343935 (fix: 代码合并)
- }
- }
- }
- .rate-card {
- .rate-list {
- display: flex;
- align-items: center;
- .rate-box {
- display: flex;
- flex-direction: column;
- align-items: center;
- .rate-count {
- font-size: 64rpx;
- font-weight: 400;
- line-height: 96rpx;
- color: rgba(51, 51, 51, 1);
- }
- .rate-text {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 42rpx;
- color: rgba(102, 102, 102, 1);
- }
- }
- }
- }
- }
- <<<<<<< HEAD
- <<<<<<< HEAD
- =======
- >>>>>>> 8343935 (fix: 代码合并)
- }
- .mine-card {
- border-radius: 24rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0rpx 0rpx 0rpx rgba(0, 0, 0, 0), 0rpx 0rpx 0rpx rgba(0, 0, 0, 0), 0rpx 4rpx 16rpx rgba(0, 0, 0, 0.05);
- margin-bottom: 16rpx;
- padding: 40rpx;
- }
- .count-title {
- font-size: 32rpx;
- font-weight: 400;
- line-height: 48rpx;
- color: rgba(51, 51, 51, 1);
- margin-bottom: 32rpx;
- }
- <<<<<<< HEAD
- =======
- >>>>>>> 3e2be9f (fetch:详情tabs/用户新增地址)
- =======
- >>>>>>> 8343935 (fix: 代码合并)
- </style>
|