订单详情
{{ orderAccount.order_status_name }}

账号信息

账号: {{ (orderAccount.order_status == 5 || orderAccount.order_status == 6) ? "********" : orderAccount.order_account_item_detail_vo.goods_account_account_number }}
密码: {{ (orderAccount.order_status == 5 || orderAccount.order_status == 6) ? "********" : orderAccount.order_account_item_detail_vo.goods_account_account_password }}
账号名称: {{ orderAccount.order_account_item_detail_vo.goods_account_category_name }}
所属商品: {{ orderAccount.order_account_item_detail_vo.goods_name }}
登录方式: {{ orderAccount.order_account_item_detail_vo.goods_account_login_type_name }}
租用方式: {{ orderAccount.order_account_item_detail_vo.goods_account_type_name }}
开始时间: {{ orderAccount.order_account_item_detail_vo.start_time }}
结束时间: {{ orderAccount.order_account_item_detail_vo.end_time }}

联系卖家

QQ: {{ (orderAccount.order_account_item_detail_vo.contact_qq == null || orderAccount.order_account_item_detail_vo.contact_qq == "") ? "卖家未填写" : orderAccount.order_account_item_detail_vo.contact_qq }}
联系QQ
微信: {{ (orderAccount.order_account_item_detail_vo.contact_wechat == null || orderAccount.order_account_item_detail_vo.contact_wechat == "") ? "卖家未填写" : orderAccount.order_account_item_detail_vo.contact_wechat }}
手机号: {{ (orderAccount.order_account_item_detail_vo.contact_phone == null || orderAccount.order_account_item_detail_vo.contact_phone == "") ? "卖家未填写" : orderAccount.order_account_item_detail_vo.contact_phone }}

使用说明

订单信息

订单号: {{ orderAccount.order_no }}
下单时间: {{ orderAccount.start_time }}
付款时间: {{ orderAccount.pay_time }}
支付方式: {{ orderAccount.pay_type_name }}
支付金额: {{ orderAccount.pay_price }}元
完结时间: {{ orderAccount.end_time }}