fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-17 18:10:02 +08:00
parent e6f68c5ee8
commit 43ca8bd41a

View File

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