detail.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. <template>
  2. <view class="content">
  3. <u-navbar title=" " @leftClick="leftClick" height="44px" bgColor="#F5F5F5" :placeholder="true">
  4. <view class="hflex acenter" slot="center">
  5. <view class="nav_item" @click="changeNav(1)" :class="nav_active == 1?'nav_active': '' ">商品</view>
  6. <view class="nav_item" @click="changeNav(2)" :class="nav_active == 2?'nav_active': '' ">详情</view>
  7. </view>
  8. </u-navbar>
  9. <view class="swiper">
  10. <u-swiper :list="pageData.slider" height="300" @change="e => currentNum = e.current" :autoplay="false" indicatorStyle="right: 20px">
  11. <view slot="indicator" class="indicator-num">
  12. <text class="indicator-num__text">{{ currentNum + 1 }}/{{ pageData.slider.length }}</text>
  13. </view>
  14. </u-swiper>
  15. </view>
  16. <view class="box">
  17. <view class="hflex acenter jbetween">
  18. <view class="price">¥{{pageData.price_selling}}</view>
  19. <view class="hflex acenter">
  20. <view class="vflex acenter" @click="collect">
  21. <u-icon name="star" color="#444444" size="20" v-if="pageData.is_collection == 0"></u-icon>
  22. <u-icon name="star-fill" color="#506DFF" size="20" v-else></u-icon>
  23. <view class="text_style1">收藏</view>
  24. </view>
  25. <view class="vflex acenter" style="margin-left: 42rpx;">
  26. <image src="/static/images/comment/share.png" class="bottom_img"></image>
  27. <view class="text_style1">分享</view>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="name">{{pageData.name}}</view>
  32. </view>
  33. <view class="box">
  34. <view class="hflex acenter jbetween" @click="openNorm">
  35. <view class="hflex acenter">
  36. <view class="label">选择</view>
  37. <view class="text_style2">{{normStr?normStr:'选择规格'}}</view>
  38. </view>
  39. <u-icon name="arrow-right" color="#000" size="14"></u-icon>
  40. </view>
  41. <view class="hflex acenter jbetween pad-20" @click="openAddr">
  42. <view class="hflex acenter">
  43. <view class="label">配送</view>
  44. <view class="text_style2">{{delivery?delivery:'选择配送地址'}}</view>
  45. </view>
  46. <u-icon name="arrow-right" color="#000" size="14"></u-icon>
  47. </view>
  48. </view>
  49. <view class="box1">
  50. <view class="title">商品图文详情</view>
  51. <!-- <block v-for="(item,index) in pageData.detail" :key="index">
  52. <image :src="item" mode="widthFix" class="detail_img"></image>
  53. </block> -->
  54. <u-parse :content="pageData.content"></u-parse>
  55. </view>
  56. <view class="bottom hflex acenter jbetween">
  57. <view class="vflex acenter" @click="toShop">
  58. <image src="/static/images/shop/shop_icon.png" class="bottom_img"></image>
  59. <view class="text_style1">店铺</view>
  60. </view>
  61. <view class="vflex acenter">
  62. <image src="/static/images/shop/customer_icon.png" class="bottom_img"></image>
  63. <view class="text_style1">客服</view>
  64. </view>
  65. <view class="vflex acenter" @click="toCart">
  66. <image src="/static/images/shop/cart_icon.png" class="bottom_img"></image>
  67. <view class="text_style1">购物车</view>
  68. </view>
  69. <view class="hflex acenter">
  70. <view class="btn1" @click="addCart">加入购物车</view>
  71. <view class="btn2" @click="buy">立即购买</view>
  72. </view>
  73. </view>
  74. <u-popup :show="norm_show" @close="close" mode="bottom" :round="20" :closeable="true">
  75. <view class="popu">
  76. <view class="hflex acenter">
  77. <image :src="pageData.cover" class="popu_img" mode="aspectFill"></image>
  78. <view class="vflex jbetween popu_right">
  79. <view class="popu_price">¥{{pageData.price_selling}}</view>
  80. <view class="popu_norm">{{normStr?normStr:'选择规格'}}</view>
  81. </view>
  82. </view>
  83. <view class="popu_title">规格</view>
  84. <view class="hflex acenter fwrap">
  85. <block v-for="(item,index) in pageData.items" :key="index">
  86. <view class="popu_box" @click="selectNorm(index)" :class="norm_active == index?'sele_active':''">{{item.goods_spec}}</view>
  87. </block>
  88. </view>
  89. <!-- <view class="popu_title">颜色</view>
  90. <view class="hflex acenter fwrap">
  91. <block v-for="(item,index) in pageData.norm.colorList" :key="index">
  92. <view class="popu_box" @click="selectColor(item.index)" :class="color_active == item.index?'sele_active':''">{{item.name}}</view>
  93. </block>
  94. </view> -->
  95. <view class="hflex acenter jbetween">
  96. <view class="popu_title">数量</view>
  97. <u-number-box v-model="pageData.num" @change="changeNum"></u-number-box>
  98. </view>
  99. <view class="sure_btn" @click="sure">确定</view>
  100. </view>
  101. </u-popup>
  102. <u-popup :show="addr_show" @close="close" mode="bottom" :round="20" :closeable="true">
  103. <view class="popu">
  104. <view class="hflex acenter jcenter popu_title">配送地址</view>
  105. <view>
  106. <block v-for="(item,index) in deliveryList" :key="index">
  107. <view class="box_bg hflex acenter" @click="selectAddr(index)">
  108. <image v-if="item.checked == 1" src="/static/images/shop/checked.png" class="check_img"></image>
  109. <u-icon v-else name="map-fill" color="#b2b2b2" size="12"></u-icon>
  110. <view class="popu_right2">
  111. <view class="hflex acenter">
  112. <view class="popu_name">{{item.name}}</view>
  113. <view class="popu_phone">{{item.phone}}</view>
  114. </view>
  115. <view class="popu_addr">{{item.province}} {{item.city}} {{item.area}} {{item.address}}</view>
  116. </view>
  117. </view>
  118. </block>
  119. </view>
  120. <view class="sure_btn" @click="select">选择其他收货地址</view>
  121. </view>
  122. </u-popup>
  123. </view>
  124. </template>
  125. <script>
  126. import $api from '@/static/js/api.js'
  127. var that = ''
  128. export default {
  129. data() {
  130. return {
  131. nav_active: 1,
  132. currentNum: 0,
  133. pageData: {
  134. },
  135. normStr: '',
  136. norm: '',
  137. color: '',
  138. delivery: '',
  139. deliveryList: [],
  140. address_active: 0,
  141. norm_show: false,
  142. addr_show: false,
  143. norm_active: -1,
  144. color_active:-1,
  145. is_buy: 0,
  146. id: '',
  147. order_no: '',
  148. }
  149. },
  150. onLoad(options) {
  151. that = this
  152. that.id = options.id
  153. that.getAddr()
  154. that.getData()
  155. },
  156. onPageScroll(e) {
  157. if(e.scrollTop < 530) {
  158. that.nav_active = 1
  159. } else {
  160. that.nav_active = 2
  161. }
  162. },
  163. methods: {
  164. getData() {
  165. $api.req({
  166. url: '/data/api.Goods/Goods_info',
  167. data: {
  168. goods_id: that.id
  169. }
  170. }, function(res) {
  171. if(res.code == 1) {
  172. that.pageData = res.data
  173. that.$set(that.pageData,'num',1)
  174. }
  175. })
  176. },
  177. getAddr() {
  178. $api.req({
  179. url: '/data/api.User/address_list'
  180. }, function(res) {
  181. if(res.code == 1) {
  182. that.deliveryList = res.data.data
  183. for(var i=0;i<that.deliveryList.length;i++) {
  184. if(that.deliveryList[i].type == 1) {
  185. that.delivery = that.deliveryList[i].province+that.deliveryList[i].city+that.deliveryList[i].area
  186. that.$set(that.deliveryList[i],'checked',true)
  187. that.address_active = i
  188. } else {
  189. that.$set(that.deliveryList[i],'checked',false)
  190. }
  191. }
  192. }
  193. })
  194. },
  195. // 返回
  196. leftClick() {
  197. $api.jump(-1)
  198. },
  199. // 切换导航栏
  200. changeNav(index) {
  201. that.nav_active = index
  202. if(index == 1) {
  203. uni.pageScrollTo({
  204. scrollTop: 0,
  205. duration: 300
  206. });
  207. } else {
  208. uni.pageScrollTo({
  209. scrollTop: 530,
  210. duration: 300
  211. });
  212. }
  213. },
  214. // 收藏
  215. collect() {
  216. if(that.pageData.is_collection == 0) {
  217. that.pageData.is_collection = 1
  218. $api.req({
  219. url: '/data/api.Goods/collection',
  220. data: {
  221. goods_id: that.pageData.id,
  222. }
  223. }, function(res) {
  224. if(res.code == 1) {
  225. $api.info(res.info)
  226. }
  227. })
  228. // $api.info('收藏成功')
  229. } else {
  230. that.pageData.is_collection = 0
  231. $api.req({
  232. url: '/data/api.Goods/cancel_collection',
  233. data: {
  234. goods_id: that.pageData.id,
  235. }
  236. }, function(res) {
  237. if(res.code == 1) {
  238. $api.info(res.info)
  239. }
  240. })
  241. }
  242. },
  243. // 打开规格
  244. openNorm() {
  245. that.norm_show = true
  246. },
  247. // 打开配送
  248. openAddr() {
  249. that.addr_show = true
  250. },
  251. // 选择规格
  252. selectNorm(index) {
  253. that.norm_active = index
  254. that.normStr = that.pageData.items[index].goods_spec
  255. // that.normStr = that.norm + ' ' + that.color + ' ' + 'X' + that.pageData.norm.num
  256. },
  257. // 选择颜色
  258. selectColor(index) {
  259. that.color_active = index
  260. that.color = that.pageData.norm.colorList[index].name
  261. that.normStr = that.norm + ' ' + that.color + ' ' + 'X' + that.pageData.norm.num
  262. },
  263. // 选择数量
  264. changeNum(e) {
  265. that.pageData.num = e.value
  266. },
  267. // 选择地址
  268. selectAddr(index) {
  269. for(var i=0;i<that.deliveryList.length;i++) {
  270. if(i == index) {
  271. console.log(i);
  272. that.$set(that.deliveryList[i],'checked',1)
  273. that.address_active = i
  274. that.delivery = that.deliveryList[i].province+that.deliveryList[i].city+that.deliveryList[i].area + that.deliveryList[i].address
  275. that.close()
  276. } else {
  277. that.$set(that.deliveryList[i],'checked',0)
  278. }
  279. }
  280. },
  281. // 加入购物车
  282. addCart() {
  283. if(that.norm == '' && that.color == '') {
  284. that.is_buy = 0
  285. that.openNorm()
  286. } else {
  287. $api.req({
  288. url: '/data/api.Goods/cart_add',
  289. method: 'POST',
  290. data: {
  291. admin_id: that.pageData.admin_id,
  292. goods_id: that.pageData.id,
  293. item_id: that.pageData.items[that.norm_active].id,
  294. num: that.pageData.num
  295. }
  296. }, function(res) {
  297. if(res.code == 1) {
  298. $api.info('加入购物车成功')
  299. that.close()
  300. }
  301. })
  302. }
  303. },
  304. // 立即购买
  305. buy() {
  306. if(that.normStr == '') {
  307. that.is_buy = 1
  308. that.openNorm()
  309. } else {
  310. $api.req({
  311. url: '/data/api.Order/order_create',
  312. method: 'POST',
  313. data: {
  314. admin_id: that.pageData.admin_id,
  315. item_id: that.pageData.items[that.norm_active].id,
  316. num: that.pageData.num,
  317. address_id: that.deliveryList[that.address_active].id
  318. }
  319. }, function(res) {
  320. if(res.code == 1) {
  321. $api.info(res.info)
  322. that.order_no = res.data
  323. $api.jump('/page_shop/pages/good/submit?order_no='+that.order_no)
  324. that.close()
  325. }
  326. })
  327. }
  328. },
  329. // 确定选择规格
  330. sure() {
  331. if(that.normStr == '') {
  332. $api.info('请选择规格')
  333. return
  334. }
  335. if(that.is_buy == 0) {
  336. $api.req({
  337. url: '/data/api.Goods/cart_add',
  338. method: 'POST',
  339. data: {
  340. admin_id: that.pageData.admin_id,
  341. goods_id: that.pageData.id,
  342. item_id: that.pageData.items[that.norm_active].id,
  343. num: that.pageData.num
  344. }
  345. }, function(res) {
  346. if(res.code == 1) {
  347. $api.info('加入购物车成功')
  348. that.close()
  349. }
  350. })
  351. } else {
  352. $api.req({
  353. url: '/data/api.Order/order_create',
  354. method: 'POST',
  355. data: {
  356. admin_id: that.pageData.admin_id,
  357. item_id: that.pageData.items[that.norm_active].id,
  358. num: that.pageData.num,
  359. address_id: that.deliveryList[that.address_active].id
  360. }
  361. }, function(res) {
  362. if(res.code == 1) {
  363. $api.info(res.info)
  364. that.order_no = res.data
  365. $api.jump('/page_shop/pages/good/submit?order_no='+that.order_no)
  366. that.close()
  367. }
  368. })
  369. }
  370. },
  371. // 关闭弹窗
  372. close() {
  373. that.norm_show = false
  374. that.addr_show = false
  375. },
  376. // 选择其他收货地址
  377. select() {
  378. $api.jump('/page_shop/pages/address/list')
  379. that.close()
  380. },
  381. // 店铺
  382. toShop() {
  383. $api.jump('/page_shop/pages/good/shop')
  384. },
  385. // 购物车
  386. toCart() {
  387. $api.jump('/page_shop/pages/mine/cart')
  388. }
  389. },
  390. }
  391. </script>
  392. <style lang="scss" scoped>
  393. .content::v-deep {
  394. background: #F5F5F5;
  395. .nav_item {
  396. font-size: 32rpx;
  397. font-weight: 500;
  398. color: #999999;
  399. line-height: 50rpx;
  400. margin-right: 88rpx;
  401. }
  402. .nav_active {
  403. color: #222222;
  404. position: relative;
  405. }
  406. .nav_active::after {
  407. content: "";
  408. position: absolute;
  409. bottom: -8rpx;
  410. left: 11rpx;
  411. width: 40rpx;
  412. height: 8rpx;
  413. background: #506DFF;
  414. border-radius: 6rpx;
  415. }
  416. .swiper {
  417. width: 100%;
  418. margin: 0 0 10rpx;
  419. .indicator {
  420. @include flex(row);
  421. justify-content: center;
  422. }
  423. .indicator-num {
  424. padding: 4rpx 0;
  425. background-color: rgba(0, 0, 0, 0.6);
  426. border-radius: 20rpx;
  427. width: 72rpx;
  428. @include flex;
  429. justify-content: center;
  430. &__text {
  431. color: #FFFFFF;
  432. font-size: 24rpx;
  433. font-weight: 400;
  434. line-height: 30rpx;
  435. }
  436. }
  437. }
  438. .box {
  439. margin: 10rpx auto;
  440. width: 690rpx;
  441. background: #FFFFFF;
  442. border-radius: 16rpx;
  443. box-sizing: border-box;
  444. padding: 26rpx 20rpx;
  445. .price {
  446. font-size: 32rpx;
  447. font-weight: bold;
  448. color: #FF5959;
  449. line-height: 38rpx;
  450. }
  451. .name {
  452. margin-top: 20rpx;
  453. font-size: 36rpx;
  454. font-weight: 500;
  455. color: #222222;
  456. line-height: 50rpx;
  457. }
  458. .bottom_img {
  459. width: 40rpx;
  460. height: 40rpx;
  461. }
  462. .pad-20 {
  463. padding: 40rpx 0 0;
  464. }
  465. .label {
  466. font-size: 26rpx;
  467. font-weight: 400;
  468. color: #979797;
  469. line-height: 36rpx;
  470. padding-right: 32rpx;
  471. }
  472. .text_style2 {
  473. font-size: 26rpx;
  474. font-weight: 400;
  475. color: #333333;
  476. line-height: 36rpx;
  477. }
  478. }
  479. .box1 {
  480. width: 690rpx;
  481. background: #FFFFFF; border-radius: 16rpx;
  482. margin: 10rpx auto 186rpx;
  483. box-sizing: border-box;
  484. padding: 26rpx 0;
  485. .title {
  486. font-size: 30rpx;
  487. font-weight: 400;
  488. color: #222222;
  489. line-height: 42rpx;
  490. width: 100%;
  491. text-align: center;
  492. padding: 30rpx 0;
  493. }
  494. .detail_img {
  495. width: 100%;
  496. padding-bottom: 20rpx;
  497. }
  498. }
  499. .text_style1 {
  500. font-size: 20rpx;
  501. font-weight: 400;
  502. color: #444444;
  503. margin-top: 6rpx;
  504. }
  505. .bottom {
  506. width: 100%;
  507. z-index: 9;
  508. position: fixed;
  509. bottom: 0;
  510. height: 166rpx;
  511. background: #FFFFFF;
  512. box-sizing: border-box;
  513. padding: 8rpx 30rpx 74rpx;
  514. .btn1 {
  515. width: 220rpx;
  516. height: 72rpx;
  517. background: #FFCA43;
  518. border-radius: 38rpx 0px 0px 38rpx;
  519. font-size: 28rpx;
  520. font-weight: 500;
  521. color: #FFFFFF;
  522. text-align: center;
  523. line-height: 72rpx;
  524. }
  525. .btn2 {
  526. width: 220rpx;
  527. height: 72rpx;
  528. background: #506DFF;
  529. border-radius: 0px 38rpx 38rpx 0px;
  530. font-size: 28rpx;
  531. font-weight: 500;
  532. color: #FFFFFF;
  533. text-align: center;
  534. line-height: 72rpx;
  535. }
  536. .bottom_img {
  537. width: 40rpx;
  538. height: 40rpx;
  539. }
  540. }
  541. .popu {
  542. background: #FFFFFF;
  543. box-sizing: border-box;
  544. padding: 48rpx 30rpx;
  545. .popu_img {
  546. width: 160rpx;
  547. height: 160rpx;
  548. border-radius: 12rpx;
  549. margin-right: 20rpx;
  550. }
  551. .popu_right {
  552. height: 124rpx;
  553. margin: 20rpx 0 16rpx;
  554. .popu_price {
  555. font-size: 28rpx;
  556. font-weight: 400;
  557. color: #FF4747;
  558. line-height: 34rpx;
  559. }
  560. .popu_norm {
  561. font-size: 24rpx;
  562. font-weight: 400;
  563. color: #A7A7A7;
  564. line-height: 34rpx;
  565. }
  566. }
  567. .popu_title {
  568. font-size: 28rpx;
  569. font-weight: 500;
  570. color: #222222;
  571. line-height: 40rpx;
  572. padding: 20rpx 0;
  573. }
  574. .box_bg {
  575. background: #F5F5F5;
  576. border-radius: 16rpx;
  577. box-sizing: border-box;
  578. padding: 24rpx 20rpx;
  579. margin: 10rpx 0;
  580. .check_img {
  581. width: 24rpx;
  582. height: 24rpx;
  583. }
  584. .popu_right2 {
  585. padding-left: 30rpx;
  586. .popu_name {
  587. font-size: 28rpx;
  588. font-weight: 500;
  589. color: #222222;
  590. line-height: 40rpx;
  591. }
  592. .popu_phone {
  593. padding-left: 16rpx;
  594. font-size: 22rpx;
  595. font-weight: 400;
  596. color: #999999;
  597. line-height: 16px;
  598. }
  599. .popu_addr {
  600. padding: 16rpx 0 0;
  601. font-size: 24rpx;
  602. font-weight: 400;
  603. color: #444444;
  604. line-height: 34rpx;
  605. }
  606. }
  607. }
  608. .popu_box {
  609. background: #F4F4F4;
  610. border-radius: 8rpx;
  611. font-size: 26rpx;
  612. font-weight: 400;
  613. color: #222222;
  614. line-height: 36rpx;
  615. padding: 14rpx 36rpx;
  616. margin: 0 22rpx 28rpx 0;
  617. }
  618. // .popu_box:nth-child(4n+4) {
  619. // margin: 0 0 28rpx 0;
  620. // }
  621. .sele_active {
  622. background: #F1F4FF;
  623. border: 1px solid #5471FF;
  624. color: #506DFF;
  625. }
  626. .sure_btn {
  627. width: 100%;
  628. height: 84rpx;
  629. background: #506DFF;
  630. border-radius: 42rpx;
  631. font-size: 36rpx;
  632. font-weight: 500;
  633. color: #FFFFFF;
  634. line-height: 84rpx;
  635. text-align: center;
  636. margin-top: 94rpx;
  637. }
  638. }
  639. }
  640. </style>