This commit is contained in:
LinCyJang
2026-05-07 00:10:42 +08:00
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.image-recognition-result-page { .image-recognition-result-page {
min-height: 100vh; min-height: 100vh;
background: #F5F8FF; background: #fff;
.page-body { .page-body {
min-height: 100vh; min-height: 100vh;
-2
View File
@@ -243,8 +243,6 @@
<!-- 换一换 --> <!-- 换一换 -->
<view <view
v-if="!item.showCursor && v-if="!item.showCursor &&
item.nodes &&
item.nodes.length &&
!item.isError && !item.isError &&
(item.orderList.length > 0 || (item.orderList.length > 0 ||
item.giftGoodsList.length > 0 || item.giftGoodsList.length > 0 ||