页面不显示内容的问题

页面不显示内容的问题

老师,我在index页面,寄快递,查快递,和我的页面里面都写了<view>hello world</view> 但是只有index页面显示了,切换到其他页面都没有显示。控制台也没有报错。这是为什么呢?
以下是我的app.json配置

{
  "pages":[
    "pages/index/index",
    "pages/send/send",
    "pages/search/search",
    "pages/my/my" 
  ],
  "window":{
    "backgroundTextStyle":"light",
    "navigationBarBackgroundColor": "#35BD00",
    "navigationBarTextStyle":"white"
  },
  "tabBar": {
    "color": "#666666",
    "selectedColor": "#35BD00",
    "list":[{
      "pagePath": "pages/index/index",
      "iconPath": "resources/home-icon.png",
      "selectedIconPath": "resources/home-icon-hover.png",
      "text": "首页"
    },{
      "pagePath": "pages/send/send",
      "iconPath": "resources/send-icon.png",
      "selectedIconPath": "resources/send-icon-hover.png",
      "text": "寄快递"
    },{
      "pagePath": "pages/search/search",
      "iconPath": "resources/polling-icon.png",
      "selectedIconPath": "resources/polling-icon-hover.png",
      "text": "查快递"
    },{
      "pagePath": "pages/my/my",
      "iconPath": "resources/my-icon.png",
      "selectedIconPath": "resources/my-icon-hover.png",
      "text": "我的"
    }]
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}

图片描述
图片描述

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
慕勒8540250 提问者 2023-10-07 21:26:01

老师,我解决这个问题了。原因是我没有在my.js, search.js 和send.js中写 Page({}),写上之后页面就能正常显示hello world了。

  • 同学你好,能自己解决问题很棒。要注意页面的js文件中,必须写Page({}),这属于框架自身的要求。

    祝学习愉快!

    2023-10-08 09:04:38
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师