mayf
2024-09-06 9e70204584a5c675a4d0e37fff9020d242df9bdb
pages/marketing/point-mall/goods.vue
@@ -177,6 +177,7 @@
                )
                if (code === 0) {
                  this.$message.success('上架成功')
                  this.$refs.crud.clearSelection()
                }
              } catch (e) {
                return false
@@ -200,6 +201,7 @@
                )
                if (code === 0) {
                  this.$message.success('下架成功')
                  this.$refs.crud.clearSelection()
                }
              } catch (e) {
                return false