Home > Article > WeChat Applet > Detailed introduction to index page
In the previous tutorial, the index page was parsed. In this article, we will parse the old rules of the logs page. First, the logs page is shown in the figure. This page contains the return button (used to return to the index page), the page title and the program startup log list. . Compared with the index page, the logs page has an additional logs.json file to configure the content of the page title {
"navigationBarTitleText": "View startup log"
}For more configuration items, please refer to the configuration applet
1. Basics of Mini Program Development - Logs Page Analysis (6) Introduction: The index page was parsed in the previous tutorial. This article will parse the old logs page. The rules are as shown in the picture above. The page contains a return button (used to return to the index page), page title and program startup log list. Compared with the index page, the logs page has an additional logs.json file. To configure the content of the page title, you can refer to the configuration for more configuration items. The applet defines three tags in logs.wxml, namely view, block and text. , where the view tag is the container, b... 2. Basics of Mini Program Development: Index Page Analysis (5) Introduction: The previous tutorial talked about some technical issues that have nothing to do with the development of WeChat applet itself. Now let’s return to the topic. This tutorial mainly explains the index page generated by default. As written in the previous tutorial, each page contains three files: .js (processing logic), .wxml (describing page content), and .wxss (configuring page style). The same is true for the index page. Before explaining, the index page in the picture above does not have much content. There is only a user avatar, user name, and "Hello World". First, let's take a look at the index.... 3. Docker internally updates index.html and restarts the nginx service but no update is found Introduction: After running the image with -p 1334:80, access it at localhost:1334 Arrive at the nginx index page. Using bash interactive mode in docker, vim changed the index.html file of nginx, saved and exited, but the effect was not visible after restarting the service. My operation process is as follows: {Code... 4. Ten tips for PHP developers to get twice the result with half the effort_PHP Tutorial Introduction: Top 10 tips for PHP developers to get twice the result with half the effort . 1. How to correctly create a website's Index page. When creating every website, establishing the website's index page is one of the first things to do. If you are a PHP newbie, when writing i 5. There are related problems on the page after PHP submission Introduction : There is a problem with the page after PHP submission. The address of my index page is like this: http://localhost:8080/itinfo/index.php. It comes with some js/jquery code and anchor settings. It has a structure like this