orderDetail.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. <template>
  2. <view class="content">
  3. <view class="row b-b b-t">
  4. <text class="order-status" @click="item.delivery_type == 'express' ? towuliu(item) : ''">
  5. {{ item._status ? (item._status._msg == '已收货,快去评价一下吧' ? '已完成' : item._status._msg) : '' }}
  6. </text>
  7. </view>
  8. <!-- 快递信息 -->
  9. <view class="express-box" @click="expressCheck(item)" v-if="item.delivery_id != null">
  10. <view v-if="item.delivery_id != null" style="width: 100%;padding: 10rpx 20rpx;background: #FFFFFF;">
  11. <view class="express-frame">
  12. <view>
  13. <view style="display: flex;">
  14. <text class="express-text">配送员:</text>
  15. {{ item.delivery_name }}
  16. </view>
  17. <view style="display: flex;">
  18. <text class="express-text">联系方式:</text>
  19. {{ item.delivery_id }}
  20. </view>
  21. </view>
  22. <text class="iconfont iconenter" style="color: #CCCCCC;"></text>
  23. </view>
  24. </view>
  25. </view>
  26. <!-- 门店信息 -->
  27. <view class="stores-wrapper" v-if="item.shipping_type == 2 && item.store_id != 0">
  28. <view class="store">
  29. <view class="store-logo">
  30. <image :src="item.system_store.image" mode=""></image>
  31. <text class="store-name clamp">{{ item.system_store.name }}</text>
  32. </view>
  33. <view class="store-addr store-base">
  34. 地区:
  35. <text>{{ item.system_store.detailed_address }}</text>
  36. </view>
  37. <view class="store-addr store-base">
  38. 电话:
  39. <text>{{ item.system_store.phone }}</text>
  40. </view>
  41. <view class="store-addr store-base">
  42. 距离:
  43. <text>{{ space(item.system_store.latitude, item.system_store.longitude) }}</text>
  44. </view>
  45. <view class="store-lv ">门店</view>
  46. </view>
  47. </view>
  48. <view class="address-box position-relative">
  49. <view class="address-top flex">
  50. <view class="title">{{ item.real_name }}</view>
  51. <view class="phone">{{ item.user_phone }}</view>
  52. </view>
  53. <view class="addrdss-detail">{{ item.user_address }}</view>
  54. <image class="a-bg" :src="addressImg"></image>
  55. </view>
  56. <view class="order-item">
  57. <view class="goods-box-single" v-for="(goodsItem, goodsIndex) in item.cartInfo" :key="goodsIndex">
  58. <image class="goods-img" :src="goodsItem.productInfo.image" mode="aspectFill"></image>
  59. <view class="right position-relative">
  60. <view class="flex">
  61. <text class="title">{{ goodsItem.productInfo.store_name }}</text>
  62. <view class="title-right">
  63. <view class="price">{{ goodsItem.productInfo.attrInfo.price }}</view>
  64. <view class="attr-box">{{ goodsItem.attrInfo ? goodsItem.attrInfo.suk : '' }} x {{ goodsItem.cart_num + '' }}</view>
  65. <view>
  66. <view v-if="status._type == 3">
  67. <!-- <view @click="evaluate(goodsItem)" class="yesevaluate" v-if="goodsItem.is_reply > 0"><text>已评价</text></view> -->
  68. <!-- <view @click="evaluate(goodsItem)" class="evaluate" v-if="goodsItem.is_reply < 1"><text>去评价</text></view> -->
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. </view>
  76. <view class="row b-b flex">
  77. <text class="tit">订单总价</text>
  78. <view class="input">¥{{ payAllMoney }}</view>
  79. </view>
  80. <view class="row b-b flex" v-if="vipMoney > 0">
  81. <text class="tit">vip优惠</text>
  82. <view class="input">-¥{{ vipMoney.toFixed(2) }}</view>
  83. </view>
  84. <view class="row b-b flex">
  85. <text class="tit">物流费用</text>
  86. <view class="input">{{ item.pay_postage * 1 + item.pay_postage * 1 > 0 ? '¥' + item.pay_postage * 1 : '免邮费' }}</view>
  87. </view>
  88. <view class="row b-b flex" v-if="item.deposit > 0">
  89. <text class="tit">押金</text>
  90. <view class="input">¥{{ item.deposit }}</view>
  91. </view>
  92. <view class="row b-b flex" v-if="item.use_integral > 0">
  93. <text class="tit">积分抵扣</text>
  94. <view class="input">-¥{{ item.use_integral }}</view>
  95. </view>
  96. <view class="row b-b flex" v-if="item.use_now_money > 0">
  97. <text class="tit">余额抵扣</text>
  98. <view class="input">-¥{{ item.use_now_money }}</view>
  99. </view>
  100. <view class="row b-b flex" v-if="item.coupon_id > 0">
  101. <text class="tit">优惠券</text>
  102. <view class="input">-¥{{ item.coupon_price }}</view>
  103. </view>
  104. <view class="row b-b flex">
  105. <text class="tit ">实付</text>
  106. <!-- <view class="input payColor" v-if="item.shipping_type == 1">¥{{ item.pay_price*1 }}</view> -->
  107. <view class="input payColor">¥{{ item.pay_price * 1 }}</view>
  108. </view>
  109. <view class="orderDetialBox">
  110. <view class="f-header m-t">
  111. <view class="f-left-icon"></view>
  112. <view class="tit-box"><text class="tit">订单信息</text></view>
  113. </view>
  114. <view class="item flex">
  115. <view class="title-left flex">
  116. <text class="title">订单编号:</text>
  117. <view class="text">{{ item.order_id }}</view>
  118. </view>
  119. <view class="buttom-right" @click="copyOrderId(item.order_id)">复制单号</view>
  120. </view>
  121. <view class="item flex">
  122. <view class="title-left flex">
  123. <text class="title">下单时间:</text>
  124. <view class="text">{{ item._add_time }}</view>
  125. </view>
  126. </view>
  127. <view class="item flex" v-if="item.time_area">
  128. <view class="title-left flex">
  129. <text class="title">{{ item.shipping_type == 1 ? '配送时间:' : '自提时间:' }}</text>
  130. <view class="text">{{ item.time_area }}</view>
  131. </view>
  132. </view>
  133. <view class="item flex" v-if="item.shipping_type == 2 && item.point.name">
  134. <view class="title-left flex">
  135. <text class="title">自提点</text>
  136. <view class="text">{{ item.point.name }}</view>
  137. </view>
  138. </view>
  139. <view class="item flex">
  140. <view class="title-left flex">
  141. <text class="title">订单类型:</text>
  142. <view class="text">{{ item | orderType }}</view>
  143. </view>
  144. </view>
  145. <view class="item flex">
  146. <view class="title-left flex">
  147. <text class="title">订单状态:</text>
  148. <view class="text">{{ item._status._title || '' }}</view>
  149. </view>
  150. </view>
  151. <view class="item flex">
  152. <view class="title-left flex">
  153. <text class="title">支付方式:</text>
  154. <view class="text">{{ item._status._payType || '' }}</view>
  155. </view>
  156. </view>
  157. </view>
  158. <view class="orderDetialBox" v-if="item.delivery_id">
  159. <view class="item flex">
  160. <view class="title-left flex">
  161. <text class="title">配送方式:</text>
  162. <view class="text">{{ item.delivery_type == 'express' ? '发货' : item.delivery_type == 'send' ? '送货' : '' }}</view>
  163. </view>
  164. </view>
  165. <view class="item flex">
  166. <view class="title-left flex">
  167. <text class="title" v-if="item.delivery_type == 'express'">快递公司:</text>
  168. <text class="title" v-if="item.delivery_type == 'send'">送货人员:</text>
  169. <view class="text">{{ item.delivery_name }}</view>
  170. </view>
  171. <view v-if="status._type != 1 && status._type != 0" class="buttom-right" @click="towuliu(item)">查看物流</view>
  172. </view>
  173. <view class="item flex">
  174. <view class="title-left flex">
  175. <text class="title" v-if="item.delivery_type == 'express'">快递单号:</text>
  176. <text class="title" v-if="item.delivery_type == 'send'">联系方式:</text>
  177. <view class="text">{{ item.delivery_id }}</view>
  178. </view>
  179. </view>
  180. </view>
  181. <view class="btHeight"></view>
  182. <view class="group-nav flex b-t" v-if="item.combination_id > 0">
  183. <!-- <view class="bottom border-radius-all bg-danger text-white padding-c-30 font-size-lg padding-v-10">出示券码</view>
  184. <view class="bottom border-radius-all bg-danger text-white padding-c-30 font-size-lg padding-v-10">确认收货</view> -->
  185. <navigator :url="'/pages/product/groupBooking/detail?id=' + item.pink_id">
  186. <view class="bottom border-radius-all bg-danger text-white padding-c-30 font-size-lg padding-v-10" style="background: #901b21 !important;">查看拼团</view>
  187. </navigator>
  188. </view>
  189. <!-- <view class="qrsh" v-if="isAlready " @click="orderTake" >确认收货</view> -->
  190. <view class="" v-if="item.shipping_type == 2" style="height: 90rpx;"></view>
  191. <view class="zt-qrsh" v-if="item.shipping_type == 2 && item.status < 2">
  192. <view class="hxm" @click="showCode" v-if="item.gift_uid == 0">出示券码</view>
  193. <view class="zt-qr" @click="orderTake" v-if="item.verify_code == ''">确认收货</view>
  194. </view>
  195. </view>
  196. </template>
  197. <script>
  198. import { orderDetail } from '@/api/order.js';
  199. import { orderList, orderCancel, orderDel, orderTake } from '@/api/order.js';
  200. import { loadIndexs, getIndexData, getStoreList, getPointList } from '@/api/index.js';
  201. export default {
  202. filters: {
  203. orderType: function(item) {
  204. if (item.combination_id > 0) {
  205. return '拼团订单';
  206. } else if (item.seckill_id > 0) {
  207. return '秒杀订单';
  208. } else if (item.bargain_id > 0) {
  209. return '砍价订单';
  210. } else {
  211. return '普通订单';
  212. }
  213. }
  214. },
  215. data() {
  216. return {
  217. store: {}, //门店信息
  218. isAlready: false, //订单是否处于配送状态
  219. isZt: false, //订单是否为自提
  220. refund: '', //退款理由
  221. reason: '', //备注
  222. value: ['1', '2', '3', '4', '5', '6', '7', '8', 9, 10, 11, 12, 13],
  223. orderId: '',
  224. item: {
  225. _status: {}
  226. },
  227. status: [],
  228. vipMoney: 0, //vip优惠金额
  229. addressImg:
  230. 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu4AAAAFCAYAAAAaAWmiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk3RjkzMjM2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk3RjkzMjQ2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTdGOTMyMTY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTdGOTMyMjY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrEOZlQAAAiuSURBVHjazJp7bFvV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'
  231. };
  232. },
  233. // #ifdef APP-PLUS || H5
  234. onBackPress(e) {
  235. uni.navigateTo({
  236. url: '/pages/order/order?state=' + this.item._status._type
  237. });
  238. return true;
  239. },
  240. // #endif
  241. onLoad(option) {
  242. this.orderId = option.id;
  243. this.loadOrder();
  244. },
  245. computed: {
  246. payAllMoney() {
  247. return this.vipMoney + +this.item.total_price;
  248. }
  249. },
  250. methods: {
  251. space(lat1, lng1) {
  252. let sp = uni.getStorageSync('latlon');
  253. console.log(sp);
  254. let arr1 = sp.split(',');
  255. let lat2 = arr1[0];
  256. let lng2 = arr1[1];
  257. console.log(lat1, lng1, lat2, lng2, '位置信息');
  258. var radLat1 = (lat1 * Math.PI) / 180.0;
  259. var radLat2 = (lat2 * Math.PI) / 180.0;
  260. var a = radLat1 - radLat2;
  261. var b = (lng1 * Math.PI) / 180.0 - (lng2 * Math.PI) / 180.0;
  262. var s = 2 * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + Math.cos(radLat1) * Math.cos(radLat2) * Math.pow(Math.sin(b / 2), 2)));
  263. s = s * 6378.137;
  264. s = Math.round(s * 10000) / 10000;
  265. // return s * 1000;
  266. if (s > 1) {
  267. return s.toFixed(2) + 'km';
  268. } else {
  269. return s * 1000 + 'm'; // 单位米
  270. }
  271. },
  272. // 跳转到查询快递页面
  273. expressCheck(item) {
  274. uni.navigateTo({
  275. url: '/pages/order/expressInfo?id=' + item.id
  276. });
  277. },
  278. // 载入订单详细
  279. loadOrder() {
  280. let obj = this;
  281. orderDetail({}, obj.orderId).then(e => {
  282. obj.item = e.data;
  283. console.log(obj.item, 'item+++++++++++++');
  284. obj.item.cartInfo.forEach(e => {
  285. // 计算vip优惠金额
  286. obj.vipMoney += e.vip_truePrice * 1;
  287. });
  288. this.status = e.data._status;
  289. console.log(e);
  290. if (e.data.status === 1) {
  291. obj.isAlready = true;
  292. }
  293. // if(obj.item.shipping_type == 2) {
  294. // getPointList({
  295. // id: this.item.point_id
  296. // },this.item.store_id).then(res => {
  297. // console.log(res,'66666666666666')
  298. // })
  299. // }
  300. });
  301. },
  302. // 查看快递单号
  303. towuliu(item) {
  304. let delivery_id = item.delivery_id;
  305. window.location.href = 'https://m.kuaidi100.com/result.jsp?nu=' + delivery_id;
  306. },
  307. //跳转到评价页面
  308. evaluate(e) {
  309. let unique = e.unique;
  310. let is_reply = e.is_reply;
  311. if (is_reply == 0) {
  312. uni.navigateTo({
  313. url: '/pages/order/evaluate?unique=' + unique
  314. });
  315. } else {
  316. uni.showToast({
  317. title: '已评价!',
  318. duration: 1500,
  319. icon: 'none'
  320. });
  321. }
  322. },
  323. // 复制订单编号
  324. copyOrderId(text) {
  325. // #ifndef H5
  326. uni.setClipboardData({
  327. data: text,
  328. success: e => {
  329. uni.showToast({
  330. title: '复制成功',
  331. duration: 1500
  332. });
  333. }
  334. });
  335. // #endif
  336. // #ifdef H5
  337. // 获取需要复制的文字
  338. const copyStr = text;
  339. // 创建input标签存放需要复制的文字
  340. const oInput = document.createElement('input');
  341. // 把文字放进input中,供复制
  342. oInput.value = copyStr;
  343. // 添加文
  344. document.body.appendChild(oInput);
  345. // 选中创建的input
  346. oInput.select();
  347. // 执行复制方法, 该方法返回bool类型的结果,告诉我们是否复制成功
  348. const copyResult = document.execCommand('copy');
  349. // 操作中完成后 从Dom中删除创建的input
  350. document.body.removeChild(oInput);
  351. // 根据返回的复制结果 给用户不同的提示
  352. if (copyResult) {
  353. uni.showToast({
  354. title: '已复制到粘贴板',
  355. duration: 2000
  356. });
  357. } else {
  358. this.$api.msg('复制失败');
  359. }
  360. // #endif
  361. },
  362. // 确认收货
  363. orderTake() {
  364. let obj = this;
  365. uni.showModal({
  366. title: '是否确认收货?',
  367. success: () => {
  368. orderTake({
  369. uni: obj.item.order_id
  370. })
  371. .then(e => {
  372. // obj.navList[obj.tabCurrentIndex].orderList.splice(index, 1);
  373. uni.showToast({
  374. title: '收货成功'
  375. });
  376. setTimeout(() => {
  377. uni.navigateBack({
  378. delta: 1
  379. });
  380. }, 1500);
  381. })
  382. .catch(e => {
  383. console.log(e);
  384. });
  385. }
  386. });
  387. },
  388. showCode() {
  389. // console.log(this.item._verify_code.replace(/^\s+|\s+$/g, ''))
  390. uni.navigateTo({
  391. url: '/pages/order/verifyCode?code=' + this.item._verify_code
  392. });
  393. }
  394. }
  395. };
  396. </script>
  397. <style lang="scss">
  398. page {
  399. background: $page-color-base;
  400. }
  401. // 快递信息
  402. .express-box {
  403. margin-top: 20rpx;
  404. width: 100%;
  405. display: flex;
  406. align-items: center;
  407. justify-content: space-between;
  408. font-size: $font-base;
  409. font-weight: 500;
  410. .express-frame {
  411. display: flex;
  412. align-items: center;
  413. justify-content: space-between;
  414. width: 100%;
  415. height: 100rpx;
  416. }
  417. .express-text {
  418. font-weight: 600;
  419. margin-right: 20rpx;
  420. width: 140rpx;
  421. display: block;
  422. }
  423. }
  424. // 订单详细
  425. .orderDetialBox {
  426. margin-top: 20rpx;
  427. padding: 0 30rpx;
  428. background-color: #ffffff;
  429. font-size: $font-base;
  430. color: $font-color-base;
  431. .item {
  432. height: 80rpx;
  433. .text {
  434. padding-left: 10rpx;
  435. }
  436. .buttom-right {
  437. width: 180rpx;
  438. border-radius: 99rpx;
  439. padding: 10rpx;
  440. text-align: center;
  441. border: 1px solid $border-color-light;
  442. }
  443. }
  444. }
  445. // 地址信息
  446. .address-box {
  447. margin-top: 20rpx;
  448. padding: 30rpx;
  449. padding-bottom: 35rpx;
  450. background-color: #ffffff;
  451. line-height: 1;
  452. .address-top {
  453. margin-bottom: 30rpx;
  454. .title {
  455. font-size: $font-lg;
  456. color: $font-color-dark;
  457. }
  458. .phone {
  459. font-size: $font-base;
  460. color: $font-color-light;
  461. }
  462. }
  463. .addrdss-detail {
  464. font-size: $font-base;
  465. color: $font-color-base;
  466. }
  467. .a-bg {
  468. position: absolute;
  469. bottom: 0;
  470. left: 0;
  471. width: 100%;
  472. height: 5rpx;
  473. }
  474. }
  475. .row {
  476. display: flex;
  477. align-items: center;
  478. position: relative;
  479. padding: 0 30rpx;
  480. height: 80rpx;
  481. background: #fff;
  482. .order-status {
  483. font-size: $font-lg;
  484. color: $color-red;
  485. font-weight: 500;
  486. }
  487. .refund {
  488. font-size: 30rpx;
  489. color: $font-color-dark;
  490. }
  491. .noRefund {
  492. font-size: 30rpx;
  493. color: $font-color-light;
  494. }
  495. .tit {
  496. flex-shrink: 0;
  497. width: 120rpx;
  498. font-size: 30rpx;
  499. color: $font-color-dark;
  500. }
  501. .input {
  502. text-align: right;
  503. flex: 1;
  504. font-size: 30rpx;
  505. color: $font-color-dark;
  506. &.payColor {
  507. color: $color-red;
  508. }
  509. }
  510. .iconlocation {
  511. font-size: 36rpx;
  512. color: $font-color-light;
  513. }
  514. }
  515. .add-btn {
  516. display: flex;
  517. align-items: center;
  518. justify-content: center;
  519. width: 690rpx;
  520. height: 80rpx;
  521. margin: 60rpx auto;
  522. font-size: $font-lg;
  523. color: #fff;
  524. background-color: $base-color;
  525. border-radius: 10rpx;
  526. // box-shadow: 1px 2px 5px rgba(219, 63, 96, 0.4);
  527. }
  528. /* 多条商品 */
  529. .order-item {
  530. display: flex;
  531. flex-direction: column;
  532. padding-left: 30rpx;
  533. background: #fff;
  534. margin-top: 20rpx;
  535. /* 单条商品 */
  536. .goods-box-single {
  537. display: flex;
  538. padding: 20rpx 0;
  539. .goods-img {
  540. display: block;
  541. width: 120rpx;
  542. height: 120rpx;
  543. }
  544. .right {
  545. flex: 1;
  546. display: flex;
  547. flex-direction: column;
  548. padding: 0 30rpx 0 24rpx;
  549. overflow: hidden;
  550. height: 100%;
  551. .title {
  552. align-self: flex-start;
  553. font-size: $font-base + 2rpx;
  554. color: $font-color-dark;
  555. }
  556. .title-right {
  557. flex-shrink: 0;
  558. text-align: right;
  559. align-self: flex-start;
  560. }
  561. .attr-box {
  562. font-size: $font-sm + 2rpx;
  563. color: $font-color-light;
  564. }
  565. .evaluate {
  566. color: #ffffff;
  567. font-size: 24rpx;
  568. display: inline-block;
  569. text-align: right;
  570. text {
  571. background: #fa2740;
  572. padding: 5rpx 15rpx;
  573. }
  574. }
  575. .yesevaluate {
  576. color: #333333;
  577. font-size: 24rpx;
  578. display: inline-block;
  579. text-align: right;
  580. text {
  581. border: 2rpx solid #333333;
  582. padding: 5rpx 15rpx;
  583. }
  584. }
  585. .price {
  586. font-size: $font-base + 2rpx;
  587. color: $font-color-dark;
  588. &:before {
  589. content: '¥';
  590. font-size: $font-sm;
  591. margin: 0 2rpx 0 8rpx;
  592. }
  593. }
  594. }
  595. }
  596. }
  597. // 标题头
  598. .f-header {
  599. display: flex;
  600. align-items: center;
  601. height: 80rpx;
  602. .tit-box {
  603. @extend %font-title-box;
  604. }
  605. .tit {
  606. @extend %font-title;
  607. }
  608. .f-left-icon {
  609. @extend %f-left-icon;
  610. }
  611. }
  612. // 共有底部高度
  613. $btHeight: 100rpx;
  614. .btHeight {
  615. height: $btHeight;
  616. }
  617. // 拼团按钮
  618. .group-nav {
  619. position: fixed;
  620. bottom: 120rpx;
  621. left: 0;
  622. height: $btHeight;
  623. width: 100%;
  624. justify-content: flex-end;
  625. padding-right: 30rpx;
  626. .bottom {
  627. margin-left: 20rpx;
  628. }
  629. }
  630. .qrsh {
  631. width: 626rpx;
  632. height: 84rpx;
  633. background: #901b21;
  634. border-radius: 42rpx;
  635. text-align: center;
  636. font-size: 32rpx;
  637. font-weight: bold;
  638. color: #ffffff;
  639. line-height: 84rpx;
  640. position: fixed;
  641. bottom: 20rpx;
  642. left: 62rpx;
  643. }
  644. .zt-qrsh {
  645. width: 750rpx;
  646. display: flex;
  647. justify-content: space-around;
  648. text-align: center;
  649. line-height: 90rpx;
  650. font-size: 36rpx;
  651. font-weight: 500;
  652. color: #901b21;
  653. padding: 19rpx 0 20rpx 0;
  654. background-color: #fff;
  655. position: fixed;
  656. bottom: 0;
  657. .hxm {
  658. width: 339rpx;
  659. height: 90rpx;
  660. border: 1px solid #901b21;
  661. border-radius: 45rpx;
  662. }
  663. .zt-qr {
  664. width: 339rpx;
  665. height: 90rpx;
  666. // border: 1px solid #901b21;
  667. background-color: #901b21;
  668. color: #fff;
  669. border-radius: 45rpx;
  670. }
  671. }
  672. .stores-wrapper {
  673. padding-top: 20rpx;
  674. height: 100%;
  675. .store {
  676. // width: 710rpx;
  677. height: 231rpx;
  678. background: #ffffff;
  679. box-shadow: 0px 0px 20rpx 0rpx rgba(50, 50, 52, 0.06);
  680. border-radius: 10rpx;
  681. // margin-bottom: 15rpx;
  682. margin: 0 auto 15rpx;
  683. position: relative;
  684. padding: 25rpx 0 0 20rpx;
  685. .store-logo {
  686. height: 65rpx;
  687. font-size: 32rpx;
  688. font-weight: bold;
  689. color: #333333;
  690. line-height: 65rpx;
  691. margin-bottom: 20rpx;
  692. position: relative;
  693. image {
  694. width: 65rpx;
  695. height: 65rpx;
  696. border-radius: 50%;
  697. }
  698. .store-name {
  699. max-width: 500rpx;
  700. display: inline-block;
  701. padding-left: 12rpx;
  702. position: absolute;
  703. top: 0;
  704. }
  705. }
  706. .store-base {
  707. height: 37rpx;
  708. line-height: 37rpx;
  709. font-size: 24rpx;
  710. font-weight: bold;
  711. color: #333333;
  712. text {
  713. font-weight: normal;
  714. }
  715. }
  716. .store-lv {
  717. display: inline-block;
  718. // width: 60rpx;
  719. padding: 0 10rpx;
  720. height: 40rpx;
  721. background: linear-gradient(-90deg, #dcb876 0%, #eecd92 100%);
  722. border-radius: 5rpx;
  723. text-align: center;
  724. line-height: 40rpx;
  725. color: #fff;
  726. font-size: 23rpx;
  727. position: absolute;
  728. right: 20rpx;
  729. top: 38rpx;
  730. }
  731. .store-can {
  732. width: 113rpx;
  733. height: 44rpx;
  734. border: 2px solid #901b21;
  735. border-radius: 5rpx;
  736. font-size: 23rpx;
  737. text-align: center;
  738. line-height: 44rpx;
  739. font-weight: 500;
  740. color: #901b21;
  741. position: absolute;
  742. right: 20rpx;
  743. bottom: 25rpx;
  744. }
  745. }
  746. }
  747. </style>