|
|
@@ -555,12 +555,13 @@ export default {
|
|
|
},
|
|
|
goToSettings: function() {
|
|
|
uni.showActionSheet({
|
|
|
- itemList: ['完善信息', '家庭成员', '邀请加入', '设置密码', '隐私设置', '关于浠艾福'],
|
|
|
+ itemList: ['完善信息', '家庭成员', '邀请加入', '设置密码', '隐私设置', '关于浠艾福', '我的画像'],
|
|
|
success: function(res) {
|
|
|
var urls = {
|
|
|
0: '/pages/user-edit/user-edit',
|
|
|
1: '/pages/profile-extra/family-members',
|
|
|
- 3: '/pages/profile/settings'
|
|
|
+ 3: '/pages/profile/settings',
|
|
|
+ 6: '/pages/profile/portrait-edit'
|
|
|
}
|
|
|
if (res.tapIndex === 2) {
|
|
|
// 邀请加入 - 触发分享
|