search

Home  >  Q&A  >  body text

The template should look like this

Look at the template style set below the website

pages

|--template

|--template.js

|- -template.json

|--template.wxml

|--template.wxss


mama2027 days ago1248

reply all(1)I'll reply

  • kanglecheng

    kanglecheng2019-07-12 15:28:43

    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

    reply
    0
  • Cancelreply