Commit 60e493b7 authored by yinjiacheng's avatar yinjiacheng

update 商品管理跳转发布商品不传参数

parent cad7200c
......@@ -54,7 +54,7 @@ class CommodityManagementActivity : BaseMvvmActivity<CommodityActivityCommodityM
//发布商品
binding.tvCommodityPublish.setOnClickListener {
// 跳转商品发布页面 新发布商品不传id
XPageManager.push(XRouterPathConstants.PUBLISH_COUPONS_ACTIVITY, hashMapOf(Pair(EXTRA_COMMODITY_ID, "")))
XPageManager.push(XRouterPathConstants.PUBLISH_COUPONS_ACTIVITY, null)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment