|
@@ -133,7 +133,7 @@ export default defineComponent({
|
|
})
|
|
})
|
|
|
|
|
|
// 只有老师端才会有分享功能
|
|
// 只有老师端才会有分享功能
|
|
- this.shareUrl = `${location.origin}/teacher#/shareMember?recomUserId=${this.userInfo.id}&activityId=${res.data.activityId}`
|
|
|
|
|
|
+ this.shareUrl = `${location.origin}/teacher#/shareVip?recomUserId=${this.userInfo.id}&activityId=${res.data.activityId}`
|
|
this.shareStatus = true
|
|
this.shareStatus = true
|
|
this.shareDiscount = res.data.discount || 0
|
|
this.shareDiscount = res.data.discount || 0
|
|
// let url =
|
|
// let url =
|