...
|
...
|
@@ -8,7 +8,7 @@ |
|
|
wx:else></storeAddress>
|
|
|
|
|
|
<productCell productInfo="{{good}}" isStore="{{isStore === 1}}"></productCell>
|
|
|
<priceCell promotionFormulaList="{{promotionFormulaList}}" damagesDesc="{{damagesDesc}}"></priceCell>
|
|
|
<priceCell promotionFormulaList="{{promotionFormulaList}}" damagesDesc="{{damagesDesc}}" isStore="{{isStore === 1}}"></priceCell>
|
|
|
<payDeliveryCell paymentWay="{{paymentWay}}" deliveryWay="{{deliveryWay}}"></payDeliveryCell>
|
|
|
</scroll-view>
|
|
|
<!-- </view> -->
|
...
|
...
|
|