detail.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. <template>
  2. <view class="content">
  3. <u-navbar title="瑞和物业" bgColor="rgba(0,0,0,0)" :autoBack="true" leftIconColor="#fff" :titleStyle="{color: '#fff'}"></u-navbar>
  4. <u-swiper :list="pageData.images" :autoplay="false" height="772rpx" @change="changeSwiper">
  5. <view slot="indicator" class="indicator swiper_indicator hflex acenter jcenter">
  6. <view class="text">图片{{current}}/{{img_total}}</view>
  7. </view>
  8. </u-swiper>
  9. <view class="details">
  10. <view class="box">
  11. <view class="hflex acenter jbetween">
  12. <view class="price" v-if="pageData.pay_type == 1">¥{{pageData.user_price}}<span class="old_price" v-if="pageData.original_price">¥{{pageData.original_price}}</span></view>
  13. <!-- <image src="@/static/images/share.png" mode="aspectFit" style="width: 28rpx;height: 28rpx;"></image> -->
  14. </view>
  15. <view class="name text_hide2">{{pageData.name}}</view>
  16. <view class="info" v-if="identity == 4">
  17. <view class="info_text" v-if="item.pay_type == 1">先付款后服务</view>
  18. <view class="info_text" v-else>先预约后付款</view>
  19. </view>
  20. <view class="text" v-if="pageData.status == 'up' && identity == 2">当前库存:{{pageData.community_stocks?pageData.community_stocks:'0'}}</view>
  21. <view class="hflex acenter" v-if="identity == 4 || identity == 3 || identity == 5">
  22. <view class="text">总销量 {{pageData.actual_sale}}</view>
  23. <view class="text" style="margin-left: 84rpx;" v-if="identity == 3">库存:{{ pageData.stock?pageData.stock:'0' }}</view>
  24. </view>
  25. <view class="attr hflex acenter jbetween" @click="openSpec(1)">
  26. <view class="spec_text text_hide"><span style="padding-right: 38rpx;">规格</span>{{pageData.sku[spec_active].name}}</view>
  27. <u-icon name="arrow-right" color="#272636" size="12"></u-icon>
  28. </view>
  29. </view>
  30. <view class="box" v-if="identity == 4">
  31. <view class="title">服务内容</view>
  32. <u-parse :content="pageData.service_content"></u-parse>
  33. </view>
  34. <view class="box hflex acenter jcenter" style="padding: 40rpx;" v-if="identity == 2">
  35. <view class="vflex salce acenter jcenter" style="border-right: 1px solid #F2F2F2;">
  36. <view class="text">{{pageData.sale + pageData.actual_sale}}</view>
  37. <view class="text2">总销量</view>
  38. </view>
  39. <view class="vflex salce acenter jcenter">
  40. <view class="text">{{pageData.community_stock}}</view>
  41. <view class="text2">本社区销量</view>
  42. </view>
  43. </view>
  44. <view class="box" v-if="identity == 5">
  45. <view class="title">课程介绍</view>
  46. <u-parse :content="pageData.service_content"></u-parse>
  47. </view>
  48. <view class="box hflex" @click="openCommunity" >
  49. <view class="text" style="padding-right: 24rpx;">服务社区</view>
  50. <view class="text">{{pageData.community_info ? pageData.community_info[community_active].name : ''}}</view>
  51. </view>
  52. <view class="box hflex acenter jcenter fwrap" style="padding: 40rpx;" v-if="identity == 2">
  53. <block v-for="(item,index) in pageData.params" :key="index">
  54. <view class="vflex acenter jcenter params">
  55. <view class="text">{{item.value}}</view>
  56. <view class="text2">{{item.name}}</view>
  57. </view>
  58. </block>
  59. </view>
  60. <view class="box hflex" v-if="identity == 5">
  61. <image :src="imgUrl + pageData.coach.avatar" mode="aspectFill" class="avatar" v-if="pageData.coach.avatar.indexOf('://') == -1"></image>
  62. <image :src="pageData.coach.avatar" mode="aspectFill" class="avatar" v-else></image>
  63. <view class="vflex">
  64. <view class="title">{{pageData.coach.name}}</view>
  65. <u-parse :content="pageData.coach.introduction"></u-parse>
  66. </view>
  67. </view>
  68. <view class="box hflex" v-if="identity == 5">
  69. <view class="text" style="padding-right: 24rpx;">门店地址</view>
  70. <view class="text">{{pageData.service.address}}</view>
  71. </view>
  72. <view class="box">
  73. <view class="title">商品详情</view>
  74. <u-parse :content="pageData.content"></u-parse>
  75. </view>
  76. </view>
  77. <view class="bottom hflex jend">
  78. <view class="btn2" @click="editStatus">{{pageData.status == 'up' ? '下架商品' : '上架商品'}}</view>
  79. <view class="btn1" v-if="identity !== 4 && identity !== 5" @click="openSpec(2)">修改库存</view>
  80. </view>
  81. <u-popup :show="spec_show" @close="close" :closeable="true">
  82. <view class="popu">
  83. <view class="popu_good hflex acenter">
  84. <image :src="pageData.image" mode="aspectFill" class="img"></image>
  85. <view class="vflex">
  86. <view class="hflex acenter">
  87. <view class="price">¥{{pageData.sku[spec_active].price}}</view>
  88. <view class="old_price" v-if="pageData.sku[spec_active].original_price">¥{{pageData.sku[spec_active].original_price}}</view>
  89. </view>
  90. <view class="text" v-if="identity !== 4 && identity !== 5">库存:{{pageData.sku[spec_active].stock}}</view>
  91. </view>
  92. </view>
  93. <view class="list">
  94. <view class="title">规格</view>
  95. <block v-for="(item,index) in pageData.sku" :key="index">
  96. <view class="item hflex acenter jbetween" :class="spec_active == index ? 'item_active' : ''" @click="changeSpec(index)">
  97. <view class="text">{{item.name}}</view>
  98. </view>
  99. </block>
  100. </view>
  101. <view class="popu_bottom hflex jend" v-if="show_btn">
  102. <view class="btn" @click="next(1)">下一步</view>
  103. </view>
  104. </view>
  105. </u-popup>
  106. <u-popup :show="community_show" @close="close" :closeable="true">
  107. <view class="popu">
  108. <view class="top hflex acenter jcenter">
  109. <view class="title">服务社区</view>
  110. </view>
  111. <view class="list">
  112. <block v-for="(item,index) in pageData.community_info" :key="index">
  113. <view class="item hflex acenter jbetween" :class="community_active == index ? 'item_active' : ''" @click="changeCommunity(index)">
  114. <view class="text">{{item.name}}</view>
  115. <view class="text2" v-if="item.sale">销量: ¥{{item.sale}}</view>
  116. </view>
  117. </block>
  118. </view>
  119. <view class="popu_bottom hflex jend" v-if="show_btn">
  120. <view class="btn" @click="next(2)">下一步</view>
  121. </view>
  122. </view>
  123. </u-popup>
  124. <u-popup :show="stock_show" @close="close" :closeable="true">
  125. <view class="popu">
  126. <view class="top hflex acenter jcenter">
  127. <view class="title">修改库存</view>
  128. </view>
  129. <view class="form vflex acenter jcenter">
  130. <view class="hflex acenter" style="margin-bottom: 50rpx;">
  131. <view class="label">当前库存</view>
  132. <u-input v-model="selectAttr.stock" disabled border="none"></u-input>
  133. </view>
  134. <view class="hflex acenter">
  135. <view class="label">补充库存</view>
  136. <u-input v-model="value" placeholder="请输入库存"></u-input>
  137. </view>
  138. </view>
  139. <view class="popu_btn" @click="editStock">修改库存</view>
  140. </view>
  141. </u-popup>
  142. </view>
  143. </template>
  144. <!-- 商品详情 -->
  145. <script>
  146. import $api from '@/static/js/api.js'
  147. var that = ''
  148. export default {
  149. data() {
  150. return{
  151. community: '',
  152. pageData: {},
  153. current: 1,
  154. img_total: 1,
  155. spec_show: false,
  156. stock_show: false,
  157. spec_active: 0,
  158. community_active: 0,
  159. show_btn: false,
  160. selectAttr: {},
  161. value: 0,
  162. identity: 0,
  163. id: 0,
  164. imgUrl: $api.config.imgUrl,
  165. community_show: false
  166. }
  167. },
  168. onLoad(options) {
  169. that = this
  170. that.identity = uni.getStorageSync('identity')
  171. that.community = uni.getStorageSync('community')
  172. that.id = Number(options.id)
  173. },
  174. onShow() {
  175. that.getData()
  176. },
  177. methods: {
  178. getData() {
  179. let url = ''
  180. if(that.identity == 4) {
  181. url = '/api/merchant_service_goods/get_goods_info'
  182. } else if(that.identity == 2) {
  183. url = '/api/merchant.community.goods/get_info'
  184. } else if(that.identity == 3) {
  185. url = '/api/merchant.appliance.goods/get_info'
  186. } else if(that.identity == 5) {
  187. url = '/api/merchant.sport.goods/get_info'
  188. } else {
  189. return
  190. }
  191. $api.req({
  192. url: url,
  193. data: {
  194. id: that.id
  195. }
  196. }, function(res) {
  197. if(res.code == 1) {
  198. that.pageData = res.data
  199. that.img_total = res.data.images.length
  200. if(that.identity == 3) {
  201. $api.req({
  202. url: '/api/merchant.appliance.goods/get_community',
  203. data: {
  204. id: that.pageData.id
  205. }
  206. }, function(res) {
  207. if(res.code == 1) {
  208. that.$set(that.pageData,'community_info',res.data)
  209. // that.pageData.community_info = res.data
  210. }
  211. })
  212. }
  213. }
  214. })
  215. },
  216. // 滑动轮播图
  217. changeSwiper(e) {
  218. that.current = e.current + 1
  219. },
  220. // 关闭弹窗
  221. close() {
  222. that.spec_show = false
  223. that.stock_show = false
  224. that.community_show = false
  225. },
  226. // 打开规格弹窗
  227. openSpec(index) {
  228. if(that.identity == 2) {
  229. that.spec_show = true
  230. if(index == 2) {
  231. that.show_btn = true
  232. } else {
  233. that.show_btn = false
  234. }
  235. } else if(that.identity == 3) {
  236. // that.community_show = true
  237. that.openCommunity()
  238. if(index == 2) {
  239. that.show_btn = true
  240. } else {
  241. that.show_btn = false
  242. }
  243. } else if(that.identity == 5) {
  244. that.spec_show = true
  245. if(index == 2) {
  246. that.show_btn = true
  247. } else {
  248. that.show_btn = false
  249. }
  250. }
  251. },
  252. // 打开社区弹窗
  253. openCommunity() {
  254. that.community_show = true
  255. },
  256. changeSpec(index) {
  257. that.spec_active = index
  258. },
  259. changeCommunity(index) {
  260. that.community_active = index
  261. },
  262. next(index) {
  263. if(index == 1) {
  264. that.spec_show = false
  265. that.stock_show = true
  266. that.selectAttr = that.pageData.sku[that.spec_active]
  267. } else {
  268. that.spec_show = true
  269. that.community_show = false
  270. }
  271. },
  272. editStatus() {
  273. let url = ''
  274. if(that.identity == 4) {
  275. url = '/api/merchant_service_goods/update_status'
  276. } else if(that.identity == 2) {
  277. url = '/api/merchant.community.goods/up_down'
  278. } else if(that.identity == 3) {
  279. url = '/api/merchant.appliance.goods/up_down'
  280. } else if(that.identity == 5) {
  281. url = '/api/merchant.sport.goods/up_down'
  282. } else {
  283. return
  284. }
  285. $api.req({
  286. url: url,
  287. data: {
  288. id: that.id,
  289. status: that.pageData.status == 'up' ? 'down' : 'up'
  290. }
  291. }, function(res) {
  292. if(res.code == 1) {
  293. $api.info(res.msg)
  294. that.getData()
  295. }
  296. })
  297. },
  298. editStock() {
  299. let url = ''
  300. if(that.identity == 2) {
  301. url = '/api/merchant.community.goods/edit_stock'
  302. } else if(that.identity == 3) {
  303. url = '/api/merchant.appliance.goods/edit_stock'
  304. }
  305. $api.req({
  306. url: url,
  307. data: {
  308. goods_id: that.pageData.id,
  309. sku_id: that.pageData.sku[that.spec_active].id,
  310. stock: that.value
  311. }
  312. }, function(res) {
  313. if(res.code == 1) {
  314. $api.info(res.msg)
  315. that.close()
  316. that.getData()
  317. }
  318. })
  319. }
  320. }
  321. }
  322. </script>
  323. <style lang="scss" scoped>
  324. .content::v-deep {
  325. background: #F1F2F4;
  326. .u-swiper {
  327. position: absolute !important;
  328. top: 0;
  329. left: 0;
  330. width: 100%;
  331. }
  332. .u-swiper__indicator {
  333. bottom: 100rpx !important;
  334. .swiper_indicator {
  335. // width: 116rpx;
  336. height: 52rpx;
  337. background: #000;
  338. opacity: 0.3;
  339. border-radius: 26rpx;
  340. padding: 0 24rpx;
  341. .text {
  342. font-size: 20rpx;
  343. font-family: PingFangSC-Regular, PingFang SC;
  344. font-weight: 400;
  345. color: #FFFFFF;
  346. line-height: 28rpx;
  347. text-align: center;
  348. }
  349. }
  350. }
  351. .details {
  352. z-index: 9;
  353. position: relative;
  354. width: 100%;
  355. box-sizing: border-box;
  356. padding: 690rpx 24rpx 186rpx;
  357. .boxs {
  358. position: absolute;
  359. left: 24rpx;
  360. top: -82rpx;
  361. }
  362. .box {
  363. width: 702rpx;
  364. background: #FFFFFF;
  365. border-radius: 20rpx;
  366. margin: 0 0 20rpx;
  367. box-sizing: border-box;
  368. padding: 24rpx 28rpx;
  369. .price {
  370. font-size: 36rpx;
  371. font-family: PingFangSC-Medium, PingFang SC;
  372. font-weight: 500;
  373. color: #FF2828;
  374. line-height: 34rpx;
  375. .old_price {
  376. font-size: 24rpx;
  377. font-family: PingFangSC-Medium, PingFang SC;
  378. font-weight: 500;
  379. color: #999999;
  380. line-height: 34rpx;
  381. text-decoration: line-through;
  382. }
  383. }
  384. .name {
  385. font-size: 32rpx;
  386. font-family: PingFangSC-Medium, PingFang SC;
  387. font-weight: 500;
  388. color: #333333;
  389. line-height: 44rpx;
  390. margin: 28rpx 0 14rpx;
  391. }
  392. .info {
  393. padding: 8rpx 0;
  394. .info_text {
  395. width: 152rpx;
  396. font-size: 20rpx;
  397. font-family: PingFangSC-Medium, PingFang SC;
  398. font-weight: 500;
  399. color: #999999;
  400. line-height: 28rpx;
  401. border-radius: 16rpx;
  402. border: 2rpx solid #999999;
  403. padding: 2rpx 0;
  404. text-align: center;
  405. box-sizing: border-box;
  406. }
  407. }
  408. .text {
  409. font-size: 24rpx;
  410. font-family: PingFangSC-Regular, PingFang SC;
  411. font-weight: 400;
  412. color: #666666;
  413. line-height: 34rpx;
  414. }
  415. .attr {
  416. width: 100%;
  417. height: 118rpx;
  418. background: #F5F5F5;
  419. border-radius: 20rpx;
  420. box-sizing: border-box;
  421. padding: 38rpx 20rpx;
  422. margin: 20rpx 0 0;
  423. .spec_text {
  424. width: 80%;
  425. font-size: 28rpx;
  426. font-family: PingFangSC-Regular, PingFang SC;
  427. font-weight: 400;
  428. color: #666666;
  429. line-height: 40rpx;
  430. }
  431. }
  432. .salce {
  433. width: 50%;
  434. .text {
  435. font-size: 28rpx;
  436. font-family: PingFangSC-Medium, PingFang SC;
  437. font-weight: 500;
  438. color: #666666;
  439. line-height: 40rpx;
  440. padding-bottom: 22rpx;
  441. }
  442. .text2 {
  443. font-size: 24rpx;
  444. font-family: PingFangSC-Regular, PingFang SC;
  445. font-weight: 400;
  446. color: #999999;
  447. line-height: 34rpx;
  448. }
  449. }
  450. .params {
  451. min-width: 49%;
  452. flex:1;
  453. height: 120rpx;
  454. border: none;
  455. margin-top: 50rpx;
  456. .text {
  457. font-size: 28rpx;
  458. font-family: PingFangSC-Medium, PingFang SC;
  459. font-weight: 500;
  460. color: #666666;
  461. line-height: 40rpx;
  462. padding-bottom: 22rpx;
  463. }
  464. .text2 {
  465. font-size: 24rpx;
  466. font-family: PingFangSC-Regular, PingFang SC;
  467. font-weight: 400;
  468. color: #999999;
  469. line-height: 34rpx;
  470. }
  471. }
  472. .params:nth-child(2n+2) {
  473. border-left: 1px solid #F2F2F2;
  474. }
  475. .params:nth-child(-n+2) {
  476. margin-top: 0;
  477. }
  478. .title {
  479. font-size: 28rpx;
  480. font-family: PingFangSC-Medium, PingFang SC;
  481. font-weight: 500;
  482. color: #333333;
  483. line-height: 40rpx;
  484. padding-bottom: 28rpx;
  485. }
  486. .avatar {
  487. width: 140rpx;
  488. height: 140rpx;
  489. margin-right: 48rpx;
  490. border-radius: 50%;
  491. }
  492. }
  493. }
  494. .bottom {
  495. z-index: 99;
  496. position: fixed;
  497. left: 0;
  498. bottom: 0;
  499. width: 100%;
  500. height: 166rpx;
  501. background: #FFFFFF;
  502. box-sizing: border-box;
  503. padding: 16rpx 24rpx;
  504. .btn1 {
  505. // width: 200rpx;
  506. height: 68rpx;
  507. background: #EE8529;
  508. border-radius: 34rpx;
  509. padding: 0 52rpx;
  510. font-size: 20rpx;
  511. font-family: PingFangSC-Medium, PingFang SC;
  512. font-weight: 500;
  513. color: #FFFFFF;
  514. line-height: 68rpx;
  515. text-align: center;
  516. margin-left: 20rpx;
  517. }
  518. .btn2 {
  519. height: 68rpx;
  520. background: #FFFFFF;
  521. border-radius: 34rpx;
  522. border: 2rpx solid #EE8529;
  523. padding: 0 26rpx;
  524. font-size: 20rpx;
  525. font-family: PingFangSC-Medium, PingFang SC;
  526. font-weight: 500;
  527. color: #EE8529;
  528. line-height: 68rpx;
  529. }
  530. }
  531. .popu {
  532. width: 100%;
  533. background: #FFFFFF;
  534. .top {
  535. padding: 24rpx 0;
  536. border-bottom: 1px solid #FFF5ED;
  537. }
  538. .form {
  539. padding: 86rpx 0 142rpx;
  540. .label {
  541. font-size: 28rpx;
  542. font-family: PingFangSC-Regular, PingFang SC;
  543. font-weight: 400;
  544. color: #666666;
  545. line-height: 40rpx;
  546. padding-right: 26rpx;
  547. }
  548. .u-input {
  549. max-width: 400rpx;
  550. background: #FFF !important;
  551. border-radius: 20rpx !important;
  552. padding: 16rpx 28rpx !important;
  553. border: 1px solid #CCCCCC !important;
  554. }
  555. }
  556. .popu_btn {
  557. width: 590rpx;
  558. height: 72rpx;
  559. background: #FFFFFF;
  560. border-radius: 20rpx;
  561. border: 2rpx solid #EE8529;
  562. font-size: 28rpx;
  563. font-family: PingFangSC-Regular, PingFang SC;
  564. font-weight: 400;
  565. color: #EE8529;
  566. line-height: 72rpx;
  567. text-align: center;
  568. margin: 0 auto 166rpx;
  569. }
  570. .popu_good {
  571. padding: 82rpx 26rpx 0;
  572. .img {
  573. width: 120rpx;
  574. height: 120rpx;
  575. margin-right: 26rpx;
  576. }
  577. .price {
  578. font-size: 36rpx;
  579. font-family: PingFangSC-Medium, PingFang SC;
  580. font-weight: 500;
  581. color: #FF2828;
  582. line-height: 34rpx;
  583. }
  584. .old_price {
  585. text-decoration: line-through;
  586. padding-left: 26rpx;
  587. font-size: 24rpx;
  588. font-family: PingFangSC-Medium, PingFang SC;
  589. font-weight: 500;
  590. color: #999999;
  591. line-height: 34rpx;
  592. }
  593. .text {
  594. font-size: 24rpx;
  595. font-family: PingFangSC-Regular, PingFang SC;
  596. font-weight: 400;
  597. color: #666666;
  598. line-height: 34rpx;
  599. padding-top: 16rpx;
  600. }
  601. }
  602. .list {
  603. padding: 108rpx 28rpx 130rpx;
  604. width: 100%;
  605. .title {
  606. font-size: 28rpx;
  607. font-family: PingFangSC-Medium, PingFang SC;
  608. font-weight: 500;
  609. color: #333333;
  610. line-height: 40rpx;
  611. }
  612. .item {
  613. margin: 30rpx 0 0 18rpx;
  614. width: 592rpx;
  615. // height: 60rpx;
  616. background: #F5F5F5;
  617. border-radius: 20rpx;
  618. box-sizing: border-box;
  619. padding: 14rpx 26rpx;
  620. .text {
  621. font-size: 24rpx;
  622. font-family: PingFangSC-Regular, PingFang SC;
  623. font-weight: 400;
  624. color: #333333;
  625. line-height: 34rpx;
  626. }
  627. .text2 {
  628. font-size: 24rpx;
  629. font-family: PingFangSC-Medium, PingFang SC;
  630. font-weight: 500;
  631. color: #999999;
  632. line-height: 34rpx;
  633. }
  634. }
  635. .item_active {
  636. border: 1px solid #EE8529;
  637. background: #fff;
  638. }
  639. }
  640. .popu_bottom {
  641. width: 100%;
  642. height: 98rpx;
  643. background: #FFFFFF;
  644. box-sizing: border-box;
  645. padding: 16rpx 24rpx;
  646. margin-bottom: 68rpx;
  647. border-top: 1px solid #eee;
  648. .btn {
  649. width: 200rpx;
  650. height: 68rpx;
  651. background: #EE8529;
  652. border-radius: 34rpx;
  653. font-size: 20rpx;
  654. font-family: PingFangSC-Medium, PingFang SC;
  655. font-weight: 500;
  656. color: #FFFFFF;
  657. line-height: 68rpx;
  658. text-align: center;
  659. }
  660. }
  661. }
  662. }
  663. </style>