diff --git a/Web/src/pages/bag/index.vue b/Web/src/pages/bag/index.vue index 7a0e306..0b338f0 100644 --- a/Web/src/pages/bag/index.vue +++ b/Web/src/pages/bag/index.vue @@ -11,10 +11,9 @@
【 - 装备| - 药品| - 物品| - 坐骑 + 装备|药品| + 物品|坐骑
@@ -26,9 +25,9 @@
- 全部. - 穿戴. - 到期 + 全部.穿戴.到期
全部.
- 暂无道具. + 暂无.
@@ -98,6 +97,7 @@ const BindData = async (): Promise => { /**切换背包 */ const ChangeBag = async (_type: string): Promise => { type.value = _type; + type_ch.value = '0'; await BindData(); }