shopinfo.js 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. // pages/shopinfo/shopinfo.js
  2. Page({
  3. /**
  4. * 页面的初始数据
  5. */
  6. data: {
  7. id: "",
  8. shopInfo: {
  9. shopImg: "../../images/shopImg.jpg",
  10. shopName: "大华店",
  11. stars: 5,
  12. shopAddress: "上海市宝山区域大华虎城A座10L",
  13. shopTel: "0556-7158735",
  14. products: [{
  15. imgurl: "../../images/p1.jpg",
  16. title: "电影足疗60分钟",
  17. oldPrice: "298",
  18. newPrice: "198",
  19. discount: "6.7"
  20. },
  21. {
  22. imgurl: "../../images/p2.jpg",
  23. title: "中式古法推拿套餐",
  24. oldPrice: "298",
  25. newPrice: "258",
  26. discount: "8.7"
  27. }, {
  28. imgurl: "../../images/p3.jpg",
  29. title: "小时代电影足疗90分钟",
  30. oldPrice: "368",
  31. newPrice: "258",
  32. discount: "7.0"
  33. }, {
  34. imgurl: "../../images/p4.jpg",
  35. title: "小时代PLUS电影足疗120分钟",
  36. oldPrice: "498",
  37. newPrice: "338",
  38. discount: "6.8"
  39. }, {
  40. imgurl: "../../images/p5.jpg",
  41. title: "采耳加钟",
  42. oldPrice: "298",
  43. newPrice: "198",
  44. discount: "6.7"
  45. }, {
  46. imgurl: "../../images/p6.jpg",
  47. title: "第六感精油SPA90分钟",
  48. oldPrice: "598",
  49. newPrice: "398",
  50. discount: "6.7"
  51. }, {
  52. imgurl: "../../images/p7.jpg",
  53. title: "温阳臀疗/肾疗",
  54. oldPrice: "880",
  55. newPrice: "668",
  56. discount: "7.6"
  57. }, {
  58. imgurl: "../../images/p8.jpg",
  59. title: "电全身淋巴排毒(含腹股沟)",
  60. oldPrice: "880",
  61. newPrice: "768",
  62. discount: "8.8"
  63. }, {
  64. imgurl: "../../images/p9.jpg",
  65. title: "神秘多巴胺组合套餐",
  66. oldPrice: "1688",
  67. newPrice: "1288",
  68. discount: "7.7"
  69. },
  70. ],
  71. shopDesc: "本店所有商品照片为专业摄影师拍摄,后期起精心修制及色彩调整,尽量与实际商品保持一致,但由于拍摄时的用光、角度、显示器色彩偏差、个人对颜色的认知等方面的差异,导致实物可能会与照片存在一些色差,最终颜色以实际商品为准。"
  72. },
  73. commentsList: [],
  74. },
  75. /**
  76. * 生命周期函数--监听页面加载
  77. */
  78. onLoad: function (options) {
  79. var list = [{
  80. id: 1,
  81. headImg: "../../images/headImg.jpg",
  82. product: "葛优躺(北京躺)电影足疗",
  83. assessDate: "2020-02-02",
  84. stars: 5,
  85. comments: {
  86. content: "3号技师特别好~~~赞一个,下次还来。",
  87. imgs: [{
  88. imgurl: "../../images/commentsImg01.jpg"
  89. },
  90. {
  91. imgurl: "../../images/commentsImg02.jpg"
  92. },
  93. {
  94. imgurl: "../../images/commentsImg03.jpg"
  95. },
  96. {
  97. imgurl: "../../images/commentsImg03.jpg"
  98. },
  99. {
  100. imgurl: "../../images/commentsImg02.jpg"
  101. },
  102. {
  103. imgurl: "../../images/commentsImg01.jpg"
  104. },
  105. {
  106. imgurl: "../../images/commentsImg02.jpg"
  107. },
  108. {
  109. imgurl: "../../images/commentsImg01.jpg"
  110. },
  111. {
  112. imgurl: "../../images/commentsImg03.jpg"
  113. },
  114. ]
  115. }
  116. }, {
  117. id: 2,
  118. headImg: "../../images/headImg.jpg",
  119. product: "葛优躺(北京躺)电影足疗",
  120. assessDate: "2020-02-02",
  121. stars: 5,
  122. comments: {
  123. content: "3号技师特别好~~~赞一个,下次还来。",
  124. imgs: [{
  125. imgurl: "../../images/commentsImg01.jpg"
  126. },
  127. ]
  128. }
  129. }, {
  130. id: 3,
  131. headImg: "../../images/headImg.jpg",
  132. product: "葛优躺(北京躺)电影足疗",
  133. assessDate: "2020-02-02",
  134. stars: 4,
  135. comments: {
  136. content: "3号技师特别好~~~赞一个,下次还来。",
  137. imgs: []
  138. }
  139. }, {
  140. id: 4,
  141. headImg: "../../images/headImg.jpg",
  142. product: "葛优躺(北京躺)电影足疗",
  143. assessDate: "2020-02-02",
  144. stars: 5,
  145. comments: {
  146. content: "3号技师特别好~~~赞一个,下次还来。",
  147. imgs: [{
  148. imgurl: "../../images/commentsImg01.jpg"
  149. },
  150. {
  151. imgurl: "../../images/commentsImg02.jpg"
  152. },
  153. {
  154. imgurl: "../../images/commentsImg01.jpg"
  155. },
  156. {
  157. imgurl: "../../images/commentsImg03.jpg"
  158. },
  159. ]
  160. }
  161. }, {
  162. id: 5,
  163. headImg: "../../images/headImg.jpg",
  164. product: "葛优躺(北京躺)电影足疗",
  165. assessDate: "2020-02-02",
  166. stars: 5,
  167. comments: {
  168. content: "3号技师特别好~~~赞一个,下次还来。",
  169. imgs: [{
  170. imgurl: "../../images/commentsImg01.jpg"
  171. },
  172. {
  173. imgurl: "../../images/commentsImg02.jpg"
  174. },
  175. {
  176. imgurl: "../../images/commentsImg03.jpg"
  177. },
  178. {
  179. imgurl: "../../images/commentsImg02.jpg"
  180. },
  181. {
  182. imgurl: "../../images/commentsImg01.jpg"
  183. },
  184. ]
  185. }
  186. }];
  187. this.setData({
  188. id: options.id,
  189. commentsList: list,
  190. })
  191. },
  192. /**
  193. * 生命周期函数--监听页面初次渲染完成
  194. */
  195. onReady: function () {
  196. },
  197. /**
  198. * 生命周期函数--监听页面显示
  199. */
  200. onShow: function () {
  201. },
  202. /**
  203. * 生命周期函数--监听页面隐藏
  204. */
  205. onHide: function () {
  206. },
  207. /**
  208. * 生命周期函数--监听页面卸载
  209. */
  210. onUnload: function () {
  211. },
  212. /**
  213. * 页面相关事件处理函数--监听用户下拉动作
  214. */
  215. onPullDownRefresh: function () {
  216. },
  217. /**
  218. * 页面上拉触底事件的处理函数
  219. */
  220. onReachBottom: function () {
  221. },
  222. /**
  223. * 用户点击右上角分享
  224. */
  225. onShareAppMessage: function () {
  226. }
  227. })