微信小程序 ---基础小项目

index.wxml界面

<!-- <text>首页</text>
<view>容器</view> -->
<!-- <navigator url="../news/news" open-type="navigate">跳转新闻页面</navigator> -->
<!-- 滚动 -->
<view class="navBar">
  <scroll-view class="nav" scroll-x="true">
    <text>首页</text>
    <text>头条</text>
    <text>娱乐</text>
    <text>新闻</text>
    <text>房产</text>
    <text>科技</text>
    <text>创新</text>
    <text>项目</text>
  </scroll-view>
</view>
<swiper class="banner" indicator-dots="true" indicator-color="#eee" indicator-active-color="pink" autoplay="true" interval="2000" circular="true">
  <swiper-item><image src="../../images/tu.jpg"></image></swiper-item>
  <swiper-item><image src="../../images/tu.jpg"></image></swiper-item>
  <swiper-item><image src="../../images/tu.jpg"></image></swiper-item>
</swiper>
<view class="box">
  <navigator class="left" url="../news/news" open-type="navigate">点击进入详情页面</navigator>
<!-- <text class="left">进入详情页面</text> -->
<view class="box1">
  <image src="../../images/tu.jpg"></image>
</view>
</view>

about.wxml界面

<image src="../../images/tu.jpg"></image>

news.wxml

<navigator url="../about/about" open-type="switchTab">进入我的</navigator>
{
  "pages": [
    "pages/index/index",
    "pages/news/news",
    "pages/about/about",
    "pages/love/love"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#000",
    "navigationBarTitleText": "微信小程序",
    "navigationBarTextStyle": "white"
  },
  "tabBar": {
    "list": [{
      "pagePath": "pages/index/index",
      "text": "首页",
      "iconPath":"images/shou(1).png",
      "selectedIconPath":"images/shou.png"
    },
    {
      "pagePath": "pages/about/about",
      "text": "我的",
      "iconPath":"images/my(1).png",
      "selectedIconPath":"images/my.png"
    }]
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}

app.json界面

{
  "pages": [
    "pages/index/index",
    "pages/news/news",
    "pages/about/about",
    "pages/love/love"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#000",
    "navigationBarTitleText": "小剧本",
    "navigationBarTextStyle": "white"
  },
  "tabBar": {
    "list": [{
      "pagePath": "pages/index/index",
      "text": "首页",
      "iconPath":"images/shou(1).png",
      "selectedIconPath":"images/shou.png"
    },
    {
      "pagePath": "pages/about/about",
      "text": "我的",
      "iconPath":"images/my(1).png",
      "selectedIconPath":"images/my.png"
    }]
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值