From f4b73308f0987b5f065d2e0d0ac78ea93080b25a Mon Sep 17 00:00:00 2001 From: lvyuanyuan Date: Sun, 23 Mar 2025 08:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index f3b5cc9..229180f 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 5780608..c3b6fea 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代码使用说明 -- Gitee