mayf
2024-09-04 59d89188245e5f90a439cd8769852a1918d13a66
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