Commit 16c3d1d7 authored by 前端-许佳敏's avatar 前端-许佳敏
parents 447c30cf c0ccd3b5
......@@ -85,6 +85,7 @@ const HandlingInfo: React.FC<HandlingInfoPropsType> = (props) => {
const data: any = res.data
if (res.code === 1000) {
if (data) {
setShopInfo(data);
setSelectCityData(initMemberShopArea(data.areaBOList))
setSelectCategoryData(initMemberCategory(data.categoryBOList))
setLogo(data.logo)
......
import React from 'react';
import moment from 'moment';
export const format = (text, fmt?: string) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment