Commit 5bc4d6d2 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

Merge branch 'dev' into test

parents aea0a147 fb311c84
...@@ -244,11 +244,16 @@ const PaySetting: React.FC<{}> = () => { ...@@ -244,11 +244,16 @@ const PaySetting: React.FC<{}> = () => {
// } // }
console.log('list', list) console.log('list', list)
PublicApi.postPayMemberQueryPlatformUpdate({ PublicApi.postPayMemberQueryPlatformUpdate({
platformPayWays:[
{
id: tabid, id: tabid,
isPitchOn: isPitchOn, isPitchOn: isPitchOn,
way: way.toString(), way: way.toString(),
payType: Number(payType), payType: Number(payType),
payParametersAddListRequests: list payParametersAddListRequests: list
}
]
}).then(res => { }).then(res => {
if (res.code === 1000) { if (res.code === 1000) {
setTimeout(() => { setTimeout(() => {
......
...@@ -33,7 +33,7 @@ export const commonEnquieryOfferSchema: ISchema = { ...@@ -33,7 +33,7 @@ export const commonEnquieryOfferSchema: ISchema = {
}, },
"x-component-props":{ "x-component-props":{
placeholder:'报价单搜索' placeholder:'报价单'
} }
} }
} }
......
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