{% extends "layout.html" %} {% block content %}
总商品数
总价值(金币)
鱼竿数量
饰品数量
道具数量
鱼类数量
大宗商品数量
| ID | 商品信息 | 类型 | 精炼等级 | 价格 | 卖家 | 上架时间 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ listing.market_id }} |
{{ listing.item_name or '未知物品' }}
{% if listing.item_description %}
{{ listing.item_description }} {% endif %} |
{% if listing.item_type == 'rod' %} 鱼竿 {% elif listing.item_type == 'accessory' %} 饰品 {% elif listing.item_type == 'item' %} 道具 {% elif listing.item_type == 'fish' %} 鱼类 {% elif listing.item_type == 'commodity' %} 大宗商品 {% else %} {{ listing.item_type }} {% endif %} | {% if listing.refine_level is not none %} {% if listing.refine_level >= 10 %} +{{ listing.refine_level }} {% elif listing.refine_level >= 6 %} +{{ listing.refine_level }} {% else %} +{{ listing.refine_level }} {% endif %} {% else %} 未知 {% endif %} |
{{ listing.price }}
|
{{ listing.seller_nickname }} | {% if listing.listed_at %} {% if listing.listed_at.strftime is defined %} {{ listing.listed_at.strftime('%Y-%m-%d %H:%M') }} {% else %} {{ listing.listed_at }} {% endif %} {% else %} 未知 {% endif %} |
|
请检查筛选条件或等待用户上架商品