The template should look like this
ma
ma 2019-07-12 14:54:49
0
1
1205

Look at the template style set below the website

pages

|--template

|--template.js

|- -template.json

|--template.wxml

|--template.wxss


ma
ma

reply all(1)
樂成

This format is similar to the WeChat applet

//app.json
"pages":[
"pages/template/template",
],

First define the pages in app.json
Then four files must exist in the pages/template/template directory

|--template.js

|--template.json

|--template.wxml

|--template.wxss

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template