百度商桥

master
赵桐华 5 years ago
parent 1033d982de
commit 858b5783e3
  1. 17
      .idea/workspace.xml
  2. 8
      index.html

@ -3,7 +3,6 @@
<component name="ChangeListManager">
<list default="true" id="5022b617-d045-4c00-9e44-77877d4e36e1" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/css/index.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/index.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@ -107,7 +106,9 @@
<workItem from="1577755494736" duration="22761000" />
<workItem from="1577840389379" duration="2317000" />
<workItem from="1577871790090" duration="1120000" />
<workItem from="1577927767310" duration="3850000" />
<workItem from="1577927767310" duration="4142000" />
<workItem from="1577959538882" duration="150000" />
<workItem from="1578019389359" duration="4730000" />
</task>
<task id="LOCAL-00001" summary="官网1.0">
<created>1574907211978</created>
@ -249,7 +250,14 @@
<option name="project" value="LOCAL" />
<updated>1577784548795</updated>
</task>
<option name="localTasksCounter" value="21" />
<task id="LOCAL-00021" summary="首页修改文案,以及跳转">
<created>1577934512788</created>
<option name="number" value="00021" />
<option name="presentableId" value="LOCAL-00021" />
<option name="project" value="LOCAL" />
<updated>1577934512788</updated>
</task>
<option name="localTasksCounter" value="22" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -282,6 +290,7 @@
<MESSAGE value="添加首页内容呼叫中心,财务管理,数据库管理,销售管理" />
<MESSAGE value="添加首页内容销售管理,生成报价信息,人事管理" />
<MESSAGE value="页面添加动态效果" />
<option name="LAST_COMMIT_MESSAGE" value="页面添加动态效果" />
<MESSAGE value="首页修改文案,以及跳转" />
<option name="LAST_COMMIT_MESSAGE" value="首页修改文案,以及跳转" />
</component>
</project>

@ -560,7 +560,13 @@
$('.jieduan div').removeClass('true').eq(index).addClass('true');
}
});
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?211e994d8ce0c6c45fa88469d5968f04";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>

Loading…
Cancel
Save