摘要:
js代码function confirm_redirect(msg, url){ if (confirm(msg)) { location.href=url; }}html删除 阅读全文
摘要:
设置位置:ecs_users标的 country字段,默认是0,默认地址是 users_address 的address_id设置默认收货地址/** * 设置默认地址 * * @access public * @param integer $id 收货地址id * @return bool... 阅读全文