|
|
@@ -106,6 +106,9 @@ |
|
|
|
<view> |
|
|
|
<div style="padding: 50upx;font-size: 30upx"> |
|
|
|
<p style="padding-bottom: 20upx"> |
|
|
|
If you submit the order, we regard that you’ve agreed with the following declaration.hereafter and received from IKEA shall only be used by co-worker himself/herself and shall not be offered to any third parties. |
|
|
|
</p> |
|
|
|
<p style="padding-bottom: 20upx"> |
|
|
|
The undersigned, the co-worker, hereby declares that the goods from IKEA, components of IKEA goods or accessories thereof, called “the goods” hereafter and received from IKEA shall only be used by co-worker himself/herself and shall not be offered to any third parties. |
|
|
|
</p> |
|
|
|
<p style="padding-bottom: 20upx"> |
|
|
@@ -135,7 +138,7 @@ |
|
|
|
<text class="price">{{total}}</text> |
|
|
|
</view> |
|
|
|
<text v-if="width>750" class="submit" style="width: 600upx;" @click="submit">Agree Declaration and Submit Order</text> |
|
|
|
<text v-else class="submit" @click="submit">Submit Order</text> |
|
|
|
<text v-else class="submit" style="font-size22upx;width: 300upx;" @click="submit">Agree Declaration and Submit Order</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 优惠券面板 --> |
|
|
|