diff --git a/pages/index/index.vue b/pages/index/index.vue index e74c8fc..d569d9a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -159,23 +159,32 @@ {{ item.store_name }} - 活动价 + + + {{item[priceKey.price]}}/{{ item.unit_name }} - 10%品牌礼品 + + 赠10%品牌礼品 原   价 - ¥{{item[priceKey.op_price]}} - - - 规   格 - {{ item.price }}/{{ item.unit_name }} + ¥{{item[priceKey.op_price]}} + + 规   格 + {{ item.unit+item.unit_name }}/份 + + + + + + 起批量 {{ item.batch }}{{ item.unit_name }}起卖 @@ -185,37 +194,6 @@ - - @@ -1068,12 +1046,16 @@ color: #333333; display: flex; align-items: center; + vertical-align: middle; + + .line-through { + text-decoration: line-through; + } .shop-content-li-l { font-size: 22rpx; - width: 80rpx; - display: flex; - justify-content: space-between; + width: 70rpx; + } } @@ -1082,9 +1064,21 @@ color: #A17C3A; background-color: #F3E7C0; padding: 8rpx 4rpx; - margin-left: 10rpx; + margin-left: 4rpx; + display: flex; + align-items: center; + } + // .icon { + // background-image: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/3b653202406260957228679.png'); + // width: 17rpx; + // height: 14rpx; + // background-size: 100% 100%; + // margin: 5rpx; + + + // } diff --git a/pagesOrder/settle/settle.vue b/pagesOrder/settle/settle.vue index d82ee71..72cc49f 100644 --- a/pagesOrder/settle/settle.vue +++ b/pagesOrder/settle/settle.vue @@ -371,6 +371,11 @@ const passwordBoardProps = { title: '输入支付密码', onComplete(value) { + uni.vibrateShort({ + success: function() { + console.log('success'); + } + }); password.value = value passwordBoardVisible.value = false payFn()