Browse Source

一家

yijia
xubinxcode 3 years ago
parent
commit
57d4dbf76d
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      addons/unishop/uniapp/uni-shop/pages/order/createOrder.vue

+ 4
- 1
addons/unishop/uniapp/uni-shop/pages/order/createOrder.vue View File

@@ -106,6 +106,9 @@
<view> <view>
<div style="padding: 50upx;font-size: 30upx"> <div style="padding: 50upx;font-size: 30upx">
<p style="padding-bottom: 20upx"> <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. 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>
<p style="padding-bottom: 20upx"> <p style="padding-bottom: 20upx">
@@ -135,7 +138,7 @@
<text class="price">{{total}}</text> <text class="price">{{total}}</text>
</view> </view>
<text v-if="width>750" class="submit" style="width: 600upx;" @click="submit">Agree Declaration and Submit Order</text> <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> </view>


<!-- 优惠券面板 --> <!-- 优惠券面板 -->


Loading…
Cancel
Save