前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >微信小程序文章详情页跳转案例

微信小程序文章详情页跳转案例

作者头像
王小婷
发布2019-07-08 00:50:03
1.9K1
发布2019-07-08 00:50:03
举报
文章被收录于专栏:编程微刊编程微刊

里面所有的文章列表里面都是跳转了同一篇文章链接,那么,如果所有的列表跳转详情页的时候,跳转对应id所在的文章又该怎么写?

index.html

代码语言:javascript
复制
<view class="container">
  <view wx:for="{{cardTeams}}" wx:key="{{index}}" wx:for-item="cardTeam" class="item">
    <image class="img" src="{{cardTeam.imgsrc}}" mode="scaleToFill"></image>
    <view class="number-wrapper">
      <text class="name">{{cardTeam.name}}</text>
      <view class="count-wrapper">
        <text class="count">{{cardTeam.count}}</text>
      </view>
       <view class="details">
      <navigator url="../details/details?goodsId={{index}}">查看详情</navigator>
      </view>
    </view>
  </view>
</view>

index.wxss

代码语言:javascript
复制
.container {
  padding-top: 0;
}

.item {
  width: 100%;
  height: 220rpx;
  position: relative;
  display: flex;
  margin: 10rpx 10rpx;
  border-bottom: 1px solid rgb(197, 199, 199);
}

.item:first-child {
  margin-top: 0;
}

.item .remove {
  width: 60px;
  height: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  right: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item .number-wrapper {
  
  padding-top: 25rpx;
  flex-direction: column;
  justify-content: space-between;
}

.item .ok {
  width: 60px;
  height: 100%;
  padding-right: 20rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #98f5ff;
}

.item .img {
  width: 150rpx;
  height: 150rpx;
  padding: 20rpx;
}

.number-wrapper .name {
  margin: 10rpx 10rpx 10rpx 10rpx;
  font-size: 39rpx;
  overflow: hidden;
}

.number-wrapper .count-wrapper {
  display: flex;
  align-items: center;
  margin-left: 10rpx;
  font-size: 25rpx;
}

.number-wrapper .count-wrapper .decrease-btn {
  font-size: 30rpx;
}

.number-wrapper .count-wrapper .increase-btn {
  font-size: 30rpx;
}

.number-wrapper .count-wrapper .count {
  margin: 0 1rpx 0 1rpx;
  font-size: 30rpx;
}

.number-wrapper .price-wrapper .people {
  margin-left: 250rpx;
  font-size: 30rpx;
}

/* 搜索框样式 */

.view-search {
  display: flex;
  flex-direction: row;
  height: 70rpx;
  margin: 20rpx;
  padding: 5rpx;
  border: 1px #e4e2e2 solid;
  border-width: thin;
  align-items: center;
}

.input {
  flex: 1;
  height: 60rpx;
}

.input-placeholder {
  color: #999;
}

.button {
  width: 60rpx;
  height: 60rpx;
}
.details{
font-size: 36rpx;
color:red;
}

index.js

代码语言:javascript
复制
//index.js
//获取应用实例
var app = getApp();
var cardTeams;
Page({
  data: {
    cardTeams: [{
      "viewid": "1",
      "imgsrc": "https://13373313365.com/image/1.png",
      "price": "¥1245",
      "count": "为什么说 C 语言比 Java 难? ",
      "name": "为什么说 C 语言比 Java 难? ",
    }, {
      "viewid": "2",
        "imgsrc": "https://13373313365.com/image/1.png",
      "price": "¥2345",
        "count": "小程序云开发入门实战总结 ",
        "name": "小程序云开发入门实战总结 ",
    }, {
      "viewid": "3",
        "imgsrc": "https://13373313365.com/image/3.png",
      "price": "¥2345",

        "count": "node.js写一个小爬虫 ",
        "name": "node.js写一个小爬虫 ",
    }, {
      "viewid": "4",
        "imgsrc": "https://13373313365.com/image/3.png",
      "price": "¥2345",
        "count": "推荐一个前端开源项目 ",
        "name": "推荐一个前端开源项目  ",
    }
    ]
  },
  onLoad: function () {
   // console.log('onLoad:' + app.globalData.domain)
  }
})

详情页面 details.wxml

代码语言:javascript
复制
<web-view src="{{url}}"></web-view>

details.js

代码语言:javascript
复制
Page({
  data: {
    url:'',
    //下面是先进行存储的不同产品数据;
    productsList: [
      { showDesc: 'https://mp.weixin.qq.com/s?__biz=MzI2ODUxMzg4Nw==&mid=2247485838&idx=1&sn=1208bcca91141b2c16c2e844efb67a41&chksm=eaef2ebedd98a7a8720092c3f2e87a7f3514d2140bdb7dea289d389aacdc55d268285897872b&token=1964115409&lang=zh_CN#rd' },

      { showDesc: 'https://mp.weixin.qq.com/s?__biz=MzI2ODUxMzg4Nw==&mid=2247485869&idx=1&sn=7e4cedf5230c930cf18c9aa4683d1a43&chksm=eaef2e9ddd98a78bcd55835cba8e31f886df27319be99ac4710a0eace7fc8f196e081b03ad11&token=1964115409&lang=zh_CN#rd' },
    
      {showDesc: 'https://mp.weixin.qq.com/s?__biz=MzI2ODUxMzg4Nw==&mid=2247485900&idx=1&sn=5aa1e6028f6499a611fff1ec2a641bf6&chksm=eaef2efcdd98a7eaeb618e687ed3f36cf5f9085779e0a130a8515ce46d8a444b08595dc15994&token=1964115409&lang=zh_CN#rd' },

      { showDesc: 'https://mp.weixin.qq.com/s?__biz=MzI2ODUxMzg4Nw==&mid=2247485848&idx=1&sn=af73f05a22febcb4dfae60b197a6ca8e&chksm=eaef2ea8dd98a7bee88721a853d7dfce17387d11a371ba27295bec502b2f7ea76b2fd6faf34c&token=1964115409&lang=zh_CN#rd' },

    ]
  },

  /**
   * 生命周期函数--监听页面加载
   */
  onLoad: function (options) {
    
    var goodsId = options.goodsId;
    console.log(goodsId)
    this.setData({
      url: this.data.productsList[goodsId].showDesc
    });
  }
})

样式可以自己进行优化,然后其中的道理就不一一细说了,根据index点击的列表的id判断所对应的url即可。

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019.07.06 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
云开发 CloudBase
云开发(Tencent CloudBase,TCB)是腾讯云提供的云原生一体化开发环境和工具平台,为200万+企业和开发者提供高可用、自动弹性扩缩的后端云服务,可用于云端一体化开发多种端应用(小程序、公众号、Web 应用等),避免了应用开发过程中繁琐的服务器搭建及运维,开发者可以专注于业务逻辑的实现,开发门槛更低,效率更高。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档