Commit bc1aeae8 by chenyu

Merge branch 'feature/9月迭代' of http://git.gicdev.com/memberTag/memberTag-web

parents f8aeea32 f2beb9ac
......@@ -39,7 +39,7 @@ export default {
methods: {
getTagVal(tagData) {
const tag = JSON.parse(tagData.tagParams);
return tag.selectedVal;
return tag.selectedVal.includes('$^')?tag.selectedVal.replace(/\$\^/g,''):tag.selectedVal;
}
}
};
......
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