From 2391abad08bfb5bcae6dae51a9cf38ea248989c6 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Wed, 3 Apr 2024 09:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0:=E9=A6=96=E9=A1=B5=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=9B=AD=E5=8C=BA=E8=BF=9B=E8=A1=8C=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/pages/index/index.js | 7 +++++++ miniprogram/pages/index/index.wxml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/miniprogram/pages/index/index.js b/miniprogram/pages/index/index.js index 92dde28..2172635 100644 --- a/miniprogram/pages/index/index.js +++ b/miniprogram/pages/index/index.js @@ -226,6 +226,13 @@ Page({ } }, + // 跳转园区 + jumpPark() { + wx.navigateTo({ + url: '/pages/index/parkList/parkList', + }) + }, + navapply(e) { if (wx.getStorageSync('token')) { if (e.currentTarget.dataset.path) { diff --git a/miniprogram/pages/index/index.wxml b/miniprogram/pages/index/index.wxml index 287a059..31a12f8 100644 --- a/miniprogram/pages/index/index.wxml +++ b/miniprogram/pages/index/index.wxml @@ -8,7 +8,7 @@ - {{parkName}} + {{parkName}}