Showing
1 changed file
with
1 additions
and
1 deletions
@@ -758,7 +758,7 @@ const getProviceList = (pid) => { | @@ -758,7 +758,7 @@ const getProviceList = (pid) => { | ||
758 | opts.push({ | 758 | opts.push({ |
759 | value: proList.data[i].id, | 759 | value: proList.data[i].id, |
760 | text: proList.data[i].caption, | 760 | text: proList.data[i].caption, |
761 | - is_support: proList.data[i].is_cash_delivery | 761 | + is_support: proList.data[i].is_support_express |
762 | }); | 762 | }); |
763 | } | 763 | } |
764 | reqData.options = opts; | 764 | reqData.options = opts; |
-
Please register or login to post a comment