MrShi
2025-09-15 11e47853b39c6c0acd7074bb1727e4295b70d643
bicycle/pages/operationList/operationList.vue
@@ -296,9 +296,16 @@
                     that.$u.api.updateLockStatus({
                        ids: id,
                        lockStatus: lockStatus === 0 ? 1 : 0
                     }).then(res => {
                        if (res.code === 200) {
                     }).then(res1 => {
                        if (res1.code === 200) {
                           uni.showToast({
                              title: res1.data,
                              icon: 'none',
                              mask: true
                           })
                           setTimeout(() => {
                           that.getList(1)
                           }, 1500)
                        }
                     })
                  } else if (res.cancel) {
@@ -317,11 +324,18 @@
                     that.$u.api.updateLockStatus({
                        ids: that.selectIds.join(','),
                        lockStatus: lockStatus === 0 ? 1 : 0
                     }).then(res => {
                        if (res.code === 200) {
                     }).then(res1 => {
                        if (res1.code === 200) {
                           uni.showToast({
                              title: res1.data,
                              icon: 'none',
                              mask: true
                           })
                           setTimeout(() => {
                           that.show1 = false
                           that.selectIds = []
                           that.getList(1)
                           }, 1500)
                        }
                     })
                  } else if (res.cancel) {
@@ -437,7 +451,7 @@
         }
         .shaixuan_footer {
            width: 100%;
            height: 96rpx;
            height: 140rpx;
            padding: 0 20rpx;
            box-sizing: border-box;
            display: flex;