Skip to content

Commit f1edc0b

Browse files
authored
Merge pull request #265 from xuanzebin/v2
投稿
2 parents 1d0873c + 9b55093 commit f1edc0b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

source/_posts/2021-08-04-taro-blended.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import './index.scss'
6767

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

@@ -249,9 +249,9 @@ import './index.scss'
249249

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

@@ -309,9 +309,9 @@ import './index.scss'
309309

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

0 commit comments

Comments
 (0)