二维码分享页面

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

@@ -346,5 +346,8 @@
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0 //当前激活的模式(list 的索引项)
}
}

View File

@@ -32,7 +32,6 @@
},
created() {
invitationCode().then(res => {
console.log(res)
this.invite = res[0].invite
this.code = res[0].code
})

View File

@@ -55,7 +55,7 @@
<view class="other-subtitle">{{message > 0 ? message + '条未读消息': '暂无消息'}}</view>
<image class="other-back" src="../../static/life/icon_07.png"></image>
</view>
<view class="life-flex-item other">
<view class="life-flex-item other" @click="onNav({name: 'Invitation'}, '')">
<view class="other-title">
<image src="../../static/life/icon_03.png" mode="widthFix"></image>
邀请朋友

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB