diff --git a/components/product/productCard.vue b/components/product/productCard.vue
index 9717744..126c6e9 100644
--- a/components/product/productCard.vue
+++ b/components/product/productCard.vue
@@ -1,5 +1,5 @@
-
+
@@ -29,7 +29,9 @@
{{ `已售出 ${data.sales}单` }}
-
+
+
+
@@ -56,6 +58,10 @@
direction: {
type: String,
default: 'horizontal' // horizontal | vertical
+ },
+ readonly: {
+ type: Boolean,
+ default: false,
}
},
data() {
diff --git a/pages_order/order/createOrder.vue b/pages_order/order/createOrder.vue
index 42bf126..37f5666 100644
--- a/pages_order/order/createOrder.vue
+++ b/pages_order/order/createOrder.vue
@@ -1,66 +1,13 @@
-
+
-
-
-
-
-
-
-
-
- 单人礼包
- 送给1位好友,可同时送多件礼品
-
-
- 多人礼包
- 送给多位好友,每人1件礼品
-
-
- 抽奖礼包
- 好友抽奖,中奖者获得礼品
-
-
-
-
-
-
-
-
-
- 礼包份数
-
-
-
- multiMinNum && multiNum--">-
- {{multiNum}}
- +
-
-
-
-
-
-
- 抽奖规则
-
- • 好友参与抽奖
- • 系统随机抽取中奖者
- • 中奖者填写地址领取礼品
-
-
+
-
+
+
-
-
-
- {{ address.name }}
- {{ address.address }}
-
-
-
-
-
+ -->
-
+
-
-
-
-
-
-
- 账户余额
- (余额: {{ riceInfo.balance }})
-
-
-
-
-
-
-
-
-
-
-
- 微信支付
-
-
-
-
-
-
+
+
+ 微信支付
+
+
+
+
+ 账户余额{{ `(余额:¥${riceInfo.balance || 0})` }}
+
+
+
+
+
@@ -170,15 +85,8 @@
立即支付
-
-
-
-
-
- 新增地址
-
-
+
@@ -191,6 +99,8 @@