tuanzdetail2.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. // pages/helpsell/helpsell.js
  2. const app = getApp();
  3. const api = require('../../api/api');
  4. Page({
  5. /**
  6. * 页面的初始数据
  7. */
  8. data: {
  9. navbarData: {
  10. showCapsule: 1,
  11. capsuleMode: 'navBack', //显示模式(navBack:返回上一页;navHome:返回首页)
  12. },
  13. height: 0,
  14. classify: [
  15. "生鲜", "教育", "熟食", "生鲜", "教育", "熟食", "甜点糕点", "生活用品"
  16. ],
  17. sidetabs: ["全部", "肉类", "海鲜", "教育", "熟食", "生活用品"],
  18. pintuan: [{
  19. title: "拼团内容这里全是拼团内容",
  20. plan: 67,
  21. time: "倒计时3天12小时",
  22. statu: 1,
  23. goods: ['https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg']
  24. }, {
  25. title: "拼团内容这里又是拼团内容",
  26. plan: 80,
  27. time: "倒计时3天13小时",
  28. statu: 1,
  29. goods: ['https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg']
  30. }, {
  31. title: "拼团内容这里截团了",
  32. plan: 100,
  33. time: "2022-03-11 15:42",
  34. statu: 0,
  35. goods: ['https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg', 'https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg']
  36. }],
  37. showphone: false,
  38. phone: [{
  39. name: '15283737271'
  40. }],
  41. showfen: false,
  42. fenxiang: [{
  43. name: '分享给朋友'
  44. }, {
  45. name: '分享到朋友圈'
  46. }],
  47. sideindex: 0,
  48. enterType: 1, //进入类型(0:待审核-团长详情页;1:正在帮卖-团长详情页;)
  49. },
  50. _navback() {
  51. wx.navigateBack()
  52. },
  53. showfens() {
  54. this.setData({
  55. showfen: true
  56. })
  57. },
  58. sidetap(e) {
  59. this.setData({
  60. sideindex: e.currentTarget.dataset.index
  61. })
  62. },
  63. showphones() {
  64. this.setData({
  65. showphone: true
  66. })
  67. },
  68. offzhe() {
  69. this.setData({
  70. showfen: false,
  71. showphone: false
  72. })
  73. },
  74. phoneok(e) {
  75. wx.makePhoneCall({
  76. phoneNumber: e.detail.name,
  77. })
  78. },
  79. gobianji() {
  80. wx.navigateTo({
  81. url: '/pages/userinfo/userinfo',
  82. })
  83. },
  84. fenok(e) {
  85. console.log("我点击分享了")
  86. },
  87. /**
  88. * 生命周期函数--监听页面加载
  89. */
  90. onLoad: function (options) {
  91. this.setData({
  92. height: app.globalData.height
  93. })
  94. },
  95. /**
  96. * 生命周期函数--监听页面初次渲染完成
  97. */
  98. onReady: function () {
  99. },
  100. /**
  101. * 生命周期函数--监听页面显示
  102. */
  103. onShow: function () {
  104. },
  105. /**
  106. * 生命周期函数--监听页面隐藏
  107. */
  108. onHide: function () {
  109. },
  110. /**
  111. * 生命周期函数--监听页面卸载
  112. */
  113. onUnload: function () {
  114. },
  115. /**
  116. * 页面相关事件处理函数--监听用户下拉动作
  117. */
  118. onPullDownRefresh: function () {
  119. },
  120. /**
  121. * 页面上拉触底事件的处理函数
  122. */
  123. onReachBottom: function () {
  124. },
  125. /**
  126. * 用户点击右上角分享
  127. */
  128. onShareAppMessage: function () {
  129. },
  130. // 跳转团长微信二维码
  131. navToWXQrcode() {
  132. let headimg = this.data.user_info.headimg;
  133. let name = this.data.user_info.name;
  134. let wechat_code = this.data.user_info.wechat_code;
  135. wx.navigateTo({
  136. url: '/pages/wxqrcode/wxqrcode?headimg=' + headimg + '&name=' + name + '&wechat_code=' + wechat_code
  137. })
  138. },
  139. })