File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ import './index.scss'
6767
6868export default class Index extends Component {
6969 handleButtonClick () {
70- // 调用京购小程序的公共跳转方法
70+ // 调用京东购物小程序的公共跳转方法
7171 console .log (' trigger click' )
7272 }
7373
@@ -249,9 +249,9 @@ import './index.scss'
249249
250250export 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
310310export default class Index extends Component {
311311 handleButtonClick () {
312- // 调用京购小程序的公共跳转方法
312+ // 调用京东购物小程序的公共跳转方法
313313 console .log (' trigger click' )
314- // 利用公共方法跳转京购小程序首页
314+ // 利用公共方法跳转京东购物小程序首页
315315 navigator .goto (' /pages/index/index' )
316316 }
317317
You can’t perform that action at this time.
0 commit comments