二维码分享页面
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 邀请好友 -->
|
||||
<view class="team-invite">
|
||||
<view class="team-invite" @click="onInvitation">
|
||||
<image src="@/static/img/team_00.png" mode="widthFix"></image>
|
||||
</view>
|
||||
<!-- 团队 -->
|
||||
@@ -109,6 +109,9 @@
|
||||
title: err.message
|
||||
})
|
||||
})
|
||||
},
|
||||
onInvitation(){
|
||||
this.$Router.push({name: 'Invitation'})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user