修改我的红包页面店铺红包不显示店铺信息的bug

This commit is contained in:
赵毅 2025-12-18 10:00:09 +08:00
parent b227737750
commit ee3eded5a2

View File

@ -78,7 +78,7 @@ export default {
const params = {
user_id: uni.getStorageSync('userId'),
red_package_config_id: item.id,
mch_id: item.belong_role == 1 ? item.merchant_id : ''
mch_id: item.belong_role == 1 ? item.mch_id : ''
}
request(apiArr.redPackageClaim, 'POST', params).then(res => {
this.currentItem = item;