Skip to content

Commit

Permalink
Merge pull request #265 from xuanzebin/v2
Browse files Browse the repository at this point in the history
投稿
  • Loading branch information
xuanzebin authored Aug 4, 2021
2 parents 1d0873c + 9b55093 commit f1edc0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/_posts/2021-08-04-taro-blended.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import './index.scss'

export default class Index extends Component {
handleButtonClick () {
// 调用京购小程序的公共跳转方法
// 调用京东购物小程序的公共跳转方法
console.log('trigger click')
}

Expand Down Expand Up @@ -249,9 +249,9 @@ import './index.scss'

export default class Index extends Component {
handleButtonClick () {
// 调用京购小程序的公共跳转方法
// 调用京东购物小程序的公共跳转方法
console.log('trigger click')
// 利用公共方法跳转京购小程序首页
// 利用公共方法跳转京东购物小程序首页
navigator.goto('/pages/index/index')
}

Expand Down Expand Up @@ -309,9 +309,9 @@ import './index.scss'

export default class Index extends Component {
handleButtonClick () {
// 调用京购小程序的公共跳转方法
// 调用京东购物小程序的公共跳转方法
console.log('trigger click')
// 利用公共方法跳转京购小程序首页
// 利用公共方法跳转京东购物小程序首页
navigator.goto('/pages/index/index')
}

Expand Down

0 comments on commit f1edc0b

Please sign in to comment.