diff --git a/pages/consignment-painting/index.vue b/pages/consignment-painting/index.vue index 7822211..eca9282 100644 --- a/pages/consignment-painting/index.vue +++ b/pages/consignment-painting/index.vue @@ -147,7 +147,7 @@
画作平尺数
- +
@@ -239,6 +239,11 @@ export default { } }, watch:{ + 'info.artworkSquareSize':{ + handler(){ + this.obtainAmount() + } + }, cycleId(newValue){ this.obtainAmount() @@ -256,6 +261,7 @@ export default { this.data = [today.getFullYear(), today.getMonth() + 1, today.getDate()] }, methods: { + openShow1(){ if (!this.info.artworkSquareSize){ uni.showToast({ diff --git a/pages/order-goods/index.vue b/pages/order-goods/index.vue index 7ffab31..1285f3f 100644 --- a/pages/order-goods/index.vue +++ b/pages/order-goods/index.vue @@ -111,7 +111,7 @@ export default { statusValue: [{label: '全部状态', value: 0}, {label: '待入库', value: 1}, { label: '已入库', value: 2 - }, {label: '即将到期', value: 3}, {label: '延期未补款', value: 4}, {label: '已取出', value: 5}, {label: '延期已补款', value: 7}] + }, {label: '即将到期', value: 3}, {label: '延期未补款', value: 4}, {label: '延期已补款', value: 7}, {label: '已取出', value: 5}] } }, components: {UImage, tabbar}, @@ -306,7 +306,6 @@ export default { border-bottom-right-radius: 20rpx; display: flex; margin-left: auto; - position: relative; width: 144rpx; height: 228rpx; @@ -334,7 +333,12 @@ export default { color: #76C458; } } + &.status7 { + background: #76C458; + .wrap1_3_3_1 { + } + } &.status3 { background: #76C458;