From c58af6564eec08ebbdc91c6114098883d263154b Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Tue, 12 Mar 2024 17:11:32 +0800 Subject: [PATCH] =?UTF-8?q?'=E5=BE=AE=E4=BF=A1=E6=98=B5=E7=A7=B0=E4=B8=8E?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E4=BA=8C=E7=BB=B4=E7=A0=81'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/list.vue | 2 +- pages/news1/setting.vue | 15 +++++++++++---- pages/serve/install.vue | 8 ++++++-- pages/user/index.vue | 11 ++++++----- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/pages/goods/list.vue b/pages/goods/list.vue index d8f65e7..8a3b77c 100644 --- a/pages/goods/list.vue +++ b/pages/goods/list.vue @@ -17,7 +17,7 @@ - + diff --git a/pages/news1/setting.vue b/pages/news1/setting.vue index a3ab11b..0e3f4cc 100644 --- a/pages/news1/setting.vue +++ b/pages/news1/setting.vue @@ -1,5 +1,6 @@ @@ -105,6 +107,9 @@ export default { this.genderIndex = this.info.gender == '男' ? 0 : 1 }, methods: { + formSubmit(e) { + console.log(e) + }, chooseavatar(e){ console.log(e) let tempFiles = e.detail.avatarUrl; @@ -116,7 +121,9 @@ export default { ]) this.uploadFile() }, - sureSubmit() { + sureSubmit(e) { + console.log(e) + this.info.nick_name = e.detail.value.nick_name let params = { nick_name: this.info.nick_name, avatar_id: this.avatar_id[0], diff --git a/pages/serve/install.vue b/pages/serve/install.vue index 47380f4..f14c9f4 100644 --- a/pages/serve/install.vue +++ b/pages/serve/install.vue @@ -23,8 +23,8 @@ 识别二维码 - + @@ -51,6 +51,10 @@ onLookCord(url) { this.showQRCodePopup = true this.qrcode = createQrCodeImg(url, { 'size': 500 }); + // uni.previewImage({ + // current:: this.qrcode + // urls: [this.qrcode] + // }) }, /** * 获取列表 diff --git a/pages/user/index.vue b/pages/user/index.vue index e62220c..3c8a95e 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -7,13 +7,14 @@ - + 未登录 - @@ -554,8 +555,8 @@ 我的专属分销识别码 - - + + {{userInfo.user_id}}