From d20c8ecb493b4d4404881e15a7c1b062e50da4bb Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Thu, 2 Nov 2023 18:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E5=8F=8A=E4=BC=A0=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/pages/my/my.vue b/pages/my/my.vue index 6c71be1..ffdd9c8 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -12,11 +12,12 @@ - - - - - + + + + + + @@ -30,13 +31,23 @@ return { src: 'https://cdn.uviewui.com/uview/album/2.jpg', account:'11111111', - username:'用户名' + username:'用户名', } }, onLoad() { // this.getInfo() }, methods: { + topublished(title){ + uni.navigateTo({ + url:'/pages/published/published?titletext='+title + }) + }, + todetail(){ + uni.navigateTo({ + url:'/pages/detail/detail' + }) + } //---------页面调用接口示例------------ // getInfo() { // this.$api.getUserInfo().then(res => {