tangxijun 5 years ago
parent
commit
32b176fa26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      2019专题/1906lol自走棋专题/src/modules/hero/hero.js

+ 1 - 1
2019专题/1906lol自走棋专题/src/modules/hero/hero.js

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