goodsDetail.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. <template>
  2. <view class="box">
  3. <view class="spwBox">
  4. <swiper class="swiper" circular :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
  5. <swiper-item v-for="(item,index) in info.ImgList">
  6. <view class="swiper-item">
  7. <img mode="aspectFit" :src="item.url" alt="" class="swiper-itemImg">
  8. </view>
  9. </swiper-item>
  10. </swiper>
  11. </view>
  12. <view class="shopCont">
  13. <view class="shopCtop">
  14. <view class="goodsPrice">
  15. <view class="goodsPrice1">{{info.saleLabel}}</view>
  16. <view class="goodsPrice2">¥</view>
  17. <view class="goodsPrice3">{{info.salePrice?info.salePrice:info.scribingPrice}}</view>
  18. <view class="goodsPrice4" v-if="info.scribingPrice">¥{{info.scribingPrice}}</view>
  19. </view>
  20. <view class="Sold">已售 {{info.saleQty}}</view>
  21. </view>
  22. <view class="goodsName">{{info.name}}</view>
  23. <view class="goodsMd" v-if="info.sellingPoint">{{info.sellingPoint}}</view>
  24. </view>
  25. <view class="modeBox">
  26. <view class="modeline">
  27. <view class="modelineLeft">配送方式</view>
  28. <view class="modeLineRight">{{info.distributionType==1?'到店取货':'到店使用'}}</view>
  29. </view>
  30. <view class="modeline">
  31. <view class="modelineLeft">限购数量</view>
  32. <view class="modeLineRight" v-if="info.oneQty">{{info.oneQty}}</view>
  33. </view>
  34. <view class="modeline">
  35. <view class="modelineLeft">售后服务</view>
  36. <view class="modeLineRight">{{info.afterService}}</view>
  37. </view>
  38. </view>
  39. <!-- 服务流程 -->
  40. <view class="fuwuliucBox">
  41. <view class="fwlcTitle">服务流程</view>
  42. <view class="fwlcxian">
  43. <view class="fwlcyuan"></view>
  44. <view class="fwHx"></view>
  45. <view class="fwlcyuan"></view>
  46. <view class="fwHx"></view>
  47. <view class="fwlcyuan"></view>
  48. <view class="fwHx"></view>
  49. <view class="fwlcyuan"></view>
  50. </view>
  51. <view class="fwTxt">
  52. <view class="fwTxtline">选择商品</view>
  53. <view class="fwTxtline">选择门店</view>
  54. <view class="fwTxtline">在线支付</view>
  55. <view class="fwTxtline">到店服务</view>
  56. </view>
  57. </view>
  58. <!-- 套餐内容 -->
  59. <view class="mealBox" v-if="info.bizType==3">
  60. <view class="fwlcTitle">套餐内容</view>
  61. <view class="mealLine" v-for="(item,index) in 2">
  62. <view class="mealTop">
  63. <view class="mealName">项目名称</view>
  64. <view class="mealTopRight">
  65. <view>数量</view>
  66. <view style="padding-left: 44rpx;">有效期</view>
  67. </view>
  68. </view>
  69. <view class="itemlinebOX">
  70. <view class="itemline">
  71. <view class="itemname">这是项目名称长长长长长项目名称项目名称长长sss长长换行换</view>
  72. <view>20</view>
  73. <view>10个月</view>
  74. </view>
  75. <view class="itemline">
  76. <view class="itemname">这是项目名称</view>
  77. <view>200</view>
  78. <view>10个月</view>
  79. </view>
  80. </view>
  81. </view>
  82. </view>
  83. <!-- 商品详情 -->
  84. <view class="goodsDetail" v-if="info.details">
  85. <view class="goodsDetailTitle">商品详情</view>
  86. <!-- <view v-html="info.details" style="background: #fff;"></view> -->
  87. <rich-text :nodes="info.details" style="font-size: 0px;background: #fff;"></rich-text>
  88. </view>
  89. <view style="height: 120rpx;"></view>
  90. <view class="bottomBox">
  91. <view class="bottomImgBox" @click="goINdex">
  92. <image src="../../static/timg/home.png" mode="" class="bottomImg"></image>
  93. <view class="bottomTxt">首页</view>
  94. </view>
  95. <view class="bottomImgBox" style="margin-left: 20rpx;">
  96. <image src="../../static/timg/share.png" mode="" class="bottomImg"></image>
  97. <view class="bottomTxt">分享</view>
  98. </view>
  99. <view class="bottomBtn" @click="buyShow=true">立即购买</view>
  100. </view>
  101. <!-- 立即购买 -->
  102. <view class="buyBox" v-if="buyShow" @click="buyShow=false">
  103. <view class="buyCont" @click.stop="">
  104. <image src="../../static/timg/chahao.png" mode="" class="buyContCh" @click="buyShow=false"></image>
  105. <view class="goodsBox">
  106. <view class="hotGoodsLine" >
  107. <view>
  108. <image :src="info.ImgList[0].url" mode="" v-if="info.ImgList.length>1" class="hotGoodsLineImg"></image>
  109. <image src="../../static/timg/noimg.png" class="hotGoodsLineImg" v-else></image>
  110. </view>
  111. <view class="hotGoodsLineRIght">
  112. <view class="goodsName2">{{info.name}}</view>
  113. <view class="Sold">已售 {{info.saleQty}}</view>
  114. <view class="goodsPrice">
  115. <view class="goodsPrice11">{{info.saleLabel}}</view>
  116. <view class="goodsPrice22">¥</view>
  117. <view class="goodsPrice33">{{info.salePrice?info.salePrice:info.scribingPrice}}</view>
  118. <view class="goodsPrice44" v-if="info.scribingPrice">¥{{info.scribingPrice}}</view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. <view class="buyNumBox">
  124. <view class="bugNUm">
  125. <view class="bugNUmLeft">
  126. <view class="buySl">数量</view>
  127. <view class="buyXg" v-if="info.oneQty">限购{{info.oneQty}}件</view>
  128. </view>
  129. <view class="numJsbox">
  130. <view class="numJj" @click="calculation(1)">-</view>
  131. <view class="goodsnum">{{goodsnum}}</view>
  132. <view class="numJj" @click="calculation(2)">+</view>
  133. </view>
  134. </view>
  135. <view class="buySHop" @click="ckShop">
  136. <view>服务门店</view>
  137. <view class="buyShopRight" >
  138. <view v-if="shopInfo.shopId">{{shopInfo.shopName}}</view>
  139. <view v-else>请选择</view>
  140. <image src="../../static/timg/icon_arrow_right.png" mode="" class="buyShopRightJt"></image>
  141. </view>
  142. </view>
  143. </view>
  144. <view class="buybtnBox">
  145. <view class="buyBtn" @click="goBuy">立即购买</view>
  146. </view>
  147. </view>
  148. </view>
  149. <!-- <view :style="{color:colorX}">asdfas</view> -->
  150. </view>
  151. </template>
  152. <script>
  153. export default {
  154. components: {
  155. },
  156. data() {
  157. return {
  158. userInfo:'',
  159. goodsnum:1,
  160. buyShow:false,
  161. id:'',
  162. info:'',
  163. shopInfo:{
  164. shopName:'',
  165. shopId:''
  166. },
  167. }
  168. },
  169. onLoad(opt) {
  170. this.id=opt.id;
  171. this.userInfo = uni.getStorageSync("userInfo");
  172. this.openGoodsDetailById();
  173. },
  174. onShow() {
  175. this.shopInfo=this.$store.state.ckshopInfo;
  176. console.log(this.shopInfo)
  177. },
  178. methods: {
  179. ckShop(){
  180. uni.navigateTo({
  181. url:'ckshopList?goodsId='+this.id
  182. })
  183. },
  184. openGoodsDetailById(){
  185. this.$http('openMall/openGoodsDetailById', {
  186. id:this.id,
  187. GoodsID:this.id,
  188. },'GET').then(res => {
  189. this.info=res.data;
  190. if(this.info.details){
  191. this.info.details = this.info.details.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ');
  192. }
  193. var item={
  194. shopId:this.info.shopId,
  195. shopName:this.info.shopName
  196. }
  197. this.shopInfo=item
  198. this.$store.commit('mutationsckshopInfo', item)
  199. })
  200. },
  201. goINdex(){
  202. uni.switchTab({
  203. url:'../index/index'
  204. })
  205. },
  206. goBuy(){
  207. var that=this;
  208. uni.setStorage({
  209. key: 'goodsDetail',
  210. data: that.info,
  211. success: function () {
  212. uni.navigateTo({
  213. url:'confirm?itemQty='+that.goodsnum+'&shopID='+that.shopInfo.shopId+'&shopName='+that.shopInfo.shopName
  214. })
  215. }
  216. });
  217. },
  218. calculation(type){
  219. if(type==1){
  220. if(this.goodsnum>1){
  221. this.goodsnum--
  222. }
  223. }else{
  224. if(this.info.oneQty>this.goodsnum){
  225. this.goodsnum++
  226. }
  227. }
  228. }
  229. }
  230. }
  231. </script>
  232. <style scoped lang="less">
  233. .box{
  234. background: #F4F5F7;
  235. min-height: 100vh;
  236. }
  237. .buySHop{
  238. display: flex;
  239. justify-content: space-between;
  240. font-size:28rpx ;
  241. color: #666666;
  242. padding-top: 30rpx;
  243. }
  244. .buybtnBox{
  245. width: 750rpx;
  246. height: 120rpx;
  247. background: #FFFFFF;
  248. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
  249. }
  250. .buyBox{
  251. width: 750rpx;
  252. height: 100vh;
  253. position: fixed;
  254. left: 0;
  255. top: 0;
  256. background: rgba(0,0,0,0.5);
  257. }
  258. .buyBtn{
  259. width: 690rpx;
  260. height: 74rpx;
  261. background: #D53533;
  262. border-radius: 37rpx;
  263. text-align: center;
  264. line-height: 74rpx;
  265. color: #FFFFFF;
  266. font-size: 30rpx;
  267. margin-top: 23rpx;
  268. margin-left: 30rpx;
  269. }
  270. .buyShopRightJt{
  271. width: 12rpx;
  272. height: 20rpx;
  273. margin-top: 8rpx;
  274. margin-left: 10rpx;
  275. }
  276. .buyShopRight{
  277. display: flex;
  278. }
  279. .bugNUm{
  280. border-top: 1px solid #EEEEEE;
  281. border-Bottom: 1px solid #EEEEEE;
  282. padding: 28rpx 0;
  283. display: flex;
  284. justify-content: space-between;
  285. }
  286. .buyXg{
  287. width: 110rpx;
  288. height: 36rpx;
  289. border-radius: 4rpx;
  290. border: 1px solid #F19D01;
  291. text-align: center;
  292. line-height: 36rpx;
  293. color: #F19D01;
  294. font-size: 24rpx;
  295. }
  296. .numJj{
  297. width: 44rpx;
  298. height: 44rpx;
  299. background: #F4F5F7;
  300. border-radius: 0px 6rpx 6rpx 0px;
  301. text-align: center;
  302. line-height: 44rpx;
  303. font-size: 30rpx;
  304. color: #F4F5F7;
  305. }
  306. .bugNUmLeft{
  307. display: flex;
  308. }
  309. .buySl{
  310. color: #666666;font-size: 28rpx;padding-right: 30rpx;
  311. }
  312. .goodsnum{
  313. width: 88rpx;
  314. height: 44rpx;
  315. background: #F4F5F7;
  316. line-height: 44rpx;
  317. text-align: center;
  318. font-weight: 500;
  319. color: #333333;
  320. font-size: 24rpx;
  321. margin: 0 4rpx;
  322. }
  323. .numJsbox{
  324. display: flex;
  325. }
  326. .buyCont{
  327. position: absolute;
  328. left: 0;
  329. bottom: 0;
  330. width: 750rpx;
  331. height: 648rpx;
  332. background: #FFFFFF;
  333. border-radius: 26rpx 26rpx 0px 0px;
  334. }
  335. .buyNumBox{
  336. padding: 30rpx;
  337. padding-top: 10rpx;
  338. }
  339. .buyContCh{
  340. position: absolute;
  341. top: 53rpx;
  342. right: 36rpx;
  343. width: 36rpx;
  344. height: 36rpx;
  345. }
  346. .hotGoodsLine{
  347. margin-top: 30rpx;
  348. padding: 20rpx;
  349. background: #FFFFFF;
  350. border-radius: 16rpx;
  351. display: flex;
  352. }
  353. .hotGoodsLineImg{
  354. width: 208rpx;
  355. height: 194rpx;
  356. border-radius: 16rpx;
  357. border: 1px solid #EEEEEE;
  358. }
  359. .goodsName2{
  360. font-size: 28rpx;
  361. font-family: PingFangSC-Regular, PingFang SC;
  362. font-weight: 400;
  363. color: #333333;
  364. line-height: 40rpx;
  365. text-overflow: -o-ellipsis-lastline;
  366. overflow: hidden;
  367. text-overflow: ellipsis;
  368. display: -webkit-box;
  369. -webkit-line-clamp: 2;
  370. line-clamp: 2;
  371. -webkit-box-orient: vertical;
  372. min-height: 80rpx;
  373. width: 370rpx;
  374. }
  375. .hotGoodsLineRIght{
  376. padding-left: 24rpx;
  377. }
  378. .goodsPrice{
  379. display: flex;
  380. padding-top: 10rpx;
  381. }
  382. .goodsPrice11{
  383. font-size: 24rpx;
  384. font-weight: 400;
  385. color: #FF0000;
  386. padding-top: 8rpx;
  387. }
  388. .goodsPrice22{
  389. font-size: 22rpx;
  390. font-weight: 400;
  391. color: #FF0000;
  392. padding-top: 8rpx;
  393. padding-left: 5rpx;
  394. }
  395. .goodsPrice33{
  396. font-size: 32rpx;
  397. font-weight: 500;
  398. color: #FF0000;
  399. }
  400. .goodsPrice44{
  401. font-size: 24rpx;
  402. font-weight: 400;
  403. color: #999999;
  404. padding-top: 8rpx;
  405. padding-left: 5rpx;
  406. text-decoration:line-through;
  407. }
  408. .bottomBox{
  409. width: 750px;
  410. height: 120rpx;
  411. background: #FFFFFF;
  412. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
  413. position: fixed;left: 0;
  414. bottom: 0;
  415. display: flex;
  416. }
  417. .bottomTxt{
  418. color: #666666;font-size: 22rpx;
  419. }
  420. .bottomImg{
  421. width: 48rpx;height: 48rpx;
  422. }
  423. .bottomImgBox{
  424. text-align: center;
  425. padding-top: 20rpx;
  426. padding-left: 40rpx;
  427. }
  428. .bottomBtn{
  429. width: 450rpx;
  430. height: 74rpx;
  431. background: #D53533;
  432. border-radius: 37rpx;
  433. line-height: 74rpx;
  434. text-align: center;
  435. color: #FFFFFF;
  436. font-size: 30rpx;
  437. margin-top: 23rpx;
  438. margin-left: 70rpx;
  439. }
  440. .goodsDetailTitle{
  441. color: #333333;
  442. line-height: 42px;
  443. font-size: 30rpx;
  444. font-weight: 500;
  445. background: #FFFFFF;
  446. padding: 20rpx 24rpx;
  447. }
  448. .goodsDetail{
  449. margin-top: 20rpx;
  450. padding-bottom: 30rpx;
  451. }
  452. .goodsDetail img{
  453. width: 750rpx;
  454. }
  455. .goodsDetail image{
  456. width: 750rpx;
  457. }
  458. .mealBox{
  459. background: #FFFFFF;
  460. padding: 20rpx 24rpx;
  461. margin-top: 20rpx;
  462. }
  463. .mealTopRight{
  464. display: flex;
  465. }
  466. .mealLine{
  467. margin-top: 20rpx;
  468. }
  469. .itemname{
  470. width: 441rpx;
  471. text-overflow: -o-ellipsis-lastline;
  472. overflow: hidden;
  473. text-overflow: ellipsis;
  474. display: -webkit-box;
  475. -webkit-line-clamp: 2;
  476. line-clamp: 2;
  477. -webkit-box-orient: vertical;
  478. }
  479. .itemline{
  480. display: flex;
  481. padding: 10rpx 20rpx;
  482. justify-content: space-between;
  483. line-height: 37rpx;
  484. font-size: 26rpx;
  485. color: #333333;
  486. }
  487. .itemlinebOX{
  488. border-radius: 0px 0px 10px 10px;
  489. border: 2Rpx solid #EEEEEE;
  490. padding: 10rpx 0;
  491. }
  492. .mealTop{
  493. display: flex;
  494. justify-content: space-between;
  495. height: 72rpx;
  496. background: #F19D01 linear-gradient(90deg, #FFF7EB 0%, #FFEFD5 100%);
  497. border-radius: 10rpx 10rpx 0px 0px;
  498. line-height: 72rpx;
  499. color: #333333;
  500. font-size: 26rpx;
  501. padding: 0 20rpx;
  502. }
  503. .fwlcTitle{
  504. color: #333333;font-size: 30rpx;
  505. }
  506. .fuwuliucBox{
  507. background: #FFFFFF;
  508. padding: 20rpx 24rpx;
  509. margin-top: 20rpx;
  510. }
  511. .fwlcxian{
  512. padding:30rpx 42rpx 10rpx 42rpx ;
  513. display: flex;
  514. }
  515. .fwlcyuan{
  516. width: 16rpx;
  517. height: 16rpx;
  518. background: #FF0000;
  519. border-radius: 50%;
  520. }
  521. .fwHx{
  522. height: 4rpx;
  523. background: #FF0000;
  524. width: 186rpx;
  525. margin-top: 7rpx;
  526. }
  527. .fwTxt{
  528. display: flex;
  529. justify-content: space-between;
  530. }
  531. .fwTxtline{
  532. color: #333333;
  533. line-height: 37px;
  534. font-size: 26rpx;
  535. }
  536. .swiper{
  537. width: 750rpx;
  538. height: 700rpx;
  539. background: #FFFFFF;
  540. border-bottom: 1px solid #EEEEEE;
  541. }
  542. .swiper-item{
  543. width: 750rpx;
  544. height: 700rpx;
  545. }
  546. .swiper-itemImg{
  547. width: 750rpx;
  548. height: 700rpx;
  549. }
  550. .shopCtop{
  551. display: flex;
  552. padding: 20rpx 24rpx;
  553. justify-content: space-between;
  554. background: #FFFFFF;
  555. }
  556. .goodsPrice{
  557. display: flex;
  558. }
  559. .goodsPrice1{
  560. font-size: 24rpx;
  561. font-weight: 400;
  562. color: #FF0000;
  563. padding-top: 14rpx;
  564. }
  565. .goodsPrice2{
  566. font-size: 28rpx;
  567. font-weight: 400;
  568. color: #FF0000;
  569. padding-top: 10rpx;
  570. padding-left: 14rpx;
  571. }
  572. .goodsPrice3{
  573. font-size:28rpx;
  574. font-weight: 400;
  575. color: #FF0000;
  576. padding-right: 10rpx;
  577. }
  578. .goodsPrice3{
  579. font-size: 40rpx;
  580. font-weight: 400;
  581. color: #FF0000;
  582. }
  583. .goodsPrice4{
  584. font-size: 24rpx;
  585. font-weight: 400;
  586. color: #999999;
  587. padding-top: 14rpx;
  588. }
  589. .Sold{
  590. font-weight: 400;
  591. color: #999999;
  592. font-size: 24rpx;
  593. padding-top: 16rpx;
  594. }
  595. .goodsName{
  596. font-size: 30rpx;
  597. line-height: 42rpx;
  598. font-weight: 500;
  599. color: #333333;
  600. padding: 20rpx 24rpx;
  601. padding-top: 0;
  602. padding-bottom: 16rpx;
  603. }
  604. .goodsMd{
  605. font-weight: 400;
  606. color: #999999;
  607. font-size: 26rpx;
  608. padding: 0 24rpx;
  609. padding-bottom: 20rpx;
  610. }
  611. .shopCont{
  612. background: #FFFFFF;
  613. }
  614. .modeBox{
  615. margin-top:20rpx ;
  616. padding: 5rpx 0;
  617. background: #FFFFFF;
  618. }
  619. .modeline{
  620. display: flex;
  621. padding: 15rpx 24rpx;
  622. }
  623. .modelineLeft{
  624. color: #999999;
  625. font-size: 26rpx;
  626. width: 200rpx;
  627. }
  628. .modeLineRight{
  629. color: #333333;
  630. font-size: 26rpx;
  631. }
  632. </style>