fix(custom): 修复若干bug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-29 11:24:40 +08:00
parent 5c45854e2c
commit 1566eae251
10 changed files with 94 additions and 27 deletions

View File

@@ -121,7 +121,7 @@ const openPay = async (item: OrderList) => {
// oid: item.oid,
// };
Taro.navigateTo({
url: `/pages/goods/pay/index?oid=${item.joint_oid}&bid=${item.bid}`,
url: `/pages/goods/pay/index?oid=${item.joint_oid}&bid=${item.bid}&OrderType=1`,
});
};