Commit ec8ebf63 authored by guang.wu's avatar guang.wu

Merge branch 'feature/sourcemap-merchant' of...

Merge branch 'feature/sourcemap-merchant' of git.quantgroup.cn:ui/merchant-manage-ui into feature/merchant-info-alter
parents f75411e0 c4a40763
...@@ -266,7 +266,7 @@ export function renderServiceTags() { ...@@ -266,7 +266,7 @@ export function renderServiceTags() {
that.state.businessInfo.customList.map(tag => { that.state.businessInfo.customList.map(tag => {
const isLongTag = tag.length > 20; const isLongTag = tag.length > 20;
const tagElem = ( const tagElem = (
// 二期放开 // 二期放开
<Tag key={tag} closable onClose={() => handleClose.call(that, tag)}> <Tag key={tag} closable onClose={() => handleClose.call(that, tag)}>
{isLongTag ? `${tag.slice(0, 20)}...` : tag} {isLongTag ? `${tag.slice(0, 20)}...` : tag}
</Tag> </Tag>
......
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