商品券处理

This commit is contained in:
GaoHao
2024-11-19 13:52:56 +08:00
parent 69151ca3f4
commit d2dbfd5163
6 changed files with 88 additions and 58 deletions

View File

@@ -119,9 +119,9 @@
if ( this.is_type == 'he') {
this.shareHeOpen()
}
this.getByShopId();
},
onShow() {
this.getByShopId();
},
@@ -162,7 +162,7 @@
shareId : this.InviteFriendsData.id,
invitedId : uni.cache.get('userInfo').id,
shopId : this.shopId,
isSuccess : this.isSuccess,
success : this.isSuccess,
}
let res = await this.api.shareRecord(params)
if ( res.code == 0 ) {
@@ -214,6 +214,7 @@
},
tabClick(item) {
this.tabAcitve = item.type;
this.shareRecord();
},