xubinxcode před 3 roky
rodič
revize
57d4dbf76d
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      addons/unishop/uniapp/uni-shop/pages/order/createOrder.vue

+ 4
- 1
addons/unishop/uniapp/uni-shop/pages/order/createOrder.vue Zobrazit soubor

@@ -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>

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


Načítá se…
Zrušit
Uložit