From 90b02d8004b52e0340ea37954e37174f6cc633ec Mon Sep 17 00:00:00 2001 From: wong1988 Date: Sun, 21 Jan 2024 22:35:02 +0800 Subject: [PATCH] 111 --- pages/home/cloudCard2.vue | 243 +++++++++++++++++++------------------- 1 file changed, 121 insertions(+), 122 deletions(-) diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index 44ef5ac..da034f9 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -3,97 +3,105 @@ - + - - + - + + - - + + - + - + + + + + + + {{item.name}} + - - - {{item.name}} - - - + - + - + - + - + - {{item.brandName}} + {{item.brandName}} + - - + - + - + - + - - - {{item.name}} + - {{item.remark}} + {{item.name}} - - {{item.jprice}}元/{{item.specificationUnit}} {{item.weight}}{{item.specificationUnit}}/{{item.unitName}} + style="font-size: 10px;color: #999;margin-top: 5px;">{{item.remark}} - + + {{item.jprice}}元/{{item.specificationUnit}} + {{item.weight}}{{item.specificationUnit}}/{{item.unitName}} - - ¥{{item.mefenPrice}} + - + + ¥{{item.mefenPrice}} - + - {{item.goodsNumber}} - + + + {{item.goodsNumber}} + + + + + @@ -106,74 +114,65 @@ - + - + - - + + + 起订说明 + + >> + - - - 温馨提示:已订 - - {{page.weight}}斤 + + + - - ,{{data.brandVos[selectIndex2].qssl}}斤起订。 + - - - 起订说明 - - >> + + + + + ¥{{page.price}} + {{page.remarks}} + - - + 结算 - - - - - - - - - ¥{{page.price}} - {{page.remarks}} - - 结算 - + @@ -494,7 +493,7 @@ }, dialogInputConfirm2(val) { - console.log(">>>>>>>>>>>",this.dialogBeforeClose2); + console.log(">>>>>>>>>>>", this.dialogBeforeClose2); this.dialogBeforeClose2 = false }, @@ -511,26 +510,25 @@ // _this.request() // }).catch(e => {}) - - + + var params = { customerSid: getApp().globalData.sid, // cardNumber: 1, - brandId:this.data.brandVos[this.selectIndex2].id, + brandId: this.data.brandVos[this.selectIndex2].id, totalTee: this.page.price, - + // ordOrderDetailsVoList: list } console.log("params", params); - + let _this = this _this.$api.createVegeOrder(params).then((resp) => { - + // console.log("resp", resp); this.$pay(resp) - }).catch(e => { - }) - + }).catch(e => {}) + }, itemClick(goodsSid) { @@ -624,7 +622,6 @@ display: flex; flex-direction: row; /* 这里注意,影响弹窗 */ - height: calc(100vh - 120px - 50vw); background-color: #f7f7f7; border-radius: 15px; overflow: hidden; @@ -649,6 +646,7 @@ padding-top: 7px; padding-bottom: 7px; margin-left: 5px; + margin-right: 5px; } .label2 { @@ -664,6 +662,7 @@ font-weight: bold; border-radius: 20px; margin-left: 5px; + margin-right: 5px; } .top_img1 { @@ -680,7 +679,7 @@ color: #fff; font-weight: 800; font-family: sans-serif; - padding: 5px 16px; + padding: 5px 12px; border-radius: 5px; margin-top: -25px; font-size: 13px; @@ -693,7 +692,7 @@ background: #fff; color: #F6894B; font-weight: 800; - padding: 5px 16px; + padding: 5px 12px; font-family: sans-serif; border-radius: 5px; margin-top: -25px;