mayf
2024-09-04 8e219beed40e701537eac9ea8b5817b884d947ec
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