二维码分享页面

This commit is contained in:
唐明明
2022-06-10 15:48:37 +08:00
parent b4e55f90ec
commit 1f4a705cec
10 changed files with 6351 additions and 6321 deletions

View File

@@ -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'})
}
}
}