fix(custom): 修复若干bug
This commit is contained in:
@@ -28,7 +28,7 @@ const getData = async () => {
|
||||
const mey_type = Taro.getStorageSync("mer_type");
|
||||
const user_info = Taro.getStorageSync("userInfo");
|
||||
const res = await productList({
|
||||
bid: user_info.bid,
|
||||
bid: user_info.data.bid,
|
||||
BType: mey_type,
|
||||
});
|
||||
console.log(res);
|
||||
|
||||
Reference in New Issue
Block a user