forked from angelo/web-retail-h5
fix(pay): 支付页面地址丢失去区县问题修复
This commit is contained in:
parent
1c1667b879
commit
94f0d096d4
|
@ -380,7 +380,7 @@
|
|||
<div style="white-space: nowrap">{{ '收货地址' }}</div>
|
||||
<div>
|
||||
{{ orderData.recProvince }}{{ orderData.recCity
|
||||
}}{{ orderData.recAddress }}
|
||||
}}{{ orderData.recCounty }}{{ orderData.recAddress }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue