diff --git a/pages.json b/pages.json index 92a72a8..e8a705a 100644 --- a/pages.json +++ b/pages.json @@ -296,7 +296,7 @@ // } { "pagePath": "pages/home/cloudCard", - "text": "云选菜窖", + "text": "选菜窖", "iconPath": "static/bomicon/bom_notCloudCard.png", "selectedIconPath": "static/bomicon/bom_cloudCard.png" }, diff --git a/pages/cloud/detail_cloudCard.vue b/pages/cloud/detail_cloudCard.vue index b89e5ce..e8ceed4 100644 --- a/pages/cloud/detail_cloudCard.vue +++ b/pages/cloud/detail_cloudCard.vue @@ -54,7 +54,7 @@ - {{item.remark}} + {{item.remark}} diff --git a/pages/cloud/optionalCard.vue b/pages/cloud/optionalCard.vue index 29eec3e..f62a985 100644 --- a/pages/cloud/optionalCard.vue +++ b/pages/cloud/optionalCard.vue @@ -24,7 +24,7 @@ 自选云菜窖 + style="margin-left: 8px;font-size: 16px;color: #FF9900;font-weight: 600;font-family: sans-serif;">自选组合 @@ -52,14 +52,14 @@ {{item.name}} + style="flex: 1;margin-right: 10px;color: #000;font-size: 14px;">{{item.name}} - {{item.remark}} + {{item.remark}} diff --git a/pages/home/cloudCard.vue b/pages/home/cloudCard.vue index 1b3c9a6..66ea046 100644 --- a/pages/home/cloudCard.vue +++ b/pages/home/cloudCard.vue @@ -16,7 +16,7 @@ --> - + @@ -24,13 +24,13 @@ 家庭云菜窖 + style="margin-left: 8px;font-size: 16px;color: #FF9900;font-weight: 600;font-family: sans-serif;">精选蔬菜组合 - + 自选菜窖 - + --> @@ -43,18 +43,23 @@ {{item.name}} - + + + 订窖 + + + - + - {{item.remarks}} + {{item.remarks}} - + 推荐 {{item.count}} + style="border: 1px #EE752F solid; border-radius: 10px; color: #EE752F;font-size: 12px;;padding: 0px 8px;">{{item.count}} @@ -70,14 +75,48 @@ + + + + + + + + {{child.name}} + + + {{child.count}} + + + {{child.spec}} + + - + + + + + + + + + 您也可以自由选菜,自建惠享云菜窖。 + + 自建云菜窖 + + + + + @@ -97,6 +136,7 @@ 'border-top-right-radius': '25px', 'background': '#fff', 'padding-top': '10px', + }, page: { startHeight: 0, @@ -165,7 +205,7 @@ .top { width: 100vw; /* height: 126.66vw; */ - height: 85vw; + height: 75vw; /* 加载背景图 */ background-image: url(https://supervise.yxtsoft.com/lpk/image/clound_bj1.png); /* background-image: url(../../static/clound_bj1.png); */ diff --git a/pages/home/pickUpCard.vue b/pages/home/pickUpCard.vue index 8c9bfe6..c51207a 100644 --- a/pages/home/pickUpCard.vue +++ b/pages/home/pickUpCard.vue @@ -156,7 +156,7 @@ + style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;box-sizing: border-box;"> {{child.content}} - + {{child.remarks}} @@ -232,7 +232,7 @@ + style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;box-sizing: border-box;"> {{child.content}} - + {{child.remarks}} @@ -421,6 +421,7 @@ } .item { + border-radius: 8px; width: calc(100% - 5px); background-color: rgba(255, 248, 248, 1); color: rgba(16, 16, 16, 1); diff --git a/pages/login/login.vue b/pages/login/login.vue index 4d46875..c40a8b7 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -102,7 +102,7 @@ }).catch(e => { uni.showModal({ title: '提示', - content: '绑卡时发生错误', + content: e.msg, showCancel: false, success: function(res) { uni.switchTab({ diff --git a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue index 2f05eb6..9a8d098 100644 --- a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue +++ b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue @@ -164,7 +164,7 @@ };