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

Merge branch 'dev' into test

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