product-details.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. <!-- 商品详情 -->
  2. <template>
  3. <view class="wrap">
  4. <HeaderViewBar ref='HeaderViewBar' title='商品详情' :titleOpacity="scrollTop / 100" :opacity="scrollTop / 100"
  5. :hideBack="true" backgroundColor='linear-gradient(180deg, #E63D23, #F58711)'
  6. style="position: fixed; top: 0; z-index: 999999999;">
  7. <view class="header-btn-box" :style="{width: headerContainerWidth + 'px', paddingRight: 36}">
  8. <button type="default" class="back" @tap="back()">
  9. <image src="../../../static/return-2.png" mode="widthFix"></image>
  10. </button>
  11. <view class="header-right-box">
  12. <button type="default">
  13. <image src="../../../static/circle-1.png" mode="widthFix"></image>
  14. </button>
  15. <button type="default">
  16. <image src="../../../static/circle-2.png" mode="widthFix"></image>
  17. </button>
  18. </view>
  19. </view>
  20. </HeaderViewBar>
  21. <view class="swiper-box">
  22. <swiper class="swiper" @change="swiperChange" :circular="true" autoplay="true" interval="3000"
  23. duration="500">
  24. <swiper-item v-for="(item,index) in swiperList" :key="index">
  25. <view class="swiper-item">
  26. <image :src="item" class="banner-img" mode="aspectFill" />
  27. </view>
  28. </swiper-item>
  29. </swiper>
  30. <view class="diandian">
  31. <view class="diandiandian" :class="(swiperCurrent == index ? 'diandiandian_active' : '')"
  32. v-for="(item, index) in swiperList">
  33. </view>
  34. </view>
  35. </view>
  36. <view class="padding-box">
  37. <view class="module">
  38. <view class="price-row">
  39. ¥394.00 <text class="del-price">¥34.00</text>
  40. </view>
  41. <view class="product-name">
  42. 藕粉桂花坚果藕粉羹营养早代餐 坚果羹营养早餐懒人冲饮食品
  43. </view>
  44. <view class="row-between">
  45. <view class="tag">
  46. 1罐50g
  47. </view>
  48. <view class="box">
  49. <image src="../../../static/bg-8.png" class="bg" mode="aspectFill" />
  50. <view class="fan">
  51. </view>
  52. <view class="fan-prirce">
  53. ¥<text>8.00</text>
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. <view class="module">
  59. <view class="module-row">
  60. <view class="module-label">
  61. 产品功效
  62. </view>
  63. <view class="module-right-row">
  64. <text class="child">强身益智</text>
  65. <text class="child">健胃润肠</text>
  66. <button type="default" class="module-btn">健胃润肠</button>
  67. </view>
  68. </view>
  69. <view class="module-row">
  70. <view class="module-label">
  71. 适合人群
  72. </view>
  73. <view class="module-right-row">
  74. <text class="child">亚健康</text>
  75. <text class="child">心血管患者</text>
  76. <text class="child">糖尿病患者</text>
  77. <text class="child">体弱多病</text>
  78. <text class="child">消化不良</text>
  79. <text class="child">心血管患者</text>
  80. <text class="child">糖尿病患者</text>
  81. <text class="child">体弱多病</text>
  82. </view>
  83. </view>
  84. <view class="module-row">
  85. <view class="module-label">
  86. 有效搭配
  87. </view>
  88. <view class="module-right-row-between">
  89. <view class="module-right-row-tab">
  90. <view class="tab-child">
  91. 乌鸡
  92. </view>
  93. <view class="tab-child">
  94. 木耳
  95. </view>
  96. <view class="tab-child">
  97. 枸杞
  98. </view>
  99. </view>
  100. <image src="../../../static/back-icon2.png" mode="widthFix" class="back-icon"></image>
  101. </view>
  102. </view>
  103. </view>
  104. <view class="module">
  105. <view class="module-row">
  106. <view class="module-label">
  107. 配送
  108. </view>
  109. <view class="module-right-row">
  110. <view class="msg">
  111. 嘉兴南湖区旭辉广场2号楼
  112. </view>
  113. </view>
  114. </view>
  115. <view class="module-row">
  116. <view class="module-label">
  117. 发货
  118. </view>
  119. <view class="module-right-row">
  120. <view class="msg">
  121. 北京携手熊猫总部
  122. </view>
  123. <text class="express-shipping">快递:免运费</text>
  124. </view>
  125. </view>
  126. <view class="module-row">
  127. <view class="module-label">
  128. 源头
  129. </view>
  130. <view class="module-right-row">
  131. <view class="msg">
  132. 宁夏中宁县
  133. </view>
  134. <button class="border-orange">产品可溯源</button>
  135. </view>
  136. </view>
  137. <view class="module-row">
  138. <view class="module-label">
  139. 时令
  140. </view>
  141. <view class="module-right-row">
  142. <view class="msg">
  143. 6月/7月/8月
  144. </view>
  145. </view>
  146. </view>
  147. <view class="module-row">
  148. <view class="module-label">
  149. 时令
  150. </view>
  151. <view class="module-right-row-between">
  152. <view class="module-right-row-tab">
  153. <text class="assure">产品可溯源</text>
  154. <text class="assure">七天无理由退换</text>
  155. </view>
  156. <image src="../../../static/back-icon2.png" mode="widthFix" class="back-icon"></image>
  157. </view>
  158. </view>
  159. <view class="module-row">
  160. <view class="module-label">
  161. 参数
  162. </view>
  163. <view class="module-right-row-between">
  164. <view class="module-right-row-tab">
  165. <text class="assure">生产日期</text>
  166. <text class="assure">产地</text>
  167. <text class="assure">净含量…</text>
  168. </view>
  169. </view>
  170. </view>
  171. </view>
  172. <view class="comment-module">
  173. <view class="comment-module-label">
  174. 商品评价(600)
  175. </view>
  176. <view class="comment-box">
  177. <view class="comment-tab-list">
  178. <view class="comment-tab-item">
  179. 口味鲜美多汁
  180. </view>
  181. <view class="comment-tab-item">
  182. 很好吃
  183. </view>
  184. <view class="comment-tab-item">
  185. 还会再买
  186. </view>
  187. </view>
  188. <view class="comment-list">
  189. <view class="comment-item" v-for="(item, index) in 3">
  190. <view class="comment-item-top">
  191. <image src="../../../static/avatar.png" class="avatar" mode="aspectFill"></image>
  192. <view class="comment-item-top-sidebar">
  193. <view class="comment-item-top-column">
  194. <view class="user-name">
  195. 乔治的晚餐
  196. </view>
  197. <view class="stars-wrapper">
  198. <block v-for="(val, index) in 5">
  199. <image class="star-img"
  200. :src="star > index ? '../../../static/star-active.png' : '../../../static/star.png'"
  201. mode="aspectFill"></image>
  202. </block>
  203. </view>
  204. </view>
  205. <text class="time">2020-9-15</text>
  206. </view>
  207. </view>
  208. <view class="comment-item-content">
  209. 香肠精选不同部位的猪肉,按照一定的肥瘦比列进行搭。香肠精选不同部位的猪肉,按照一定的肥瘦比列进行搭。
  210. </view>
  211. </view>
  212. </view>
  213. <view class="buyers-show-module">
  214. <view class="buyers-show-label">
  215. 买家秀(14)
  216. </view>
  217. <scroll-view scroll-x="true" class="buyers-show-list">
  218. <image src="../../../static/img-4.png" class="buyers-show-img" v-for="(item, index) in 7"
  219. mode="aspectFill"></image>
  220. </scroll-view>
  221. </view>
  222. </view>
  223. </view>
  224. <view class="details-module">
  225. <view class="details-module-label">
  226. 商品详情
  227. </view>
  228. <image src="../../../static/img-4.png" mode="widthFix" class="img"></image>
  229. </view>
  230. </view>
  231. <view class="footer">
  232. <view class="footer-leftsidebar">
  233. <button type="default">
  234. <image src="../../../static/foot-tab2.png" mode="heightFix"></image>
  235. 购物车
  236. <view class="num">
  237. 99
  238. </view>
  239. </button>
  240. <button type="default">
  241. <image src="../../../static/foot-tab1.png" mode="heightFix"></image>
  242. 客服
  243. </button>
  244. <button type="default" @tap="collect">
  245. <image :src="select ? '../../../static/foot-tab3active.png' : '../../../static/foot-tab3.png'" mode="heightFix"></image>
  246. 收藏
  247. </button>
  248. </view>
  249. <view class="footer-rightsidebar">
  250. <button type="default" class="footer-rightsidebar-btn" @tap="showToast">
  251. <image src="../../../static/btn-bg1.png" mode=""></image>
  252. <view class="footer-rightsidebar-btn-container">
  253. 加入购物车
  254. </view>
  255. </button>
  256. <button type="default" class="footer-rightsidebar-btn2">
  257. <image src="../../../static/btn-bg2.png" mode=""></image>
  258. <view class="footer-rightsidebar-btn-container2">
  259. 立即购买
  260. </view>
  261. </button>
  262. </view>
  263. </view>
  264. <!-- 加入购物车成功-弹窗 -->
  265. <view class="window" v-show="isShowAddSuccess">
  266. <image src="../../../static/circle-active.png" mode="widthFix"></image>
  267. 添加成功,在购物车等您呦~
  268. </view>
  269. <!-- 加入购物车成功-弹窗 -->
  270. </view>
  271. </template>
  272. <script>
  273. import HeaderViewBar from '../../../components/header-view-bar/header-view-bar.vue';
  274. import popupMessage from '../../../components/addSuccess.vue';
  275. export default {
  276. components: {
  277. HeaderViewBar,
  278. popupMessage
  279. },
  280. data() {
  281. return {
  282. headerHeight: 0,
  283. headerContainerWidth: 0,
  284. scrollTop: 0,
  285. //轮播
  286. swiperList: [
  287. '../../../static/img-4.png',
  288. '../../../static/img-4.png',
  289. '../../../static/img-4.png'
  290. ],
  291. swiperCurrent: 0,
  292. star: 3, //评价,默认3星
  293. isShowAddSuccess: false,//加入购物车成功弹窗
  294. select:false,//收藏
  295. }
  296. },
  297. onShow() {
  298. setTimeout(() => {
  299. this.headerHeight = this.$refs['HeaderViewBar'].getHeaderStyle().headerHeight;
  300. this.headerContainerWidth = this.$refs['HeaderViewBar'].getHeaderStyle().headerContainerWidth;
  301. }, 20);
  302. },
  303. methods: {
  304. // 返回顶部
  305. toTop() {
  306. uni.pageScrollTo({
  307. scrollTop: 0,
  308. duration: 100,
  309. });
  310. },
  311. //返回上一页
  312. back() {
  313. uni.navigateBack({
  314. delta: 1,
  315. })
  316. },
  317. //轮播
  318. swiperChange(e) {
  319. const {
  320. current
  321. } = e.detail;
  322. this.swiperCurrent = current;
  323. },
  324. //加入购物车成功-弹窗
  325. showToast() {
  326. this.isShowAddSuccess = true;
  327. },
  328. closeAddSuccess() {
  329. this.isShowAddSuccess = false;
  330. },
  331. //收藏
  332. collect: function() {
  333. this.select = !this.select;
  334. },
  335. },
  336. onPageScroll(e) {
  337. this.scrollTop = e.scrollTop;
  338. }
  339. }
  340. </script>
  341. <style scoped lang="scss">
  342. @import "./product-details.css";
  343. </style>