Commit f24c8707 authored by GuanHua's avatar GuanHua

fix: 判断工作流接口添加参数

parent 0f4c612b
......@@ -511,9 +511,12 @@ const CommodityDetail = (props) => {
if (clickFlag) {
clickFlag = false
const userInfo = getAuth() || {}
const param: any = {
productId: selectCommodityId,
memberId,
shopId: storeId,
memberRoleId: userInfo.memberRoleId
}
PublicApi.postOrderDirectPayment(param).then(res => {
if (res.code === 1000) {
......
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