文件最后提交记录最后更新时间
!1055 适配横屏修改 * adapter WGR 3 年前
!934 上官网图片整改 * update picture 3 年前
!538 翻译完成:全量翻译---JsShopping * add doc 4 年前
!1055 适配横屏修改 * adapter WGR 3 年前
!658 AtomicLayout、chart、JSAnimation、JSAnimationStyle、JSCompomments、JSDevice、JSGallery、JSMenu、JSRouter、JsSvg、JsUICustomCompontent、JsUserRegistration、StepNavigator、Toolbar工程接口调试 * 格式修改 * package.json格式修改 * package.json格式修改 * JsShopping接口修改调试 * AtomicLayout、chart、JSAnimation、JSAnimationStyle、JSCompomments、JSDevice… 4 年前
!492 使用900版本IDE对sample进行编译整改 * adapter to IDE 900 4 年前
!858 901适配 * Merge branch 'master' of gitee.com:openharmony/app_samples into master * nativeAPI、multiMedia * 901适配 * 格式 * 修改package.json的格式 * 901适配 3 年前
README_en.md

Example Shopping App

Introduction

This example JS-based shopping app has a hybrid layout containing resources such as images, videos, and text. To optimize memory and performance, the lazy loading feature has been used for the sliding list. You can use the sample code as reference for your app development.

Usage

  1. The app consists of three pages: home page, details page, and comment page.

  2. The home page comprises a nested layout of text and images. It uses the lazy loading feature to implement a sliding list.

  3. The details page comprises swiper components with nested images and videos. You can click scrolling images on the home page to access the respective details page.

Constraints

This sample can only be run on standard-system devices.