mod(custom): 核销列表接口增加若干参数

This commit is contained in:
2024-01-30 16:09:28 +08:00
parent ace2eeed7e
commit 725127c29b
3 changed files with 48 additions and 46 deletions

View File

@@ -51,8 +51,10 @@ Taro.useLoad((options) => {
const goodInfo = ref<any>({});
const getData = async (options: any) => {
const merInfo = Taro.getStorageSync("mer_info");
const res = await getActiveVerifyList({
oid: options.oid,
bid: merInfo.bid,
});
if (!res.data.data.oid) {
Taro.showToast({