云真机平台

登录 注册

☁️ 云真机平台

余额 ¥{{ user.balance.toFixed(2) }}
租用设备 我的设备 订单记录 充值
{{ d.name }} {{ d.status==='available'?'空闲':'使用中' }}
{{ d.model || '机型未填' }} · {{ d.resolution || '分辨率未填' }}
¥{{ d.price_per_hour }}/小时
暂无设备

🖥️ {{ o.device_name || '设备' }} 使用中

订单 #{{ o.id }} · 到期时间 {{ fmtTime(o.expires_at) }}
{{ remain(o.expires_at) }}
进入控制台
暂无进行中的设备

订单记录

订单号设备时长金额状态时间
#{{ o.id }} {{ o.device_name || o.device_id }} {{ o.hours }}h ¥{{ o.total_price.toFixed(2) }} {{ statusText(o.status) }} {{ fmtTime(o.created_at) }}
暂无订单

充值(模拟支付)

交易流水

类型金额余额备注时间
{{ t.type==='recharge'?'充值':'消费' }} {{ t.amount>=0?'+':'' }}{{ t.amount.toFixed(2) }} ¥{{ t.balance_after.toFixed(2) }} {{ t.note }} {{ fmtTime(t.created_at) }}

租用 {{ rentDevice.name }}

合计:¥{{ (rentDevice.price_per_hour * rentHours).toFixed(2) }}