From 6ce7de7c4383c807286b9e1c927c391f1e3955b1 Mon Sep 17 00:00:00 2001 From: benectic Date: Wed, 4 Aug 2021 18:42:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=92=8C=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/2021-08-04-taro-blended.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_posts/2021-08-04-taro-blended.md b/source/_posts/2021-08-04-taro-blended.md index 531f384fd2..e68687ae92 100644 --- a/source/_posts/2021-08-04-taro-blended.md +++ b/source/_posts/2021-08-04-taro-blended.md @@ -67,7 +67,7 @@ import './index.scss' export default class Index extends Component { handleButtonClick () { - // 调用京购小程序的公共跳转方法 + // 调用京东购物小程序的公共跳转方法 console.log('trigger click') } @@ -249,9 +249,9 @@ import './index.scss' export default class Index extends Component { handleButtonClick () { - // 调用京购小程序的公共跳转方法 + // 调用京东购物小程序的公共跳转方法 console.log('trigger click') - // 利用公共方法跳转京购小程序首页 + // 利用公共方法跳转京东购物小程序首页 navigator.goto('/pages/index/index') } @@ -309,9 +309,9 @@ import './index.scss' export default class Index extends Component { handleButtonClick () { - // 调用京购小程序的公共跳转方法 + // 调用京东购物小程序的公共跳转方法 console.log('trigger click') - // 利用公共方法跳转京购小程序首页 + // 利用公共方法跳转京东购物小程序首页 navigator.goto('/pages/index/index') }