FWQ
ecshop如何调用收货地址
ecshop当中如何调用收货地址, 静态部分:html {insert_scripts files='region.js,utils.js'} <script type="text/javascript"> region.isAdmin = false; {foreach from=$lang.flow_js item=item key=key} var {$key} = "{$item}"; {/foreach} {literal} onload = function() { if (!document.all) { document.forms['theForm'].reset(); }…