@@ -187,7 +187,6 @@ class Hero {
var self = this;
$('.item-hero[data-type="equipment"]').hover(function(e) {
var id = $(this).data('id'); // 当前选中的序号
- dialog({content:'11111111111111'})
// 渲染数据
var data = self.metaData['equipment'].data.find((i) => {
// 找到对应装备数据