Commit 576652da authored by GuanHua's avatar GuanHua

fix: 渠道能力渠道商城链接问题

parent 4fef68d0
......@@ -286,9 +286,11 @@ const ChannelInfo: React.FC<ShopInfoPropsType> = (props) => {
let url = ''
switch (option.type) {
case 3:
case 4:
url = `${CHANNEL_CENTER_URL}/m${shopInfo.memberId}`
break
case 4:
url = `${ICHANNEL_CENTER_URL}/m${shopInfo.memberId}`
break
case 5:
url = `${CHANNEL_CENTER_URL}/m${shopInfo.memberId}/integral`
break
......
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