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

This commit is contained in:
2024-05-23 18:12:19 +08:00
parent e796bdbc8a
commit f67dc80a49
7 changed files with 54 additions and 37 deletions

View File

@@ -106,16 +106,19 @@ const tabChange = (index: number) => {
};
const openPay = async (item: OrderList) => {
isShowPay.value = true;
const user_info = Taro.getStorageSync('userInfo');
const data = await getUserPoint({
phone: user_info.data.phone,
bid: item.Store.bid,
// isShowPay.value = true;
// const user_info = Taro.getStorageSync('userInfo');
// const data = await getUserPoint({
// phone: user_info.data.phone,
// bid: item.Store.bid,
// });
// jfInfo.value = {
// jh_info: data.data,
// oid: item.oid,
// };
Taro.navigateTo({
url: `/pages/goods/pay/index?oid=${item.joint_oid}&bid=${item.bid}`,
});
jfInfo.value = {
jh_info: data.data,
oid: item.oid,
};
};
const errPay = () => {