Commit 9f17e335 authored by 刘燕芳's avatar 刘燕芳

1

parent 881d0864
{ {
"name": "linkfahuoyi-exension", "name": "linkfahuoyi-exension",
"version": "1.0.0", "version": "1.1.6",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
......
...@@ -131,7 +131,7 @@ async function booking( ...@@ -131,7 +131,7 @@ async function booking(
result.data = printError result.data = printError
return result return result
} }
// 选择快递模板
simulateMouseClick(domEle.spanWaybillTemplate()) simulateMouseClick(domEle.spanWaybillTemplate())
let waybillTemplateList = domEle.divWaybillTemplateList() let waybillTemplateList = domEle.divWaybillTemplateList()
for (let i = 0; i < waybillTemplateList.childNodes.length; i++) { for (let i = 0; i < waybillTemplateList.childNodes.length; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment