Skip to content

Commit

Permalink
feat: 完善文章格式和内容
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzebin committed Aug 4, 2021
1 parent 00e0f7f commit 6ce7de7
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 6ce7de7

Please sign in to comment.