onlineBooking.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. <template>
  2. <view class="box">
  3. <view class="top">
  4. <view class="shopTop">
  5. <swiper class="swiper" circular :autoplay="true" :interval="interval" :duration="duration"
  6. v-if="shopInfo.imgs">
  7. <swiper-item v-for="(item,index) in shopInfo.imgs.split(',')" v-if="item">
  8. <view class="swiper-item">
  9. <img mode="aspectFit" :src="item" alt="">
  10. </view>
  11. </swiper-item>
  12. </swiper>
  13. </view>
  14. <!-- 门店详情 -->
  15. <view class="newshopNames" v-if="shopInfo">
  16. <view class="newshopDstop">
  17. <view class="newshopDname">{{shopInfo.shopName}}</view>
  18. <view v-if="data.isShowScore == 1 && data.isShowEvaluate == 1" class="appraiseBg">
  19. <view class="appraiseBox">
  20. <view v-if="data.isShowScore == 1 && data.shopInfo.miniV2ShopScore" class="appraise">
  21. {{data.shopInfo.miniV2ShopScore}}
  22. <span style='font-size: 26rpx; margin-left: 3rpx;'>分</span>
  23. </view>
  24. <view v-if="data.isShowScore == 1 && !data.shopInfo.miniV2ShopScore" class="appraise"
  25. style='font-size: 26rpx;'>暂无评分</span>
  26. </view>
  27. <view class="line"></view>
  28. <view @click="goShopAppraiseList()" v-if="data.isShowEvaluate == 1 && data.evaluateCount"
  29. class="appraiseCount">评价数
  30. {{data.evaluateCount}}
  31. <image class="rightArrow" src="../../static/timg/icon_arrow_right.png" mode=""></image>
  32. </view>
  33. <view v-if="data.isShowEvaluate == 1 && !data.evaluateCount"
  34. class="appraiseCount">暂无评价</view>
  35. </view>
  36. </view>
  37. <view class="newshopDtime">
  38. 营业时间: <span>{{shopInfo.startTime}} - {{shopInfo.endTime}}</span>
  39. </view>
  40. <view class="newshopDbqbox" v-if="shopInfo.brands">
  41. <view class="newshopDbqline" v-for="(item,index) in shopInfo.brands.split(',')">{{item}}</view>
  42. </view>
  43. </view>
  44. <view class="newshopDadressBpx">
  45. <view class="newshopDaleft">
  46. <view class="newshopDaleftTop">
  47. <!-- <img src="../../static/timg/icon_coordinate@2x.png" alt="" class="shopaddressIcon"> -->
  48. <!-- <span class="shopDdistance" v-if="Number(shopInfo.distance)>1">距离{{shopInfo.distance}}km</span>
  49. <span class="shopDdistance" v-else-if="Number(shopInfo.distance)">距离{{shopInfo.distance*1000}}m</span>
  50. <span class="shopDdistance" v-else>距离--km</span> -->
  51. </view>
  52. <view class="" style="display: flex;">
  53. <img src="../../static/timg/icon_coordinate@2x.png"
  54. style="margin-top: 24rpx;margin-right: 10rpx;" class="shopaddressIcon">
  55. <view class="newshopDadressName">
  56. {{shopInfo.address?shopInfo.address:'--'}}
  57. </view>
  58. </view>
  59. </view>
  60. <view class="newshopDaright">
  61. <view class="newshopDrline" @click="goLocation()">
  62. <img src="../../static/timg/icon_map@2x.png" alt="" class="newshopDrlineimg">
  63. <view class="newshopDrlineTxt">地图</view>
  64. </view>
  65. <view class="newshopDRsx"></view>
  66. <view class="newshopDrline" @click="phones()">
  67. <img src="../../static/timg/icon_phone@2x.png" alt="" class="newshopDrlineimg">
  68. <view class="newshopDrlineTxt">电话</view>
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. <!-- 预约详情-->
  75. <view class="yuyue-container">
  76. <view class="yuyueLeft">
  77. <view class="yuyueleftLine" v-for="(item,index) in leftData" @click="listItemWxInfo(item,index)"
  78. :class="{leftActive:leftIndex==index}">{{item.Name}}</view>
  79. </view>
  80. <view class="yuyueRight">
  81. <!-- <view class="yuyueRightTitle">{{rightTitle}}</view> -->
  82. <view v-for="(item,index) in rightData" @click="checkItem(item)"
  83. style="padding-left: 24rpx;padding-right: 24rpx;">
  84. <view class="yrTop">
  85. <view class="ItemName">{{item.ItemName}}</view>
  86. <image src="../../static/timg/ickno.png" v-if="selectedItems.findIndex(i=>i.ID===item.ID)==-1"
  87. mode="" class="yrTopImg"></image>
  88. <image src="../../static/timg/icon_checked@2x.png"
  89. v-if="selectedItems.findIndex(i=>i.ID===item.ID)!=-1" mode="" class="yrTopImg"></image>
  90. </view>
  91. <view class="itemSm">
  92. {{item.Comment}}
  93. </view>
  94. <view class="Price">
  95. <view class="yuyue-price"> <span class="qianhaospan">¥</span> {{item.Price||'--'}} </view>
  96. </view>
  97. </view>
  98. <view class="nodataBox" v-if="rightData.length==0">
  99. <image src="http://dmsphoto.66km.com.cn/thFiles/3C95A4C5-73F8-4B34-902B-703B8A0825C9.png"
  100. mode="widthFix" class="nodataImg"></image>
  101. <view class="noTxt">暂无数据</view>
  102. </view>
  103. </view>
  104. </view>
  105. <view class="bottom-container newbottom-container">
  106. <view class="newyyBox" @click="yuyueDetail">
  107. <view class="yyBleft">
  108. <img src="../../static/timg/icon_qingdan@2x.png" alt="" class="yyBleftimg">
  109. </view>
  110. <view>
  111. <view class="totalPriceBox"><span>预估总额:</span> <span class="totalPrice"><span
  112. class="qianhaospan">¥</span>{{totalPrice}}</span> </view>
  113. <span class="hejishul">合计数量: {{selectedItems.length}}</span>
  114. </view>
  115. </view>
  116. <view href="javascript:;" :style="{background:'#'+themeColor}" class=" newbottom-container-button"
  117. @click="yuyue">立即预约</view>
  118. </view>
  119. <view class="yydetailBox" v-if="yydetailShow" @click="yydetailShow=false">
  120. <view class="yyDetailTop" @click.stop="">
  121. <view class="yyDetailTopleft">清单</view>
  122. <view class="yyDetailTopRight">
  123. <view class="yydetalqk" @click="yyqingk">清空</view>
  124. <view class="yydetailx" @click="yydetailShow=false">X</view>
  125. </view>
  126. </view>
  127. <view class="yydetailCont" @click.stop="">
  128. <view class="yydetailContLine" v-for="(item,index) in selectedItems">
  129. <view class="yydlineName">{{item.ItemName}}</view>
  130. <view class="yydlineCommnt" v-if="true">{{item.Comment}}</view>
  131. <view class="yydPrice">¥{{item.Price}}</view>
  132. </view>
  133. </view>
  134. </view>
  135. </view>
  136. </template>
  137. <script>
  138. export default {
  139. data() {
  140. return {
  141. interval: 3000,
  142. duration: 500,
  143. distance: 0.05,
  144. leftIndex: 0,
  145. yydetailShow: false,
  146. userInfo: '',
  147. bizTagId: '',
  148. leftData: '',
  149. rightData: '',
  150. rightTitle: '',
  151. selectedItems: [],
  152. location: {
  153. lng: '',
  154. lat: '',
  155. },
  156. shopInfo: '',
  157. naShopId: '',
  158. themeColor: '',
  159. data: {},
  160. }
  161. },
  162. onLoad(opt) {
  163. this.userInfo = uni.getStorageSync("userInfo");
  164. this.themeColor = uni.getStorageSync("themeColor");
  165. this.naShopId = opt.naShopId;
  166. if (this.naShopId == null || this.naShopId == 'null') {
  167. this.naShopId = ''
  168. }
  169. console.log(this.naShopId)
  170. var that = this;
  171. that.getInfo()
  172. //this.listBigTags()
  173. },
  174. computed: {
  175. totalPrice() {
  176. return this.selectedItems.reduce((i, k) => {
  177. return Number(i) + Number(k.Price)
  178. }, 0).toFixed(2)
  179. }
  180. },
  181. methods: {
  182. goShopAppraiseList() {
  183. uni.navigateTo({
  184. url: '../user/ShopAppraiseList?shopID=' + this.data.shopInfo.id
  185. // url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
  186. })
  187. },
  188. getInfo() {
  189. uni.showLoading({
  190. title: '加载中'
  191. })
  192. var that = this;
  193. this.$http('openreservation/getInfo', {
  194. lat: this.location.lat ? this.location.lat : '',
  195. lng: this.location.lng ? this.location.lng : '',
  196. shopId: this.naShopId,
  197. }, 'GET').then(res => {
  198. this.shopInfo = res.data.shopInfo;
  199. this.data = res.data;
  200. uni.setStorage({
  201. key: 'yyshopInfo',
  202. data: that.shopInfo,
  203. success: function() {
  204. }
  205. });
  206. this.listBigTags()
  207. })
  208. },
  209. listBigTags() {
  210. uni.showLoading({
  211. title: '加载中'
  212. });
  213. //openreservation/listBigTags
  214. this.$http('openreservation/listItemWxCategory', {
  215. shopId: this.shopInfo.id,
  216. unionId: this.userInfo.unionId
  217. }, 'GET').then(res => {
  218. uni.hideLoading();
  219. this.bizTagId = res.data[0].ID
  220. this.rightTitle = res.data[0].Name
  221. this.leftData = res.data;
  222. this.GetlistItemWxInfo()
  223. })
  224. },
  225. GetlistItemWxInfo() {
  226. //console.log("listItemWxInfo")
  227. uni.showLoading({
  228. title: '加载中'
  229. });
  230. console.log("bizTagId" + this.bizTagId)
  231. this.$http('openreservation/listItemWxInfo', {
  232. shopId: this.shopInfo.id,
  233. bizTagId: this.bizTagId
  234. }, 'GET').then(res => {
  235. //console.log(res)
  236. uni.hideLoading();
  237. // es.data.forEach(mode => {
  238. // mode.ck=false
  239. // })
  240. this.rightData = res.data
  241. console.log(this.rightData)
  242. })
  243. },
  244. checkItem(item) {
  245. let index = this.selectedItems.findIndex(i => i.ID === item.ID)
  246. if (index !== -1) {
  247. this.selectedItems.splice(index, 1)
  248. } else {
  249. this.selectedItems.push(item)
  250. }
  251. },
  252. goLocation() {
  253. var that = this;
  254. if (!that.shopInfo.lat || !that.shopInfo.lng) {
  255. uni.showToast({
  256. title: '该店铺未设置定位',
  257. icon: 'none',
  258. duration: 3000
  259. });
  260. } else {
  261. uni.openLocation({
  262. latitude: Number(that.shopInfo.lat),
  263. longitude: Number(that.shopInfo.lng),
  264. name: that.shopInfo.shopName,
  265. address: that.shopInfo.provinceName + that.shopInfo.cityName + that.shopInfo.areaName +
  266. that.shopInfo.address,
  267. success: function() {
  268. console.log('success');
  269. },
  270. fail(err) {
  271. console.log(err)
  272. }
  273. });
  274. }
  275. },
  276. phones() {
  277. uni.makePhoneCall({
  278. phoneNumber: this.shopInfo.mobilePhone
  279. });
  280. },
  281. listItemWxInfo(item, index) {
  282. console.log(item)
  283. this.leftIndex = index;
  284. this.bizTagId = item.ID
  285. if (item.ID == '') {
  286. this.bizTagId = ''
  287. }
  288. this.rightTitle = item.Name;
  289. this.GetlistItemWxInfo()
  290. },
  291. yuyueDetail() {
  292. this.yydetailShow = true;
  293. },
  294. yyqingk() {
  295. this.selectedItems = []
  296. },
  297. yuyue() {
  298. if (!this.selectedItems.length) {
  299. uni.showToast({
  300. title: '请选择预约项目',
  301. icon: 'none',
  302. duration: 3000
  303. });
  304. } else {
  305. this.$store.commit('mutationsyuyueData', this.selectedItems)
  306. uni.navigateTo({
  307. url: 'confirmYuyue'
  308. })
  309. }
  310. }
  311. }
  312. }
  313. </script>
  314. <style scoped lang="less">
  315. .nodataBox {
  316. text-align: center;
  317. }
  318. .nodataImg {
  319. width: 400rpx;
  320. padding-top: 100rpx;
  321. }
  322. .noTxt {
  323. font-size: 32rpx;
  324. color: #999999;
  325. padding-top: 50rpx;
  326. }
  327. .box {
  328. background: #F4F5F7;
  329. min-height: 100vh;
  330. }
  331. .swiper-item img {
  332. width: 750rpx;
  333. height: 500rpx;
  334. }
  335. .swiper-item {
  336. height: 500rpx;
  337. }
  338. .swiper {
  339. height: 500rpx;
  340. }
  341. .shopTop {
  342. height: 500rpx;
  343. }
  344. .newshopNames {
  345. width: 750rpx;
  346. background: #FFFFFF;
  347. border-radius: 10rpx;
  348. margin-top: -60rpx;
  349. position: relative;
  350. border-radius: 24rpx 24rpx 0px 0px;
  351. padding-bottom: 20rpx;
  352. }
  353. .newshopDname {
  354. color: #333333;
  355. font-size: 30rpx;
  356. padding-left: 20rpx;
  357. padding-top: 23rpx;
  358. font-weight: 500;
  359. }
  360. .newshopDtime {
  361. color: #999999;
  362. font-size: 24rpx;
  363. padding-left: 20rpx;
  364. padding-top: 10rpx;
  365. font-weight: 400;
  366. }
  367. .newshopDstop {
  368. padding-bottom: 21rpx;
  369. border-bottom: 1px solid #EEEEEE;
  370. }
  371. .newshopDetailtop {
  372. margin-bottom: 20rpx;
  373. }
  374. .newshopDbqbox {
  375. display: flex;
  376. flex-wrap: wrap;
  377. padding-left: 20rpx;
  378. }
  379. .newshopDbqline {
  380. line-height: 30rpx;
  381. height: 30rpx;
  382. border-radius: 4rpx;
  383. border: 1px solid #F19D01;
  384. color: #f19D01;
  385. font-size: 24rpx;
  386. padding: 0 8rpx;
  387. margin-right: 16rpx;
  388. margin-top: 10rpx;
  389. }
  390. .newshopDbqbox {
  391. padding-top: 5rpx;
  392. }
  393. .shopaddressIcon {
  394. width: 22rpx;
  395. height: 30rpx;
  396. }
  397. .shopDdistance {
  398. color: #3C3C3C;
  399. font-size: 24rpx;
  400. line-height: 30rpx;
  401. padding-left: 16rpx;
  402. font-weight: 500;
  403. }
  404. .newshopDaleftTop {
  405. display: flex;
  406. }
  407. .newshopDadressBpx {
  408. display: flex;
  409. padding: 20rpx 20rpx;
  410. background: url(http://dmsphoto.66km.com.cn/thFiles/010748B7-5678-46C3-941B-60B3CD4D10CB.png) no-repeat;
  411. background-size: 100% 100%;
  412. margin-left: 24rpx;
  413. }
  414. .newshopDadressName {
  415. color: #999999;
  416. padding-top: 16rpx;
  417. font-size: 24rpx;
  418. line-height: 36rpx;
  419. width: 480rpx;
  420. font-weight: 400;
  421. }
  422. .newshopDrlineimg {
  423. width: 44rpx;
  424. height: 44rpx;
  425. }
  426. .newshopDrlineTxt {
  427. color: #999999;
  428. font-size: 24rpx;
  429. text-align: center;
  430. padding-top: 7rpx;
  431. font-weight: 400;
  432. }
  433. .newright-item .yuyue-item {
  434. padding-top: 20rpx;
  435. }
  436. .newshopDRsx {
  437. width: 2rpx;
  438. height: 71rpx;
  439. background: #EEEEEE;
  440. }
  441. .newshopDaright {
  442. display: flex;
  443. justify-content: space-between;
  444. width: 150rpx;
  445. padding-left: 20rpx;
  446. }
  447. .yrTopImg {
  448. width: 36rpx;
  449. height: 36rpx;
  450. }
  451. .yuyue-container {
  452. display: flex;
  453. padding-bottom: 120rpx;
  454. min-height: 40vh;
  455. }
  456. .yuyueLeft {
  457. background: #F5F5F5;
  458. width: 154rpx;
  459. }
  460. .yuyueRight {
  461. width: 596rpx;
  462. background: #FFFFFF;
  463. }
  464. .yuyueleftLine {
  465. font-size: 24rpx;
  466. padding: 30rpx 24rpx;
  467. color: #3C3C3C;
  468. }
  469. .leftActive {
  470. background: #FFFFFF;
  471. font-weight: bold;
  472. }
  473. .yuyueRightTitle {
  474. color: #999999;
  475. font-size: 26rpx;
  476. background: #F9F9F9;
  477. padding-left: 24rpx;
  478. line-height: 62rpx;
  479. }
  480. .yrTop {
  481. display: flex;
  482. justify-content: space-between;
  483. align-items: center;
  484. }
  485. .ItemName {
  486. color: #3C3C3C;
  487. font-size: 28rpx;
  488. width: 480rpx;
  489. font-weight: bold;
  490. margin-top: 20rpx;
  491. margin-bottom: 10rpx;
  492. }
  493. .itemSm {
  494. color: #999999;
  495. line-height: 33rpx;
  496. font-size: 22rpx;
  497. text-overflow: -o-ellipsis-lastline;
  498. overflow: hidden;
  499. text-overflow: ellipsis;
  500. display: -webkit-box;
  501. -webkit-line-clamp: 2;
  502. line-clamp: 2;
  503. -webkit-box-orient: vertical;
  504. }
  505. .qianhaospan {
  506. font-size: 22rpx;
  507. }
  508. .yuyue-price {
  509. color: #FF3B30;
  510. font-size: 32rpx;
  511. padding-top: 8rpx;
  512. border-bottom: 1px solid #EEEEEE;
  513. padding-bottom: 19rpx;
  514. }
  515. .newbottom-container-button {
  516. width: 203rpx;
  517. height: 74rpx;
  518. background: #D53533;
  519. border-radius: 37rpx;
  520. color: #FEFFFE;
  521. font-size: 30rpx;
  522. line-height: 74rpx;
  523. text-align: center;
  524. }
  525. .newbottom-container {
  526. display: flex;
  527. justify-content: space-between;
  528. padding-left: 32rpx !important;
  529. width: 696rpx !important;
  530. z-index: 66;
  531. padding: 23rpx 32rpx !important;
  532. height: 76rpx !important;
  533. position: fixed;
  534. left: 0;
  535. bottom: 0;
  536. background: #FFFFFF;
  537. box-shadow: 0px -2px 10px 0px rgba(153, 153, 153, 0.1000);
  538. }
  539. .yuyue-main .newright-item {
  540. padding-bottom: 19rpx;
  541. }
  542. .yyBleftimg {
  543. width: 45rpx;
  544. height: 35rpx;
  545. margin-top: 2rpx;
  546. }
  547. .yyBleft {
  548. display: flex;
  549. align-items: center;
  550. padding-right: 33rpx;
  551. }
  552. .newyyBox {
  553. display: flex;
  554. }
  555. .newyyBox .totalPriceBox {
  556. line-height: 45rpx;
  557. color: #666666;
  558. font-size: 24rpx;
  559. font-weight: 500;
  560. }
  561. .newyyBox .totalPrice {
  562. color: #FF0000;
  563. font-size: 32rpx;
  564. }
  565. .hejishul {
  566. color: #999999;
  567. font-size: 24rpx;
  568. font-weight: 400;
  569. }
  570. .yydetailBox {
  571. position: fixed;
  572. bottom: 0;
  573. left: 0;
  574. height: 100vh;
  575. width: 100vw;
  576. background: rgba(0, 0, 0, 0.4);
  577. z-index: 6;
  578. }
  579. .yydetailCont {
  580. width: 100vw;
  581. height: calc(50vh + 2rpx);
  582. overflow-y: scroll;
  583. background: #F0F0F0;
  584. position: absolute;
  585. left: 0;
  586. bottom: 119rpx;
  587. }
  588. .yyDetailTop {
  589. width: 750rpx;
  590. height: 90rpx;
  591. background: #FFFFFF;
  592. border-radius: 24rpx 24rpx 0px 0px;
  593. position: absolute;
  594. left: 0;
  595. bottom: calc(50vh + 120rpx);
  596. display: flex;
  597. justify-content: space-between;
  598. }
  599. .yyDetailTopleft {
  600. color: #3C3C3C;
  601. font-size: 30rpx;
  602. line-height: 90rpx;
  603. padding-left: 24rpx;
  604. font-weight: 500;
  605. }
  606. .yyDetailTopRight {
  607. display: flex;
  608. padding-right: 24rpx;
  609. }
  610. .yydetailx {
  611. line-height: 90rpx;
  612. color: #999999;
  613. font-size: 30rpx;
  614. }
  615. .yydetalqk {
  616. width: 86rpx;
  617. height: 41rpx;
  618. background: #F4F5F7;
  619. border-radius: 21rpx;
  620. text-align: center;
  621. line-height: 41rpx;
  622. color: #666666;
  623. font-size: 24rpx;
  624. margin-top: 25rpx;
  625. margin-right: 38rpx;
  626. }
  627. .yydetailContLine {
  628. width: 702rpx;
  629. background: #FFFFFF;
  630. border-radius: 10rpx;
  631. margin-top: 20rpx;
  632. margin-left: 24rpx;
  633. padding: 24rpx 0px;
  634. }
  635. .yydlineName {
  636. color: #3C3C3C;
  637. font-size: 26rpx;
  638. padding-left: 24rpx;
  639. }
  640. .yydlineCommnt {
  641. color: #999999;
  642. font-size: 26rpx;
  643. padding-left: 22rpx;
  644. line-height: 30rpx;
  645. padding-top: 10rpx;
  646. }
  647. .yydPrice {
  648. padding-left: 22rpx;
  649. padding-top: 10rpx;
  650. color: #FF3B30;
  651. font-size: 32rpx;
  652. }
  653. .appraiseBg{
  654. display: flex;
  655. align-items: center;
  656. }
  657. .appraiseBox {
  658. padding: 5rpx 20rpx;
  659. padding-right: 30rpx;
  660. margin-top: 10rpx;
  661. height: 62rpx;
  662. background: rgba(255, 0, 0, 0.08);
  663. border-radius: 0 15rpx 15rpx 0;
  664. display: flex;
  665. align-items: center;
  666. }
  667. .appraise {
  668. color: #FF0000;
  669. font-size: 38rpx;
  670. font-weight: bold;
  671. }
  672. .line {
  673. margin: 0 20rpx;
  674. width: 1rpx;
  675. height: 30rpx;
  676. background: #E9E8E8;
  677. }
  678. .appraiseCount {
  679. font-size: 24rpx;
  680. font-weight: 400;
  681. color: #666666;
  682. flex-grow: 1;
  683. }
  684. .rightArrow {
  685. width: 7rpx;
  686. height: 15rpx;
  687. margin-left: 16rpx;
  688. }
  689. </style>