diff --git a/README.en.md b/README.en.md index f3b5cc9552dc42d9d8adaa5b06fb6789f1e8c4ab..229180f6c7d8e77968b76b58420c3e26e5786414 100644 --- a/README.en.md +++ b/README.en.md @@ -35,7 +35,7 @@ This codelab gives an example of ArkTS declarative development, introducing how #### Frontend instructions 1. There are four buttons on the app home page, which are used for loading H5 or Vue pages on the local or cloud server respectively. The **Web** component loads the lucky draw page. -2. The lucky draw page consists of the Lucky Draw button and **Web** component. Bind a tap event to the Lucky Draw button to call the related function of the H5/Vue page, which returns the lucky draw result through **runjavascript** and displays the result in a dialog box on the native page. +2. The lucky draw page consists of the Lucky Draw button and **Web** component. Bind a tap event to the Lucky Draw button to call the related function of the H5/Vue page, which returns the lucky draw result through **runjavascript** and displays the result in a dialog box on the page. 3. Tap the back button to return to the app home page. #### H5/Vue code description diff --git a/README.md b/README.md index 5780608eb9e4190414d583b68d9b8796cd37254d..c3b6fea06024b0a92fa3154d3b28261b7ebf1e76 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ #### 前端使用说明 1. 点击应用进入主页面,页面提供四个按钮,分别对应加载本地H5,加载云端H5,加载本地Vue,加载云端Vue,点击按钮跳转到抽奖页面,Web组件会加载抽奖页面。 -2. 抽奖页面主要是由“点击抽奖”按钮和Web组件构成。给“点击抽奖”按钮绑定点击事件,实现点击按钮调用H5/Vue页面的抽奖函数,并且通过runjavascript返回抽奖结果,在原生页面弹窗显示。 +2. 抽奖页面主要是由“点击抽奖”按钮和Web组件构成。给“点击抽奖”按钮绑定点击事件,实现点击按钮调用H5/Vue页面的抽奖函数,并且通过runjavascript返回抽奖结果,在页面上弹窗显示。 3. 点击返回键,回到应用主页面。 #### H5/Vue代码使用说明