Commit 3b512aa1 authored by lujunye's avatar lujunye

修正上传bug

parent a672763c
......@@ -1773,7 +1773,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
"pack_attr":packAttrStr,
"refrigerate":item.wenDu,
"unit":item.danWei,
"price":item.price,
"price":pData,
"is_tiered":is_tiered,
"is_open_adsale":is_open_adsale,
"adsale_pri":adsale_pri,
......
......@@ -1329,7 +1329,7 @@ class ProductDetailViewController: BaseViewController,UITableViewDelegate,UITabl
"pack_attr":packAttrStr,
"refrigerate":md.wenDu,
"unit":md.danWei,
"price":md.price,
"price":pData,
"is_tiered":is_tiered,
"is_open_adsale":is_open_adsale,
"adsale_pri":adsale_pri,
......
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