diff --git a/pages/Shopping-cart/productmain/testproductmain.vue b/pages/Shopping-cart/productmain/testproductmain.vue index b4a82b0..effd5a2 100644 --- a/pages/Shopping-cart/productmain/testproductmain.vue +++ b/pages/Shopping-cart/productmain/testproductmain.vue @@ -3,9 +3,10 @@ 购物车 - - + + 搜索购物车商品 {{ stateText.topBtn }} @@ -47,8 +48,8 @@ - {{ item.quantity }} + + {{ item.quantity }} { + // isShowInput.value = true + // } + + const blur = () => { + if (JudgeIsNullity(searchText.value)) { + isShowInput.value = !isShowInput.value + } + } + + const changeInput = () => { + isShowInput.value = !isShowInput.value + } + //获取实体类商品信息 const getEntityPro = async () => { @@ -173,6 +191,7 @@ console.log('res--->', res.data); if (res.data.code === 1) { products.value = res.data.data + tempProducts.value = res.data.data products.value.forEach((item) => { item.checked = false //所有都先未选中 }) @@ -238,6 +257,7 @@ console.log('服务类商品--->', res); if (res.data.code === 1) { products.value = res.data.data + tempProducts.value = res.data.data products.value.forEach((item)=>{ //添加多选框状态 item.checked = false }) @@ -616,13 +636,13 @@ const gotoSearch = async () => { if (searchText.value === '') { - await getProductCart() + products.value = tempProducts.value return ; } if (current.value === 1) { - products.value = products.value.filter(item => item.cartGoodVO.name.includes(searchText.value)) + products.value = tempProducts.value.filter(item => item.cartGoodVO.name.includes(searchText.value)) } else { - products.value = products.value.filter(item => item.cartExperienceGoodVO.name.includes(searchText.value)) + products.value = tempProducts.value.filter(item => item.cartExperienceGoodVO.name.includes(searchText.value)) } } @@ -691,13 +711,13 @@ .section_3 { padding: 0 15rpx; background-color: #ffffff; - border-radius: 9.38rpx; + border-radius: 20.38rpx; height: 56.25rpx; } .image { - width: 54.38rpx; - height: 52.5rpx; + width: 45.63rpx; + height: 45rpx; } .section_1 { @@ -848,7 +868,7 @@ .font_6 { font-size: 26.25rpx; font-family: FangZhengFonts; - line-height: 18.73rpx; + line-height: 26.25rpx; color: #323232; } @@ -987,7 +1007,7 @@ } .text_12 { - color: #000000; + color: #323232; } .text-wrapper_3 { diff --git a/pages/book/myPhotoProducts/myPhotoProducts.vue b/pages/book/myPhotoProducts/myPhotoProducts.vue index 6230b68..e226d3f 100644 --- a/pages/book/myPhotoProducts/myPhotoProducts.vue +++ b/pages/book/myPhotoProducts/myPhotoProducts.vue @@ -227,7 +227,7 @@ line-height: 32.44rpx; } .divider { - background-color: #818181; + background-color: #BEBEBE; height: 1.88rpx; } .pos { diff --git a/pages/mine/main/main.vue b/pages/mine/main/main.vue index cc912a7..32c5dd5 100644 --- a/pages/mine/main/main.vue +++ b/pages/mine/main/main.vue @@ -19,30 +19,30 @@ 剩余积分:{{ myPoints }} - - + + 全部 - + 待支付 - + 待发货 - + 待收货 - + 已退款 - + @@ -161,7 +161,7 @@ url: '/pages/mine/bookings/booking' }) } - const goto = (tab) => { + const gotoOrderListPage = (tab) => { uni.navigateTo({ url: '/pages/my-order/myOrderList/myOrderList?status=' + tab }) @@ -398,7 +398,7 @@ } .text { - color: #000000; + color: #323232; font-size: 40rpx; font-family: FangZhengFonts; line-height: 40.61rpx; @@ -408,7 +408,7 @@ font-size: 28.13rpx; font-family: FangZhengFonts; line-height: 27.02rpx; - color: #000000; + color: #323232; } .text_2 { @@ -474,7 +474,7 @@ font-size: 37.5rpx; font-family: FangZhengFonts; line-height: 36.47rpx; - color: #000000; + color: #323232; } .text_8 { @@ -584,7 +584,7 @@ font-size: 37.5rpx; font-family: FangZhengFonts; line-height: 30.47rpx; - color: #000000; + color: #323232; } .text_10 { diff --git a/pages/my-order/myOrderList/myOrderList.vue b/pages/my-order/myOrderList/myOrderList.vue index 054ed17..6b6498a 100644 --- a/pages/my-order/myOrderList/myOrderList.vue +++ b/pages/my-order/myOrderList/myOrderList.vue @@ -250,7 +250,6 @@ cookie } }) - console.log(res.data.data) orderList.value = res.data.data tempOrderList.value = res.data.data dealTimeout() diff --git a/pages/my-order/researchOrder/researchOrder.vue b/pages/my-order/researchOrder/researchOrder.vue index cecef73..8f956b7 100644 --- a/pages/my-order/researchOrder/researchOrder.vue +++ b/pages/my-order/researchOrder/researchOrder.vue @@ -1,6 +1,5 @@