Commit 9d2a0695 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加定价参数

parent 2affdf52
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-24 16:11:55
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-13 15:39:44
* @LastEditTime: 2021-09-24 14:12:08
* @Description: 商品选择抽屉
*/
import React, { useEffect } from 'react';
......@@ -112,6 +112,7 @@ const GoodsDrawer: React.FC<IProps> = (props) => {
const fetchData = async (params: ExtraFetchType) => {
const res = await PublicApi.postProductCommodityCommonGetCommodityListByPlatform({
priceTypeList: [1],
...params,
}, {
ctlType: 'none',
......
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