商品券处理
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user