From c55956498ed2066509ac967e6700dcff16f3b348 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Mar 2023 17:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=85=91=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pidu/AppRedemptionPoints/placeOrder.vue | 227 +++++++++++++++++- .../AppRedemptionPoints/productDetails.vue | 4 +- 2 files changed, 225 insertions(+), 6 deletions(-) diff --git a/src/project/pidu/AppRedemptionPoints/placeOrder.vue b/src/project/pidu/AppRedemptionPoints/placeOrder.vue index 10005db6..c29ca69f 100644 --- a/src/project/pidu/AppRedemptionPoints/placeOrder.vue +++ b/src/project/pidu/AppRedemptionPoints/placeOrder.vue @@ -1,6 +1,50 @@ @@ -12,7 +56,8 @@ export default { appName: '提交订单', data() { return { - + value: 1, + show: false } }, computed: { @@ -25,7 +70,12 @@ export default { document.title = '提交订单' }, methods: { - + valChange(e) { + console.log('当前值为: ' + e.value) + }, + toSuccess() { + uni.navigateTo({url: './successOrder'}) + } }, onReachBottom() { // this.current = this.current + 1 @@ -36,6 +86,175 @@ export default { diff --git a/src/project/pidu/AppRedemptionPoints/productDetails.vue b/src/project/pidu/AppRedemptionPoints/productDetails.vue index ff13c692..22d9a739 100644 --- a/src/project/pidu/AppRedemptionPoints/productDetails.vue +++ b/src/project/pidu/AppRedemptionPoints/productDetails.vue @@ -6,7 +6,7 @@

无染(wuro)本色抽纸无染(wuro)本色抽纸无染(wuro)本色抽纸无染(wuro)本色抽纸

50积分+¥2.00(兑换后再付)

零售单价¥10.00
- 免费兑换商品,可到固定的兑换点进行「核销兑换」 + 免费兑换商品,可到固定的兑换点进行「核销兑换」

商品描述:

@@ -122,7 +122,7 @@ export default { margin-bottom: 24px; text-decoration: line-through; } - span { + .tips { display: inline-block; padding: 12px; line-height: 36px;