修改我的红包页面店铺红包不显示店铺信息的bug
This commit is contained in:
parent
b227737750
commit
ee3eded5a2
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user