feat(custom): build
This commit is contained in:
@@ -142,11 +142,9 @@ const columns = ref([
|
||||
]);
|
||||
|
||||
const getData = async () => {
|
||||
const mer_type = Taro.getStorageSync("mer_type");
|
||||
const user_info = Taro.getStorageSync("userInfo");
|
||||
const res = await orderStatistics({
|
||||
bid: user_info.bid,
|
||||
type: mer_type,
|
||||
bid: user_info.data.bid,
|
||||
});
|
||||
orderInfo.value = res.data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user