Files
2025-04-30 14:08:39 +08:00

1175 lines
32 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="page" :style="themeColor">
<!---flex布局flex布局开始-->
<view class="flex benben-flex-layout flex-wrap align-center myPage_flex_0">
<view class='flex flex-wrap align-center justify-between flex-sub' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/md/storeInformation/storeInformation`">
<view class='flex flex-wrap align-center'>
<view class='flex flex-wrap align-center'>
<image class='myPage_fd0_0_c0_c0_c0' mode="aspectFill" :src='shopInfo.logo'></image>
</view>
<view class='flex flex-direction flex-wrap align-start myPage_fd0_0_c0_c1'>
<view class='flex flex-wrap align-center'>
<view class='flex flex-wrap align-center'>
<text class='myPage_fd0_0_c0_c1_c0_c0_c0'>{{ shopInfo.store_name }}</text>
</view>
<view class='flex flex-wrap align-center justify-center myPage_fd0_0_c0_c1_c0_c1'
@tap.stop="popupShow1684207265519=true" data-type="navigateTo"
:data-url="`/pages/dpgl/businessSettings/businessSettings`">
<text class='myPage_fd0_0_c0_c1_c0_c1_c0'>{{is_open==1?'营业中':is_open==2?'打烊中':'休息中'}}</text>
</view>
</view>
<view class='flex flex-wrap align-center myPage_fd0_0_c0_c1_c1'>
<view class='flex flex-direction flex-wrap align-start'>
<text class='myPage_fd0_0_c0_c1_c1_c0_c0'>{{shopInfo.score}}</text>
<text class='myPage_fd0_0_c0_c1_c1_c0_c1'>商家评分</text>
</view>
<view class='flex flex-direction flex-wrap align-start myPage_fd0_0_c0_c1_c1_c1'>
<text class='myPage_fd0_0_c0_c1_c1_c1_c0'>{{shopInfo.service_score}}</text>
<text class='myPage_fd0_0_c0_c1_c1_c1_c1'>服务态度</text>
</view>
<view class='flex flex-direction flex-wrap align-start myPage_fd0_0_c0_c1_c1_c2'>
<text class='myPage_fd0_0_c0_c1_c1_c2_c0'>{{shopInfo.goods_score}}</text>
<text class='myPage_fd0_0_c0_c1_c1_c2_c1'>菜品口味</text>
</view>
</view>
</view>
</view>
<view class='flex flex-wrap align-center justify-center myPage_fd0_0_c1' v-if="isPublish"
@tap.stop="popupShow1684232220791=true">
<text class='myPage_fd0_0_c1_c0'>分享</text>
<image class='myPage_fd0_0_c1_c1' mode="aspectFill" :src='invite_url'></image>
</view>
</view>
</view>
<!---flex布局flex布局结束-->
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout myPage_flex_1">
<view class='flex flex-wrap align-center justify-between myPage_fd1_0'>
<view class='flex flex-direction flex-wrap align-center' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/dpgl/statisticalDetails/statisticalDetails`">
<view class='flex flex-wrap align-center'>
<text class='myPage_fd1_0_c0_c0_c0'>¥</text>
<text class='myPage_fd1_0_c0_c0_c1'>{{detailsmoney.order_money}}</text>
</view>
<text class='myPage_fd1_0_c0_c1'>今日营业额</text>
</view>
<view class='flex flex-direction flex-wrap align-start' @tap.stop="handleJumpDiy" data-type="switchTab"
:data-url="`/pages/tabBar/takeouTorders/takeouTorders`">
<view class='flex flex-wrap align-center'>
<text class='myPage_fd1_0_c1_c0_c0'>{{detailsmoney.order_num}}</text>
</view>
<text class='myPage_fd1_0_c1_c1'>今日订单量</text>
</view>
<view class='flex flex-direction flex-wrap align-start' @tap.stop="handleJumpDiy" data-type="navigateTo"
:data-url="`/pages/md/myMoney/myMoney`">
<view class='flex flex-wrap align-center'>
<text class='myPage_fd1_0_c2_c0_c0'>{{moneydetails.user_money}}</text>
</view>
<text class='myPage_fd1_0_c2_c1'>累计收益</text>
</view>
</view>
<view class='flex flex-wrap align-center justify-around myPage_fd1_1'>
<view class='flex flex-direction flex-wrap align-center' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/md/pointsDetails/pointsDetails`">
<view class='flex flex-wrap align-center'>
<text class='myPage_fd1_1_c0_c0_c0'>{{moneydetails.score}}</text>
</view>
<text class='myPage_fd1_1_c0_c1'>抵用券</text>
</view>
<view class='flex flex-direction flex-wrap align-center' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/md/contributionDetails/contributionDetails`">
<view class='flex flex-wrap align-center'>
<text class='myPage_fd1_1_c1_c0_c0'>{{moneydetails.freeze_score}}</text>
</view>
<text class='myPage_fd1_1_c1_c1'>积分</text>
</view>
<view class='flex flex-direction flex-wrap align-center'>
<view class='flex flex-wrap align-center'>
<text class='myPage_fd1_1_c2_c0_c0'>{{moneydetails.count_score}}</text>
</view>
<text class='myPage_fd1_1_c2_c1'>累计抵用券</text>
</view>
</view>
<view class='flex flex-wrap align-center myPage_fd1_2'>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c0' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/md/paymentCode/paymentCode`">
<image class='myPage_fd1_2_c0_c0' mode="aspectFill" :src='payment_code'></image>
<text class='myPage_fd1_2_c0_c1'>商家收款码</text>
</view>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c0' @tap.stop="getFenzhangInfo"
data-type="navigateTo" :data-url="`/pages/dl/auth/choosejinjian`">
<image class='myPage_fd1_2_c0_c0' mode="aspectFill" :src='STATIC_URL+"fenzhang.png"'></image>
<text class='myPage_fd1_2_c0_c1'>分账信息</text>
</view>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c1' v-if="isPublish" @tap.stop="handleJumpFensi"
data-type="navigateTo" :data-url="`/pages/md/myFans/myFans`">
<image class='myPage_fd1_2_c1_c0' mode="aspectFit" :src='STATIC_URL+"67.png"'></image>
<text class='myPage_fd1_2_c1_c1'>我的粉丝</text>
</view>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c2' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/xtsz/system/system`">
<image class='myPage_fd1_2_c2_c0' mode="aspectFit" :src='STATIC_URL+"68.png"'></image>
<text class='myPage_fd1_2_c2_c1'>设置</text>
</view>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c3' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/xtsz/iNeedFeedback/iNeedFeedback`">
<image class='myPage_fd1_2_c3_c0' mode="aspectFit" :src='STATIC_URL+"69.png"'></image>
<text class='myPage_fd1_2_c3_c1'>意见反馈</text>
</view>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c4' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/xtsz/aboutUs/aboutUs`">
<image class='myPage_fd1_2_c4_c0' mode="aspectFit" :src='STATIC_URL+"70.png"'></image>
<text class='myPage_fd1_2_c4_c1'>关于我们</text>
</view>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c5' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/dl/registrationAgreemen/registrationAgreemen?type=10`">
<image class='myPage_fd1_2_c5_c0' mode="aspectFit" :src='STATIC_URL+"71.png"'></image>
<text class='myPage_fd1_2_c5_c1'>隐私协议</text>
</view>
<view class='flex flex-direction flex-wrap align-center myPage_fd1_2_c6' @tap.stop="handleJumpDiy"
data-type="navigateTo" :data-url="`/pages/xtsz/helpCenter/helpCenter`">
<image class='myPage_fd1_2_c6_c0' mode="aspectFit" :src='STATIC_URL+"72.png"'></image>
<text class='myPage_fd1_2_c6_c1'>帮助中心</text>
</view>
</view>
<view class='flex flex-direction flex-wrap align-stretch myPage_fd1_3' @tap="phoneTap(details.service_phone)">
<view class='flex flex-wrap align-center'>
<text class='myPage_fd1_3_c0_c0'>客服电话:</text>
<text class='myPage_fd1_3_c0_c1'>{{details.service_phone}}</text>
</view>
<view class='flex flex-wrap align-center myPage_fd1_3_c1'>
<text class='myPage_fd1_3_c1_c0'>{{details.service_time}}</text>
</view>
</view>
</view>
<benben-popup v-model="popupShow1684232220791" :mask="true" mode='center'>
<!---flex布局flex布局开始-->
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout myPage_flex_2">
<view class='flex flex-direction-row-reverse flex-wrap align-center'>
<image class='myPage_fd2_0_c0' :src='STATIC_URL+"80.png"' @tap.stop="popupShow1684232220791=false">
</image>
</view>
<view class='flex flex-direction flex-wrap align-stretch myPage_fd2_1'>
<view class='flex flex-direction flex-wrap align-stretch myPage_fd2_1_c0'>
<view class='flex flex-wrap flex-direction align-center justify-center'>
<image class='myPage_fd2_1_c0_c0_c0' mode="aspectFill" :src='invite_url'></image>
<text class="text-lg text-bold margin-top-sm">邀请码:{{invite_code}}</text>
</view>
<view class='flex flex-wrap align-center justify-center myPage_fd2_1_c0_c1'>
<image @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/md/invite-code/index`" class='myPage_fd2_1_c0_c1_c0' mode="aspectFit" :src='STATIC_URL+"77.png"'></image>
<!-- <image class='myPage_fd2_1_c0_c1_c1' mode="aspectFit" @tap="handleShareWx" :src='STATIC_URL+"78.png"'></image> -->
</view>
</view>
<view class='flex flex-direction flex-wrap align-stretch myPage_fd2_1_c1'>
<view class='flex flex-wrap align-center justify-center'>
<text class='myPage_fd2_1_c1_c0_c0'>萬家排行榜</text>
</view>
<view class='flex flex-wrap align-center justify-between myPage_fd2_1_c1_c1'>
<text class='myPage_fd2_1_c1_c1_c0'>昵称</text>
<text class='myPage_fd2_1_c1_c1_c1'>联系方式</text>
<text class='myPage_fd2_1_c1_c1_c2'>邀请数</text>
</view>
<view class='flex flex-direction flex-wrap align-stretch'>
<scroll-view scroll-y="true" style="max-height: 600rpx;">
<view class='flex flex-wrap align-center myPage_fd2_1_c1_c2_c0' v-if="index<10" v-for="(item,index) in lists" :key="index">
<text class='myPage_fd2_1_c1_c2_c0_c0'>{{item.nickname}}</text>
<text class='myPage_fd2_1_c1_c2_c0_c1'>{{item.mobile}}</text>
<text class='myPage_fd2_1_c1_c2_c0_c2'>{{item.invite_people_num}}</text>
</view>
</scroll-view>
</view>
</view>
</view>
</view>
<!---flex布局flex布局结束-->
</benben-popup>
<benben-popup v-model="popupShow1684207265519" :mask="true" mode='bottom'>
<!---配送方式flex布局开始-->
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout storeManagement_flex_2">
<view class='flex flex-direction-row-reverse flex-wrap align-center'>
<view class='flex flex-wrap align-center storeManagement_fd2_0_c0'>
<image class='storeManagement_fd2_0_c0_c0' :src='STATIC_URL+"2.png"'
@tap.stop="popupShow1684207265519=false"></image>
</view>
<view class='flex flex-wrap align-center storeManagement_fd2_0_c1'>
<text class='storeManagement_fd2_0_c1_c0'>店铺状态</text>
</view>
</view>
<!-- <view class='flex flex-wrap align-center storeManagement_fd2_1'>
<text class='storeManagement_fd2_1_c0'>提示更换配送方式需要后台审核更换配送方式前请谨慎</text>
</view> -->
<view class='flex flex-wrap align-center'>
<benben-select-diy ref="showSelectPopup1684207996151"
class-name='flex flex-direction flex storeManagement_fd2_2_c0' :items.sync="delivery_list"
v-model="delivery_id" default-type="value" default-label="name" :allow-cancel='false'
type="radio" :disabled='false'>
<template v-for='(item,key0) in delivery_list'>
<view v-if="item.isSelected" class='flex justify-between flex storeManagement_fd2_2_c0_c0'
:key="key0" @tap="$refs.showSelectPopup1684207996151.tapHandle(key0)">
<text class='storeManagement_fd2_2_c0_c0_c0'>{{item.name}}</text>
<image class='storeManagement_fd2_2_c0_c0_c1' mode="aspectFit"
:src='STATIC_URL+"44.png"'></image>
</view>
<view v-else class='flex justify-between flex storeManagement_fd2_2_c0_c1' :key="key0"
@tap="$refs.showSelectPopup1684207996151.tapHandle(key0)">
<text class='storeManagement_fd2_2_c0_c1_c0'>{{item.name}}</text>
<image class='storeManagement_fd2_2_c0_c1_c1' mode="aspectFit"
:src='STATIC_URL+"49.png"'></image>
</view>
</template>
</benben-select-diy>
</view>
<view class='flex flex-wrap align-center storeManagement_fd2_3'>
<button class='flex-sub storeManagement_fd2_3_c0' @tap.stop="submitIntoFunc()">提交</button>
</view>
</view>
<!---配送方式flex布局结束-->
</benben-popup>
</view>
</template>
<script>
import {
validate
} from '@/common/utils/validate.js'
export default {
components: {},
data() {
return {
popupShow1684207265519: false,
"popupShow1684232220791": false,
shopInfo:"",
is_open:"",
details:"",
moneydetails:"",
detailsmoney:"",
payment_code:"" ,//商家收款码
invite_url:"",
invite_code:"",
lists:"",
"delivery_list": [{
"name": "营业",
"value": "1",
"image": ""
}, {
"name": "打烊",
"value": "2",
"image": ""
}, {
"name": "休息",
"value": "3",
"image": ""
}],
"delivery_id": "1",
};
},
computed: {
themeColor() {
return this.$store.getters.themeColor
},
isLogin() {
return this.$store.state.token == '' ? false : true;
}
},
watch: {},
onLoad(options) {
},
onUnload() {
},
onReady() {
},
onShow() {
this.getPublishStatus()
this.getInfo();
this.authInfoCheck();
// this.getFenzhangInfo();
this.Get6483f11510991()
this.post6486e03b64354();
this.post64893775ce02c()
this.post649baca5b33e8()
},
methods: {
async handleJumpFensi() {
let res = await this.$api.post(global.apiUrls.post67306ffb6ec75)
if (res.data.code == 1) {
console.log(res.data.data.status);
this.applyStatus = res.data.data.status - 0;
}
console.log(2);
console.log(this.applyStatus);
if (this.applyStatus == 1) {
this.$urouter.navigateTo(`/pages/md/myFans/myFans`)
} else {
let tips = ''
switch (this.applyStatus){
case -1:
tips = '请先前往“设置”中申请成为推广人员'
break;
case 0:
tips = '您申请成为推广人员正在审核中,需审核通过才能查看'
break;
default:
tips = '您申请成为推广人员已被拒绝,需审核通过才能查看'
break;
}
this.$message.info(tips)
}
},
//修改配送方式
submitIntoFunc(){
let that=this
let title = that.delivery_id == 1 ? '营业' : that.delivery_id == 2 ? '打烊' : '休息'
that.popupShow1684207265519=false
uni.showModal({
title:"提示",
content: `确定修改为${title}`,
confirmColor:"#FF9300",
success(res) {
if(res.confirm){
console.log(that.delivery_id)
that.$api.post(global.apiUrls.editShopStatus,{
work_status:that.delivery_id
}).then(res=>{
that.$message.info(res.data.msg)
if(res.data.code==1){
that.authInfoCheck()
}
})
}
}
})
},
phoneTap(phone){
// uni.makePhoneCall({
// phoneNumber:phone
// })
this.callMobile(phone)
},
//资金统计
post6486e03b64354(){
this.$api.post(global.apiUrls.post6486e03b64354).then(res=>{
if(res.data.code==1){
this.detailsmoney= res.data.data
}
})
},
//账户余额信息
post64893775ce02c(){
this.$api.post(global.apiUrls.post64893775ce02c).then(res=>{
if(res.data.code==1){
this.moneydetails = res.data.data
}
})
},
//公共信息
Get6483f11510991(){
this.$api.post(global.apiUrls.Get6483f11510991).then(res=>{
if(res.data.code==1){
this.details =res.data.data
}
})
},
//排行榜
post649baca5b33e8(){
this.$api.post(global.apiUrls.post649baca5b33e8).then(res=>{
if(res.data.code==1){
this.lists =res.data.data
}
})
},
/**
* @function
* @description 获取用户信息
*/
getInfo() {
this.$api.post(global.apiUrls.postGetUserInfo, {
user_id: (global.userInfo && global.userInfo.id) || 0
}).then(res => {
console.log(res);
res = res.data;
if (res.code == 1) {
this.invite_url = res.data.invite_url
this.invite_code = res.data.invite_code
this.$store.commit('updateUserInfo', res.data);
this.$forceUpdate();
}
uni.stopPullDownRefresh();
});
},
//获取商家信息
authInfoCheck() {
this.$api.post(global.apiUrls.postGetShopInfo, ).then(res => {
console.log(res);
res = res.data;
if (res.code == 1) {
this.shopInfo = res.data
this.is_open = res.data.work_status
this.payment_code = res.data.payment_code
// this.qrcode_img = res.data.qrcode
}
});
},
getFenzhangInfo() {
this.$api.post(global.apiUrls.post6716176fcb1ff, ).then(res => {
console.log(res);
res = res.data;
if (res.code == 1) {
let registerStatus = res.data.mallbook_status - 0
// let registerStatus = 1
let cardStatus = res.data.card_status - 0
// let cardStatus = 2
if (registerStatus > 0) {
if (registerStatus == 1) {
if (cardStatus == 1) {
uni.navigateTo({
url: '/pages/dl/auth/jinjian?type=' + registerStatus
})
} else if (cardStatus == 2) {
uni.navigateTo({
url: '/pages/dl/auth/jinjian?type=' + registerStatus
})
} else {
this.$message.info('银行卡信息审核中,请稍后再试')
}
} else {
uni.navigateTo({
url: '/pages/dl/auth/jinjian?type=' + registerStatus
})
}
} else {
this.$message.info('分账信息审核中,请稍后再试')
}
} else {
uni.navigateTo({
url: '/pages/dl/auth/choosejinjian'
})
}
});
},
}
};
</script>
<style lang="scss" scoped>
.page {
width: 100vw;
overflow-x: hidden;
min-height: calc(100vh - var(--window-bottom));
background: url(/static/images/11.png) no-repeat, rgba(248, 248, 248, 1);
background-size: 100% auto !important;
}
.myPage_flex_0 {
padding: 121rpx 0rpx 90rpx 25rpx;
background: url(/static/images/11.png) no-repeat, rgba(248, 248, 248, 1);
}
.myPage_fd0_0_c1_c1 {
width: 60rpx;
height: 60rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myPage_fd0_0_c1_c0 {
color: #FFFFFF;
font-size: 28rpx;
font-weight: 500;
line-height: 28rpx;
}
.myPage_fd0_0_c1 {
background: url(/static/images/63.png) no-repeat, transparent;
width: 184rpx;
height: 84rpx;
border-radius: 42rpx 0rpx 0rpx 42rpx;
background-size: 100% auto !important;
}
.myPage_fd0_0_c0_c1_c1_c2_c1 {
color: #FFFFFF;
font-size: 20rpx;
font-weight: 400;
line-height: 20rpx;
margin: 5rpx 0rpx 0rpx 0rpx;
}
.myPage_fd0_0_c0_c1_c1_c2_c0 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 700;
line-height: 24rpx;
}
.myPage_fd0_0_c0_c1_c1_c2 {
margin: 0rpx 0rpx 0rpx 28rpx;
}
.myPage_fd0_0_c0_c1_c1_c1_c1 {
color: #FFFFFF;
font-size: 20rpx;
font-weight: 400;
line-height: 20rpx;
margin: 5rpx 0rpx 0rpx 0rpx;
}
.myPage_fd0_0_c0_c1_c1_c1_c0 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 700;
line-height: 24rpx;
}
.myPage_fd0_0_c0_c1_c1_c1 {
margin: 0rpx 0rpx 0rpx 28rpx;
}
.myPage_fd0_0_c0_c1_c1_c0_c1 {
color: #FFFFFF;
font-size: 20rpx;
font-weight: 400;
line-height: 20rpx;
margin: 5rpx 0rpx 0rpx 0rpx;
}
.myPage_fd0_0_c0_c1_c1_c0_c0 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 700;
line-height: 24rpx;
}
.myPage_fd0_0_c0_c1_c1 {
margin: 23rpx 0rpx 0rpx 0rpx;
}
.myPage_fd0_0_c0_c1_c0_c1_c0 {
color: #FFFFFF;
font-size: 20rpx;
font-weight: 500;
line-height: 36rpx;
}
.myPage_fd0_0_c0_c1_c0_c1 {
background: url(/static/images/12.png) no-repeat, #eee;
background-size: 100% auto !important;
width: 80rpx;
height: 36rpx;
border-radius: 28rpx 28rpx 28rpx 8rpx;
margin: 0rpx 0rpx 0rpx 16rpx;
}
.myPage_fd0_0_c0_c1_c0_c0_c0 {
width: 260rpx;
color: #FFFFFF;
font-size: 32rpx;
font-weight: 500;
line-height: 36rpx;
}
.myPage_fd0_0_c0_c1 {
margin: 0rpx 0rpx 0rpx 24rpx;
}
.myPage_fd0_0_c0_c0_c0 {
width: 128rpx;
height: 128rpx;
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
.myPage_flex_1 {
padding: 40rpx 32rpx 0rpx 32rpx;
margin-top: -100rpx;
}
.myPage_fd1_3_c1_c1 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
}
.myPage_fd1_3_c1_c0 {
color: #FFFFFF;
font-size: 24rpx;
font-weight: 400;
line-height: 24rpx;
}
.myPage_fd1_3_c1 {
margin: 28rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_3_c0_c1 {
color: #FFFFFF;
font-size: 32rpx;
font-weight: 500;
line-height: 32rpx;
}
.myPage_fd1_3_c0_c0 {
color: #FFFFFF;
font-size: 32rpx;
font-weight: 500;
line-height: 32rpx;
}
.myPage_fd1_3 {
background: url(/static/images/73.png) no-repeat, #eee;
margin: 0rpx 0rpx 24rpx 0rpx;
border-radius: 16rpx 16rpx 16rpx 16rpx;
background-size: 100% auto !important;
padding: 27rpx 32rpx 25rpx 32rpx;
}
.myPage_fd1_2_c6_c1 {
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
max-width: 125rpx;
margin: 11rpx 0rpx 0rpx 0rpx;
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 30rpx;
}
.myPage_fd1_2_c6_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_2_c6 {
width: 125rpx;
margin: 40rpx 23rpx 0rpx 23rpx;
}
.myPage_fd1_2_c5_c1 {
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
max-width: 125rpx;
margin: 11rpx 0rpx 0rpx 0rpx;
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 30rpx;
}
.myPage_fd1_2_c5_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_2_c5 {
width: 125rpx;
margin: 40rpx 23rpx 0rpx 23rpx;
}
.myPage_fd1_2_c4_c1 {
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
max-width: 125rpx;
margin: 11rpx 0rpx 0rpx 0rpx;
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 30rpx;
}
.myPage_fd1_2_c4_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_2_c4 {
width: 125rpx;
margin: 40rpx 23rpx 0rpx 23rpx;
}
.myPage_fd1_2_c3_c1 {
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
max-width: 125rpx;
margin: 11rpx 0rpx 0rpx 0rpx;
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 30rpx;
}
.myPage_fd1_2_c3_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_2_c3 {
width: 125rpx;
margin: 40rpx 23rpx 0rpx 23rpx;
}
.myPage_fd1_2_c2_c1 {
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
max-width: 125rpx;
margin: 11rpx 0rpx 0rpx 0rpx;
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 30rpx;
}
.myPage_fd1_2_c2_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_2_c2 {
width: 125rpx;
margin: 40rpx 23rpx 0rpx 23rpx;
}
.myPage_fd1_2_c1_c1 {
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
max-width: 125rpx;
margin: 11rpx 0rpx 0rpx 0rpx;
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 30rpx;
}
.myPage_fd1_2_c1_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_2_c1 {
width: 125rpx;
margin: 40rpx 23rpx 0rpx 23rpx;
}
.myPage_fd1_2_c0_c1 {
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
max-width: 125rpx;
margin: 11rpx 0rpx 0rpx 0rpx;
color: #333333;
font-size: 24rpx;
font-weight: 400;
line-height: 30rpx;
}
.myPage_fd1_2_c0_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_2_c0 {
width: 125rpx;
margin: 40rpx 23rpx 0rpx 23rpx;
}
.myPage_fd1_2 {
background: rgba(255, 255, 255, 1);
border-radius: 16rpx 16rpx 16rpx 16rpx;
background-size: 100% auto !important;
margin: 0rpx 0rpx 24rpx 0rpx;
padding: 0rpx 0rpx 40rpx 0rpx;
}
.myPage_fd1_1_c2_c1 {
color: #333333;
font-size: 28rpx;
font-weight: 400;
margin: 13rpx 0rpx 0rpx 0rpx;
line-height: 30rpx;
}
.myPage_fd1_1_c2_c0_c0 {
color: #333333;
font-size: 40rpx;
font-weight: 700;
line-height: 40rpx;
}
.myPage_fd1_1_c1_c1 {
color: #333333;
font-size: 28rpx;
font-weight: 400;
margin: 13rpx 0rpx 0rpx 0rpx;
line-height: 30rpx;
}
.myPage_fd1_1_c1_c0_c0 {
color: #333333;
font-size: 40rpx;
font-weight: 700;
line-height: 40rpx;
}
.myPage_fd1_1_c0_c1 {
color: #333333;
font-size: 28rpx;
font-weight: 400;
margin: 13rpx 0rpx 0rpx 0rpx;
line-height: 30rpx;
}
.myPage_fd1_1_c0_c0_c0 {
color: #333333;
font-size: 40rpx;
font-weight: 700;
line-height: 40rpx;
}
.myPage_fd1_1 {
background: #FFFFFF;
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
}
.myPage_fd1_0_c2_c1 {
color: #666666;
font-size: 24rpx;
font-weight: 500;
margin: 13rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_0_c2_c0_c0 {
color: #333333;
font-size: 40rpx;
font-weight: 700;
line-height: 40rpx;
}
.myPage_fd1_0_c1_c1 {
color: #666666;
font-size: 24rpx;
font-weight: 500;
margin: 13rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_0_c1_c0_c0 {
color: #333333;
font-size: 40rpx;
font-weight: 700;
line-height: 40rpx;
}
.myPage_fd1_0_c0_c1 {
color: #666666;
font-size: 24rpx;
font-weight: 500;
margin: 13rpx 0rpx 0rpx 0rpx;
}
.myPage_fd1_0_c0_c0_c1 {
color: #333333;
font-size: 40rpx;
font-weight: 700;
line-height: 40rpx;
}
.myPage_fd1_0_c0_c0_c0 {
color: #333333;
font-size: 40rpx;
font-weight: 700;
line-height: 40rpx;
}
.myPage_fd1_0 {
background: #FFFFFF;
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 39rpx 48rpx 32rpx 48rpx;
margin: 0rpx 0rpx 24rpx 0rpx;
}
.myPage_flex_2 {
padding: 0rpx 32rpx 0rpx 32rpx;
}
.myPage_fd2_1_c1_c2_c0_c2 {
width: 33.3%;
text-align: center;
color: #333333;
font-size: 28rpx;
font-weight: 500;
line-height: 52rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
// margin: 0rpx 0rpx 0rpx 121rpx;
}
.myPage_fd2_1_c1_c2_c0_c1 {
width: 33.3%;
text-align: center;
color: #333333;
font-size: 28rpx;
font-weight: 500;
line-height: 52rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
// margin: 0rpx 0rpx 0rpx 33rpx;
}
.myPage_fd2_1_c1_c2_c0_c0 {
width: 33.3%;
text-align: center;
color: #333333;
font-size: 28rpx;
font-weight: 400;
line-height: 52rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
// margin: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd2_1_c1_c2_c0 {
margin: 32rpx 0rpx 0rpx 0rpx;
}
.myPage_fd2_1_c1_c1_c2 {
width: 33.3%;
text-align: center;
color: #333333;
font-size: 28rpx;
font-weight: 500;
line-height: 52rpx;
}
.myPage_fd2_1_c1_c1_c1 {
width: 33.3%;
text-align: center;
color: #333333;
font-size: 28rpx;
font-weight: 500;
line-height: 52rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.myPage_fd2_1_c1_c1_c0 {
// max-width: 168rpx;
width: 33.3%;
text-align: center;
color: #333333;
font-size: 28rpx;
font-weight: 500;
line-height: 52rpx;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.myPage_fd2_1_c1_c1 {
width: 504rpx;
margin: 40rpx 0rpx 0rpx 0rpx;
}
.myPage_fd2_1_c1_c0_c0 {
color: #FFFFFF;
font-size: 32rpx;
font-weight: 500;
line-height: 52rpx;
}
.myPage_fd2_1_c1 {
background: url(/static/images/79.png) no-repeat, #eee;
margin: 41rpx 0rpx 0rpx 0rpx;
border-radius: 32rpx 32rpx 32rpx 32rpx;
background-size: 100% auto !important;
padding: 33rpx 32rpx 32rpx 32rpx;
}
.myPage_fd2_1_c0_c1_c1 {
width: 284rpx;
height: 88rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd2_1_c0_c1_c0 {
width: 284rpx;
height: 88rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd2_1_c0_c1 {
margin: 126rpx 0rpx 0rpx 0rpx;
padding: 0rpx 18rpx 0rpx 18rpx;
}
.myPage_fd2_1_c0_c0_c0 {
width: 223rpx;
height: 223rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.myPage_fd2_1_c0 {
background: url(/static/images/75.png) no-repeat, rgba(253, 174, 79, 1);
background-size: 100% auto !important;
border-radius: 40rpx 40rpx 40rpx 40rpx;
padding: 50rpx 0rpx 41rpx 0rpx;
}
.myPage_fd2_1 {
background: url(/static/images/74.png) no-repeat, #eee;
border-radius: 40rpx 40rpx 40rpx 40rpx;
background-size: 100% auto !important;
padding: 40rpx 34rpx 40rpx 34rpx;
margin: 32rpx 0rpx 0rpx 0rpx;
}
.myPage_fd2_0_c0 {
width: 48rpx;
height: 48rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.storeManagement_flex_2 {
background: #fff;
border-radius: 24rpx 24rpx 0rpx 0rpx;
background-size: 100% auto !important;
padding: 32rpx 32rpx 40rpx 32rpx;
}
.storeManagement_fd2_3_c0 {
background: rgba(255, 147, 0, 1);
border-radius: 44rpx 44rpx 44rpx 44rpx;
font-size: 32rpx;
color: #fff;
height: 88rpx;
line-height: 88rpx;
}
.storeManagement_fd2_3 {
margin: 16rpx 0rpx 0rpx 0rpx;
}
.storeManagement_fd2_2_c0_c1_c1 {
width: 36rpx;
height: 36rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.storeManagement_fd2_2_c0_c1_c0 {
color: #333333;
font-size: 28rpx;
font-weight: 400;
line-height: 53rpx;
}
.storeManagement_fd2_2_c0_c1 {
padding: 40rpx 0rpx 40rpx 0rpx;
}
.storeManagement_fd2_2_c0_c0_c1 {
width: 36rpx;
height: 36rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.storeManagement_fd2_2_c0_c0_c0 {
color: #333333;
font-size: 28rpx;
font-weight: 400;
line-height: 53rpx;
}
.storeManagement_fd2_2_c0_c0 {
padding: 40rpx 0rpx 40rpx 0rpx;
}
::v-deep .storeManagement_fd2_2_c0 {
width: 686rpx;
}
.storeManagement_fd2_1_c0 {
color: #ED4040;
font-size: 24rpx;
font-weight: 400;
line-height: 40rpx;
}
.storeManagement_fd2_1 {
margin: 24rpx 0rpx 0rpx 0rpx;
}
.storeManagement_fd2_0_c1_c0 {
color: #333333;
font-size: 32rpx;
font-weight: 500;
line-height: 53rpx;
}
.storeManagement_fd2_0_c1 {
margin: 8rpx 239rpx 0rpx 0rpx;
}
.storeManagement_fd2_0_c0_c0 {
width: 40rpx;
height: 40rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
.storeManagement_fd2_0_c0 {
margin: -10rpx 0rpx 0rpx 0rpx;
}
</style>