maintainItem.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  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 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="goodsPrice2">¥</view>
  16. <view class="goodsPrice3" v-if="itemDefault.showCrossedPrice==1">{{itemDefault.crossedPrice}}</view>
  17. <view class="goodsPrice4">原价:¥{{itemDefault.money}}</view>
  18. </view>
  19. <view class="shareBox" >
  20. <view class="shareTxt">分享</view>
  21. <image class="shareIcon" src="../../static/timg/share.png" mode=""></image>
  22. </view>
  23. </view>
  24. <view class="goodsName">{{detail.title}}</view>
  25. <view class="goodsMSBox" >
  26. <view class="goodsMs" v-if="detail.showOilType">{{detail.showOilType}}</view>
  27. <view class="goodsMs" v-if="detail.showOilLevel">{{detail.showOilLevel}}</view>
  28. <view class="goodsMs" v-if="detail.showFit">{{detail.showFit}}</view>
  29. </view>
  30. <view class="timeBox">
  31. <view class="itemTime">套餐有效期:购买之日起18个月</view>
  32. <view class="sell">
  33. <span>已售:</span><span style="color: #FFC107;">{{itemDefault.count}}</span>
  34. </view>
  35. </view>
  36. </view>
  37. <view class="buyBOx">
  38. <view class="buyLine" @click="ckCar">
  39. <view class="buyTitle">已选车型</view>
  40. <view class="buyData">{{carInfo.carModel?carInfo.carModel:''}}
  41. <image class="jtIcon" src="../../static/timg/jthei.png" mode=""></image>
  42. </view>
  43. </view>
  44. <view class="carTis" v-if="!isRecommend">此套餐可能与爱车不适配</view>
  45. <view class="buyLine">
  46. <view class="buyTitle">商品规格</view>
  47. <view class="buyData">
  48. <!-- <view class="goodsGuige activeGuige" style="margin-right: 24rpx;">单次购买</view> -->
  49. <view class="goodsGuige" @click="goodsGuige(item)"
  50. :class="{activeGuige:item.id==itemDefault.id}"
  51. v-for="(item,index) in detail.packageItems">{{item.title}}</view>
  52. </view>
  53. </view>
  54. <view class="buyLine">
  55. <view class="buyTitle">商品数量</view>
  56. <view class="buyData">
  57. <view class="numJsbox">
  58. <view class="numJj" @click="calculation(1)">-</view>
  59. <view class="goodsnum">
  60. <input type="number" value="" v-model="goodsnum" class="goodsnumInput"/>
  61. </view>
  62. <view class="numJj" @click="calculation(2)">+</view>
  63. </view>
  64. </view>
  65. </view>
  66. <view class="buyLine">
  67. <view class="buyTitle">使用方式</view>
  68. <view class="buyData">到店使用</view>
  69. </view>
  70. <view class="buyLine">
  71. <view class="buyTitle">可用门店</view>
  72. <view class="buyData">全部门店</view>
  73. </view>
  74. </view>
  75. <view class="mealBox">
  76. <view class="fwlcTitle">套餐内容</view>
  77. <rich-text :nodes="itemDefault.content" style="background: #fff;"></rich-text>
  78. <!-- <view class="mealTop">
  79. <view class="mealName">套餐名称</view>
  80. <view class="mealNum">数量</view>
  81. <view class="mealexpire">有效期</view>
  82. </view>
  83. <view class="mealTop2">
  84. <view class="mealName">【豪华车型】全合成机油保养套餐</view>
  85. <view class="mealNum">2</view>
  86. <view class="mealexpire">18个月</view>
  87. </view>
  88. <view class="mealXj">
  89. <view class="xjLine">
  90. <view class="xjyd"></view>
  91. <view class="xjTxt">20项检查</view>
  92. </view>
  93. <view class="xjLine">
  94. <view class="xjyd"></view>
  95. <view class="xjTxt">20美日韩车型专用保养套餐适配机油</view>
  96. </view>
  97. </view>
  98. <view class="mealMs">
  99. <view class="mealMsline">
  100. 1.本套餐不限车辆使用;
  101. 2.机油套餐包含:机油,机油滤,工时费
  102. 3.购买此套餐,共享有2次保养次数。
  103. </view>
  104. </view> -->
  105. </view>
  106. <!-- 商品详情 -->
  107. <view class="goodsDetail" >
  108. <view class="goodsDetailTitle">商品详情</view>
  109. <!-- <view v-html="info.details" style="background: #fff;"></view> -->
  110. <rich-text :nodes="detail.detailContent" style="background: #fff;"></rich-text>
  111. </view>
  112. <view class="bottomTianc"></view>
  113. <view class="bottom">
  114. <view class="bleft">
  115. <image class="kefuIcon" src="../../static/img2/kefu.png" mode=""></image>
  116. <view style="text-align: center;font-size: 20rpx;color: #110B01;">客服</view>
  117. </view>
  118. <view class="Btn" @click="submitFn">提交订单</view>
  119. </view>
  120. </view>
  121. </template>
  122. <script>
  123. export default {
  124. components: {
  125. },
  126. data() {
  127. return {
  128. themeColor:'',
  129. ext:'',
  130. ImgList:[
  131. {url:'http://dmsphoto.66km.com.cn/thFiles/339E5DB5-F727-4F0F-AD41-1A2EBAB73883.png'},
  132. {url:'http://dmsphoto.66km.com.cn/thFiles/53DA3E26-5FA3-42DE-95A4-10BA255290A6.png'},
  133. ],
  134. goodsnum:1,
  135. details:'11233',
  136. maintainId:'',
  137. detail:'',
  138. itemDefault:'',
  139. carInfo:'',
  140. userInfo:'',
  141. isRecommend:'',
  142. }
  143. },
  144. onLoad(opt) {
  145. this.ext = this.$common.getExtStoreId();
  146. this.themeColor = uni.getStorageSync("themeColor");
  147. this.maintainId=opt.maintainId
  148. this.carInfo=this.$store.state.carInfo;
  149. this.userInfo=this.$store.state.userInfo;
  150. this.isRecommend=opt.isRecommend
  151. if(this.userInfo){
  152. this.getdetail()
  153. }else{
  154. this.$common.automaticlogin().then(val => {
  155. this.userInfo=this.$store.state.userInfo;
  156. this.getdetail()
  157. })
  158. }
  159. },
  160. onShow() {
  161. var car =uni.getStorageSync("byCar")
  162. if(car){
  163. this.carInfo=car;
  164. this.getdetail()
  165. this.isRecommend=false
  166. }
  167. },
  168. methods: {
  169. ckCar(){
  170. uni.navigateTo({
  171. url:'../user/addCar/cailist?type=5'
  172. })
  173. },
  174. goodsGuige(item){
  175. this.itemDefault=item
  176. },
  177. submitFn(){
  178. if(this.itemDefault){
  179. this.itemDefault.goodsnum=this.goodsnum
  180. this.itemDefault.goodsname=this.detail.title
  181. this.itemDefault.itemId=this.detail.id
  182. this.itemDefault.mainImgUrl=this.detail.mainImgUrl
  183. uni.setStorage({
  184. key: 'itemDefault',
  185. data: this.itemDefault,
  186. success: function () {
  187. uni.navigateTo({
  188. url:'maintainSubmit'
  189. })
  190. }
  191. });
  192. }else{
  193. uni.showToast({
  194. title: '请选择商品规格',
  195. icon:'none',
  196. duration: 3000
  197. });
  198. /* uni.showModal({
  199. title: '提示',
  200. content:"请选择商品规格",
  201. success: function(resTKk) {
  202. }
  203. }); */
  204. }
  205. },
  206. calculation(type){
  207. if(type==1){
  208. if(this.goodsnum>1){
  209. this.goodsnum--
  210. }
  211. }else{
  212. console.log("+++")
  213. this.goodsnum++
  214. }
  215. },
  216. getdetail(){
  217. uni.showLoading({
  218. title: '加载中'
  219. })
  220. this.$http('openMaintain/detail/'+this.maintainId, {
  221. /* maintainId:this.maintainId */
  222. }, 'GET').then(res => {
  223. uni.hideLoading();
  224. this.detail=res.data
  225. this.detail.packageItems.forEach(item=>{
  226. if(item.isDefault==1){
  227. this.itemDefault=item
  228. }
  229. })
  230. })
  231. },
  232. }
  233. }
  234. </script>
  235. <style scoped lang="less">
  236. .box {
  237. width: 100vw;
  238. min-height: 100vh;
  239. background: #F4F4F4;
  240. }
  241. .swiper{
  242. width: 750rpx;
  243. height: 700rpx;
  244. background: #FFFFFF;
  245. border-bottom: 1px solid #EEEEEE;
  246. }
  247. .swiper-item{
  248. width: 750rpx;
  249. height: 700rpx;
  250. }
  251. .swiper-itemImg{
  252. width: 750rpx;
  253. height: 700rpx;
  254. }
  255. .goodsPrice{
  256. display: flex;
  257. }
  258. .goodsPrice1{
  259. font-size: 24rpx;
  260. font-weight: 400;
  261. color: #FF0000;
  262. padding-top: 14rpx;
  263. padding-right: 14rpx;
  264. }
  265. .goodsPrice2{
  266. font-size: 28rpx;
  267. font-weight: 400;
  268. color: #FF0000;
  269. padding-top: 10rpx;
  270. }
  271. .goodsPrice3{
  272. font-size: 40rpx;
  273. font-weight: 500;
  274. color: #FF0000;
  275. }
  276. .goodsPrice4{
  277. font-size: 24rpx;
  278. font-weight: 400;
  279. color: #999999;
  280. padding-top: 14rpx;
  281. /* text-decoration:line-through; */
  282. padding-left: 10rpx;
  283. }
  284. .Sold{
  285. font-weight: 400;
  286. color: #999999;
  287. font-size: 24rpx;
  288. padding-top: 18rpx;
  289. }
  290. .goodsName{
  291. font-size: 30rpx;
  292. line-height: 42rpx;
  293. font-weight: 500;
  294. color: #333333;
  295. padding: 20rpx 24rpx;
  296. padding-top: 0;
  297. padding-bottom: 16rpx;
  298. }
  299. .goodsMd{
  300. font-weight: 400;
  301. color: #999999;
  302. font-size: 26rpx;
  303. padding: 0 24rpx;
  304. padding-bottom: 20rpx;
  305. }
  306. .shopCont{
  307. background: #FFFFFF;
  308. }
  309. .shopCtop{
  310. display: flex;
  311. padding: 20rpx 24rpx;
  312. justify-content: space-between;
  313. background: #FFFFFF;
  314. }
  315. .goodsMSBox{
  316. display: flex;padding-left: 24rpx;
  317. }
  318. .goodsMs{
  319. font-size: 16rpx;
  320. color: #FF063A;
  321. padding: 4rpx 8rpx;
  322. border-radius: 6rpx;
  323. border: 1px solid #FF063A;
  324. margin-right: 16rpx;
  325. }
  326. .timeBox{
  327. display: flex;justify-content: space-between;
  328. padding: 20rpx 24rpx;
  329. font-size: 26rpx;
  330. color: #666E80;
  331. }
  332. .shareIcon{
  333. width: 33rpx;height: 33rpx;margin-left: 10rpx;
  334. }
  335. .shareBox{
  336. display: flex;font-size: 24rpx;
  337. color: #666666;padding-top: 6rpx;
  338. line-height: 33rpx;
  339. }
  340. .jtIcon{
  341. width: 24rpx;height: 24rpx;margin-top: 6rpx;
  342. }
  343. .buyLine{
  344. display: flex;justify-content: space-between;
  345. padding: 20rpx 24rpx;font-size: 26rpx;
  346. color: #666E80;
  347. }
  348. .buyBOx{
  349. background: #FFFFFF;margin-top: 20rpx;
  350. }
  351. .buyData{
  352. color: #222222;display: flex;
  353. }
  354. .goodsGuige{
  355. width: 150rpx;
  356. height: 50rpx;line-height: 50rpx;
  357. background: #F6F6F6;
  358. border-radius: 5rpx;
  359. font-size: 24rpx;
  360. color: #222222;text-align: center;
  361. margin-left: 24rpx;
  362. }
  363. .activeGuige{
  364. width: 146rpx;
  365. height: 46rpx;line-height: 46rpx;
  366. border: 2rpx solid #FF0035;
  367. border-radius: 5rpx;
  368. font-size: 24rpx;
  369. color: #FF0035;text-align: center;
  370. }
  371. .numJsbox{
  372. display: flex;
  373. }
  374. .buyCont{
  375. position: absolute;
  376. left: 0;
  377. bottom: 0;
  378. width: 750rpx;
  379. height: 688rpx;
  380. background: #FFFFFF;
  381. border-radius: 26rpx 26rpx 0px 0px;
  382. }
  383. .buyNumBox{
  384. padding: 30rpx;
  385. padding-top: 10rpx;
  386. padding-bottom: 70rpx;
  387. }
  388. .buyContCh{
  389. position: absolute;
  390. top: 53rpx;
  391. right: 36rpx;
  392. width: 36rpx;
  393. height: 36rpx;
  394. }
  395. .goodsnum{
  396. width: 88rpx;
  397. height: 44rpx;
  398. background: #F4F5F7;
  399. line-height: 44rpx;
  400. text-align: center;
  401. font-weight: 500;
  402. color: #333333;
  403. font-size: 24rpx;
  404. margin: 0 4rpx;
  405. }
  406. .goodsnumInput{
  407. width: 88rpx;
  408. height: 44rpx;
  409. background: #F4F5F7;
  410. line-height: 44rpx;
  411. text-align: center;
  412. font-weight: 500;
  413. color: #333333;
  414. font-size: 24rpx;
  415. }
  416. .numJj{
  417. width: 44rpx;
  418. height: 44rpx;
  419. background: #F4F5F7;
  420. border-radius: 0px 6rpx 6rpx 0px;
  421. text-align: center;
  422. line-height: 44rpx;
  423. font-size: 32rpx;
  424. color: #999999;
  425. }
  426. .mealBox{
  427. background: #FFFFFF;
  428. padding: 20rpx 24rpx;
  429. margin-top: 20rpx;
  430. }
  431. .fwlcTitle{
  432. color: #333333;font-size: 30rpx;font-weight: 500;
  433. }
  434. .mealTop{
  435. display: flex;
  436. justify-content: space-between;
  437. height: 72rpx;
  438. line-height: 72rpx;
  439. font-weight: 500;
  440. font-size: 26rpx;
  441. color: #222222;
  442. font-size: 26rpx;
  443. padding: 0 20rpx;
  444. }
  445. .mealNum{
  446. text-align: center;
  447. width: 120rpx;
  448. }
  449. .mealexpire{
  450. text-align: center; width: 120rpx;
  451. }
  452. .mealName{
  453. width: 460rpx;
  454. }
  455. .mealTop2{
  456. display: flex;
  457. justify-content: space-between;
  458. height: 72rpx;
  459. line-height: 72rpx;
  460. font-weight: 500;
  461. font-size: 26rpx;
  462. color: #222222;
  463. font-size: 26rpx;
  464. padding: 0 20rpx;
  465. background: #FFF6DB;
  466. }
  467. .mealXj{
  468. background: #FFFCF3;
  469. }
  470. .xjLine{
  471. display: flex;
  472. font-weight: 500;
  473. font-size: 26rpx;
  474. color: #222222;
  475. padding: 20rpx 20rpx;
  476. }
  477. .xjyd{
  478. width: 8rpx;
  479. height: 8rpx;
  480. background: #FABF1B;
  481. border-radius: 50rpx;
  482. margin-top: 12rpx;
  483. margin-right: 10rpx;
  484. }
  485. .mealMs{
  486. background: #FFFFFF;
  487. padding: 20rpx;
  488. font-weight: 400;
  489. font-size: 24rpx;
  490. color: #9A9A9A;
  491. line-height: 38rpx;
  492. }
  493. .goodsDetailTitle{
  494. color: #333333;
  495. font-size: 30rpx;
  496. font-weight: 500;
  497. background: #FFFFFF;
  498. padding: 20rpx 24rpx;
  499. }
  500. .goodsDetail{
  501. margin-top: 20rpx;
  502. padding-bottom: 30rpx;
  503. background: #FFFFFF;
  504. }
  505. .goodsDetail img{
  506. width: 750rpx;
  507. }
  508. .goodsDetail image{
  509. width: 750rpx;
  510. }.bottom{
  511. background: #FFFFFF;
  512. display: flex;
  513. justify-content: space-between;
  514. position: fixed;
  515. width: 100%;
  516. padding:30rpx 0;
  517. padding-bottom: constant(safe-area-inset-bottom);
  518. padding-bottom: env(safe-area-inset-bottom);
  519. left: 0;bottom: 0;
  520. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(153,153,153,0.2);
  521. }
  522. .bleft{
  523. font-weight: 500;
  524. color: #222222;
  525. padding-left: 50rpx;
  526. }
  527. .Btn{
  528. width: 532rpx;text-align: center;
  529. height: 86rpx;line-height: 86rpx;
  530. background: #FCD903;
  531. border-radius: 43rpx;
  532. font-size: 32rpx;
  533. color: #110B01;
  534. margin-right: 36rpx;
  535. }
  536. .kefuIcon{
  537. width: 50rpx;height: 50rpx;
  538. }
  539. .bottomTianc{
  540. height: 160rpx;
  541. padding-bottom: constant(safe-area-inset-bottom);
  542. padding-bottom: env(safe-area-inset-bottom);
  543. }
  544. .carTis{
  545. color: #EC0F0A;font-size: 20rpx;
  546. text-align: right;
  547. padding-right: 24rpx;
  548. }
  549. </style>