File: /www/wwwroot/bs.kntsleep.com/system/web/common/html/member/assign.html
{include theme=com/head}
<section class="member" bosscms="sys_member">
<article>
<div class="assigns">
{if:($G.order.payment==2)}
{config.pay2_content|str_replace='[num]',$G.order.num,###|str_replace='[name]',$G.order.name,###|delFilter}
{else if:($G.order.payment==4)}
<div class="wechatpay">
<h3>
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'>
<defs>
<path id='0f20791c-6774-4e52-920f-6b6d8404b4dc-a' d='M6.724 0h10.552c2.338 0 3.186.243 4.04.7A4.766 4.766 0 0 1 23.3 2.684c.458.855.701 1.703.701 4.04v10.553c0 2.338-.243 3.186-.7 4.04a4.766 4.766 0 0 1-1.983 1.983c-.855.458-1.703.701-4.04.701H6.723c-2.338 0-3.186-.243-4.04-.7A4.766 4.766 0 0 1 .7 21.316c-.457-.854-.7-1.702-.7-4.039V6.723c0-2.338.243-3.186.7-4.04A4.766 4.766 0 0 1 2.684.7C3.538.243 4.386 0 6.723 0z' />
<linearGradient id='0f20791c-6774-4e52-920f-6b6d8404b4dc-b' x1='50%' x2='50%' y1='0%' y2='100%'>
<stop offset='0%' stop-color='#02E36F' />
<stop offset='100%' stop-color='#05CD65' />
<stop offset='100%' stop-color='#07C160' />
</linearGradient>
</defs>
<g fill='none' fill-rule='evenodd'>
<mask id='0f20791c-6774-4e52-920f-6b6d8404b4dc-c' fill='#fff'>
<use xlink:href='#0f20791c-6774-4e52-920f-6b6d8404b4dc-a' />
</mask>
<path fill='url(#0f20791c-6774-4e52-920f-6b6d8404b4dc-b)' d='M0 0h24v24H0z' mask='url(#0f20791c-6774-4e52-920f-6b6d8404b4dc-c)' />
<path fill='#FFF' d='M19.095 17.63c1.141-.826 1.87-2.05 1.87-3.408 0-2.49-2.423-4.51-5.411-4.51-2.989 0-5.411 2.02-5.411 4.51 0 2.49 2.422 4.51 5.41 4.51.618 0 1.214-.089 1.767-.248a.543.543 0 0 1 .447.06l1.184.683c.033.02.065.034.104.034.1 0 .18-.08.18-.18 0-.045-.017-.09-.028-.132l-.244-.91a.36.36 0 0 1 .132-.409M13.75 13.5a.721.721 0 1 1 0-1.442.721.721 0 0 1 0 1.443M9.493 4.734c3.24 0 5.925 1.977 6.414 4.562a7.206 7.206 0 0 0-.353-.01c-3.27 0-5.922 2.21-5.922 4.936 0 .46.077.904.218 1.326a7.687 7.687 0 0 1-2.476-.288.651.651 0 0 0-.536.071l-1.421.82a.245.245 0 0 1-.125.041.216.216 0 0 1-.217-.216c0-.054.021-.107.035-.158l.292-1.092a.433.433 0 0 0-.159-.49C3.876 13.243 3 11.775 3 10.145c0-2.989 2.907-5.412 6.493-5.412zm7.865 7.323a.721.721 0 1 1 0 1.443.721.721 0 0 1 0-1.443zM7.328 7.548a.866.866 0 1 0 0 1.732.866.866 0 0 0 0-1.732zm4.33 0a.866.866 0 1 0 0 1.731.866.866 0 0 0 0-1.73z' mask='url(#0f20791c-6774-4e52-920f-6b6d8404b4dc-c)' />
</g>
</svg>
<span>使用微信扫一扫付款</span>
</h3>
<h2>{$G.order.name}</h2>
<h4><img src="{path.relative}api/member/?action=qrcode&type=wechatpay&orders={$G.order.num}" onload="img=this;window.setTimeout(function(){img.src+='&';},8000);" onerror="window.location.href='{path.link|url::param='action','orders'}'" /></h4>
</div>
{/if}
</div>
</article>
</section>
{include theme=com/foot}