二维码分享页面
This commit is contained in:
@@ -346,5 +346,8 @@
|
|||||||
},
|
},
|
||||||
"easycom": {
|
"easycom": {
|
||||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||||
|
},
|
||||||
|
"condition" : { //模式配置,仅开发期间生效
|
||||||
|
"current": 0 //当前激活的模式(list 的索引项)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
invitationCode().then(res => {
|
invitationCode().then(res => {
|
||||||
console.log(res)
|
|
||||||
this.invite = res[0].invite
|
this.invite = res[0].invite
|
||||||
this.code = res[0].code
|
this.code = res[0].code
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
<view class="other-subtitle">{{message > 0 ? message + '条未读消息': '暂无消息'}}</view>
|
<view class="other-subtitle">{{message > 0 ? message + '条未读消息': '暂无消息'}}</view>
|
||||||
<image class="other-back" src="../../static/life/icon_07.png"></image>
|
<image class="other-back" src="../../static/life/icon_07.png"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="life-flex-item other">
|
<view class="life-flex-item other" @click="onNav({name: 'Invitation'}, '')">
|
||||||
<view class="other-title">
|
<view class="other-title">
|
||||||
<image src="../../static/life/icon_03.png" mode="widthFix"></image>
|
<image src="../../static/life/icon_03.png" mode="widthFix"></image>
|
||||||
邀请朋友
|
邀请朋友
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 邀请好友 -->
|
<!-- 邀请好友 -->
|
||||||
<view class="team-invite">
|
<view class="team-invite" @click="onInvitation">
|
||||||
<image src="@/static/img/team_00.png" mode="widthFix"></image>
|
<image src="@/static/img/team_00.png" mode="widthFix"></image>
|
||||||
</view>
|
</view>
|
||||||
<!-- 团队 -->
|
<!-- 团队 -->
|
||||||
@@ -109,6 +109,9 @@
|
|||||||
title: err.message
|
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
6431
unpackage/dist/dev/app-plus/app-service.js
vendored
6431
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
6210
unpackage/dist/dev/app-plus/app-view.js
vendored
6210
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
BIN
unpackage/dist/dev/app-plus/static/img/code_back.png
vendored
BIN
unpackage/dist/dev/app-plus/static/img/code_back.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 2.8 MiB |
Reference in New Issue
Block a user