需要添加客服,二维码,扫码功能
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import { chooseImage } from '@/utils/media.js'
|
||||
import { uploadSingleFile } from '@/utils/uploadFile'
|
||||
import { useUserStore } from '@/stores/user'
|
||||
import { navigateTo } from '../../../utils/router'
|
||||
|
||||
const { updateUserInfo } = useUserStore()
|
||||
|
||||
@@ -35,6 +36,10 @@
|
||||
perSignature: ''
|
||||
})
|
||||
const upInfo = (key, value) => {
|
||||
if (key === '1') {
|
||||
navigateTo('/pages/my-index/qr-code/index')
|
||||
return
|
||||
}
|
||||
if (MODIFY_KEY.includes(key)) {
|
||||
const titleData = {
|
||||
3: '昵称',
|
||||
@@ -46,6 +51,7 @@
|
||||
popupData.title = titleData
|
||||
popupData.name = userInfo.value[value]
|
||||
popupData.show = true
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user