createOrder.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. <template>
  2. <view>
  3. <navigator v-if="tabCurrentIndex == 0" url="/pages/address/address?source=1" class="address-section">
  4. <view class="order-content" v-if="addressData.real_name">
  5. <text class="iconfont iconlocation"></text>
  6. <view class="cen">
  7. <view class="top">
  8. <text class="name">{{ addressData.real_name }}</text>
  9. <text class="mobile">{{ addressData.phone }}</text>
  10. </view>
  11. <text class="address">{{ addressData.province + addressData.city + addressData.district }} {{ addressData.detail }}</text>
  12. </view>
  13. <text class="iconfont iconenter"></text>
  14. </view>
  15. <view class="order-content" v-if="!addressData.real_name">
  16. <view class="addAddress">
  17. <text class="iconfont iconaddition"></text>
  18. <text>添加收货地址</text>
  19. </view>
  20. </view>
  21. <image class="a-bg" :src="addressImg"></image>
  22. </navigator>
  23. <view class="goods-section" v-for="(ls, ind) in shopList" :key="ind">
  24. <!-- <view class="g-header b-b">
  25. <image class="logo" :src="ls.productInfo.image"></image>
  26. <text class="name">{{ ls.name }}</text>
  27. </view> -->
  28. <!-- 商品列表 -->
  29. <view class="g-item">
  30. <image :src="ls.productInfo.image"></image>
  31. <view class="right">
  32. <text class="title clamp">{{ ls.productInfo.store_name }}</text>
  33. <text class="spec">{{ ls.productInfo.attrInfo ? ls.productInfo.attrInfo.suk : '默认' }}</text>
  34. <view class="price-box">
  35. <text class="price">¥{{ ls.productInfo.attrInfo ? ls.productInfo.attrInfo.price : ls.productInfo.price }}</text>
  36. <text class="number">{{ 'x ' + ls.cart_num + (ls.productInfo.unit_name || '') }}</text>
  37. <!-- <view><text class="price">¥{{lss.price}}</text></view> -->
  38. <!-- <view class="number">
  39. <uni-number-box class="step" :value="lss.number" :index="indx" @eventChange="numberChange"></uni-number-box>
  40. </view> -->
  41. </view>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- 优惠明细 -->
  46. <view class="yt-list">
  47. <view class="yt-list-cell b-b" @click="couponListshow ? toggleMask('show') : ''">
  48. <view class="cell-icon">券</view>
  49. <text class="cell-tit clamp">优惠券</text>
  50. <text class="cell-tip active" v-if="couponListshow && !couponChecked.coupon_price">选择优惠券</text>
  51. <text class="cell-tip red" v-if="couponChecked.coupon_price">-¥{{ couponChecked.coupon_price }}</text>
  52. <text class="cell-tip disabled" v-if="!couponListshow && !couponChecked.coupon_price">没有优惠券</text>
  53. <text class="cell-more wanjia wanjia-gengduo-d"></text>
  54. </view>
  55. <view class="yt-list-cell b-b" v-if="moneyAll.storeFreePostage > 0">
  56. <view class="cell-icon hb">减</view>
  57. <text class="cell-tit clamp">商家促销</text>
  58. <text class="cell-tip disabled">满{{ moneyAll.storeFreePostage }}包邮</text>
  59. </view>
  60. </view>
  61. <!-- 金额明细 -->
  62. <view class="yt-list">
  63. <!-- <view class="yt-list-cell b-b">
  64. <text class="cell-tit clamp">优惠金额</text>
  65. <text class="cell-tip red">-¥35</text>
  66. </view> -->
  67. <view class="yt-list-cell b-b">
  68. <text class="cell-tit clamp">积分抵扣{{ '(当前积分:' + integralAll + ')' }}</text>
  69. <view class="cell-tip"><radio @click="checkedPoints = !checkedPoints" color=" #5dbc7c" :checked="checkedPoints" /></view>
  70. </view>
  71. <view class="yt-list-cell b-b">
  72. <text class="cell-tit clamp">运费</text>
  73. <text class="cell-tip">{{ Postage }}</text>
  74. </view>
  75. <view class="yt-list-cell b-b">
  76. <text class="cell-tit clamp">备注</text>
  77. <input class="desc" type="text" v-model="desc" placeholder="请填写备注信息" placeholder-class="placeholder" />
  78. </view>
  79. </view>
  80. <view class="yt-list">
  81. <view class="yt-list-cell b-b">
  82. <text class="cell-tit clamp">商品金额</text>
  83. <text class="cell-tip">¥{{ payAllMoney }}</text>
  84. </view>
  85. <view class="yt-list-cell b-b" v-if="checkedPoints && integralShow">
  86. <text class="cell-tit clamp">积分抵扣</text>
  87. <text class="cell-tip">-¥{{ integralMoney }}</text>
  88. </view>
  89. <view class="yt-list-cell b-b" v-if="moneyAll.vipPrice > 0">
  90. <text class="cell-tit clamp">VIP优惠</text>
  91. <text class="cell-tip">-¥{{ moneyAll.vipPrice }}</text>
  92. </view>
  93. </view>
  94. <!-- 底部 -->
  95. <view class="footer">
  96. <view class="price-content">
  97. <text>实付款</text>
  98. <text class="price-tip">¥</text>
  99. <text class="price">{{ payPrice }}</text>
  100. </view>
  101. <text class="submit" :class="{ submitNo: !payType }" @click="payType ? submit() : ''">提交订单</text>
  102. </view>
  103. <!-- 优惠券面板 -->
  104. <view class="mask" :class="maskState === 0 ? 'none' : maskState === 1 ? 'show' : ''" @click="toggleMask">
  105. <view class="mask-content">
  106. <!-- 优惠券页面,仿mt -->
  107. <view class="coupon-item" @click="checkedCp(item)" v-for="(item, index) in couponList" :key="index">
  108. <view class="con">
  109. <view class="left">
  110. <text class="title">{{ item.coupon_title }}</text>
  111. <text class="time">领取时间{{ item.add_time }}</text>
  112. </view>
  113. <view class="right">
  114. <text class="price">{{ item.coupon_price }}</text>
  115. <text>满{{ item.use_min_price }}可用</text>
  116. </view>
  117. <view class="circle l"></view>
  118. <view class="circle r"></view>
  119. </view>
  120. <text class="tips">有效期至{{ item.end_time }}</text>
  121. </view>
  122. </view>
  123. </view>
  124. </view>
  125. </template>
  126. <script>
  127. import { confirm,computedOrderkey,couponsOrder } from '@/api/order.js';
  128. import { getUserInfo } from '@/api/user.js';
  129. import { cartAdd } from '@/api/product.js';
  130. export default {
  131. data() {
  132. return {
  133. addressImg:
  134. 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu4AAAAFCAYAAAAaAWmiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk3RjkzMjM2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk3RjkzMjQ2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTdGOTMyMTY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTdGOTMyMjY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrEOZlQAAAiuSURBVHjazJp7bFvV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',
  135. // 当前选中的支付方式
  136. tabCurrentIndex: 0,
  137. maskState: 0, //优惠券面板显示状态
  138. desc: '', //备注
  139. payType: 1, //1微信 2支付宝
  140. // 优惠券列表
  141. couponList: [],
  142. couponListshow: false, //是有可以显示优惠券列表
  143. couponChecked: {}, //选中的优惠券
  144. // 收货地址
  145. addressData: {},
  146. // 店铺地址
  147. shopAddress: {
  148. name: '',
  149. mobile: '',
  150. addressName: '',
  151. address: '',
  152. area: '',
  153. default: false
  154. },
  155. // 商品列表
  156. shopList: [],
  157. // 购物车id
  158. cartId: '',
  159. //购物金额详情
  160. moneyAll: {
  161. storeFreePostage: 0, //邮费优惠
  162. storePostage: 0, //邮费
  163. totalPrice: 0, //总支付金额
  164. vipPrice: 0 //vip优惠价
  165. },
  166. payPrice: 0, //总支付金额
  167. orderKey: '', //订单id
  168. checkedPoints: false, //判断是否积分抵扣
  169. integralAll: 0, //可使用的积分
  170. integralMoney: 0, //积分抵扣金额
  171. integralShow: false, //是否显示积分抵扣金额
  172. payType: true, //是否可支付
  173. pinkid: '' //保存拼团商品id
  174. };
  175. },
  176. onLoad(option) {
  177. // 判断是否为拼团商品
  178. if (option.type == 'pink') {
  179. this.pinkid = option.pinkId;
  180. this.cartAdd(option);
  181. } else {
  182. // 保存当前商品在购物车中的id
  183. this.cartId = option.id;
  184. this.loadData();
  185. }
  186. this.getUserInfo();
  187. },
  188. watch: {
  189. checkedPoints(newValue, oldValue) {
  190. this.integralShow = false;
  191. this.payMoneyNub();
  192. }
  193. },
  194. computed: {
  195. Postage() {
  196. let money = +this.moneyAll.storePostage;
  197. if (money == 0) {
  198. return '免运费';
  199. } else {
  200. return '¥' + money;
  201. }
  202. },
  203. payAllMoney() {
  204. return +this.moneyAll.totalPrice + +this.moneyAll.vipPrice;
  205. }
  206. },
  207. methods: {
  208. // 添加商品到购物车
  209. cartAdd(opt) {
  210. let obj = this;
  211. cartAdd({
  212. cartNum: 1, //商品数量
  213. new: 1, //商品是否新增加到购物车1为不加入0为加入
  214. mer_id: +opt.merid, //商店id
  215. combinationId: +opt.gid, //拼团商品id
  216. productId: +opt.pid //普通商品id
  217. })
  218. .then(function(e) {
  219. let da = e.data;
  220. // 獲取购物车号
  221. obj.cartId = da.cartId;
  222. // 加载数据
  223. obj.loadData();
  224. })
  225. .catch(e => {
  226. console.log(e);
  227. });
  228. },
  229. // 加载用户基础信息
  230. getUserInfo() {
  231. getUserInfo({}).then(({ data }) => {
  232. this.integralAll = data.integral;
  233. });
  234. },
  235. // 计算支付金额
  236. payMoneyNub() {
  237. computedOrderkey({
  238. orderkey: this.orderKey,
  239. useIntegral: this.checkedPoints ? 1 : 0, //是否积分抵扣
  240. couponId: this.couponChecked.id, //优惠券编号
  241. addressId: this.addressData.id //地址编号
  242. })
  243. .then(({ data }) => {
  244. console.log(data,'111');
  245. this.payType = true;
  246. this.integralShow = true;
  247. // 获取支付金额
  248. this.payPrice = +data.result.pay_price;
  249. this.integralMoney = data.result.deduction_price;
  250. })
  251. .catch(e => {
  252. console.log(e);
  253. this.integralShow = false;
  254. this.payType = false;
  255. });
  256. },
  257. // 是否使用积分
  258. checkedIntegral() {
  259. this.checkedPoints = !this.checkedPoints;
  260. },
  261. // 选中优惠券
  262. checkedCp(item) {
  263. this.couponChecked = item;
  264. this.payMoneyNub();
  265. },
  266. // // 加载优惠券列表
  267. // couponsOrder(money) {
  268. // couponsOrder({}, money).then(e => {
  269. // if (e.data.length > 0) {
  270. // this.couponListshow = true;
  271. // }
  272. // this.couponList = e.data;
  273. // });
  274. // },
  275. //顶部tab点击
  276. tabClick(index) {
  277. this.tabCurrentIndex = index;
  278. },
  279. //显示优惠券面板
  280. toggleMask(type) {
  281. let timer = type === 'show' ? 10 : 300;
  282. let state = type === 'show' ? 1 : 0;
  283. this.maskState = 2;
  284. setTimeout(() => {
  285. this.maskState = state;
  286. }, timer);
  287. },
  288. loadData() {
  289. let obj = this;
  290. confirm({ cartId: obj.cartId+'' }).then(({ data }) => {
  291. obj.addressData = data.addressInfo || {};
  292. obj.shopList = data.cartInfo; //商品列表
  293. obj.moneyAll = data.priceGroup; //金额数据
  294. obj.orderKey = data.orderKey; //订单key
  295. // 计算金额
  296. this.payMoneyNub();
  297. // 加载优惠券
  298. obj.couponsOrder(data.priceGroup.totalPrice);
  299. });
  300. },
  301. // 购买数量变化
  302. numberChange(data) {
  303. this.number = data.number;
  304. },
  305. // 修改支付方式
  306. changePayType(type) {
  307. this.payType = type;
  308. },
  309. // 提交订单
  310. submit() {
  311. if (this.checkedPoints && this.shopList.length > 1) {
  312. this.$api.msg('积分商品只可单件购买');
  313. return false;
  314. }
  315. if (!this.addressData.real_name) {
  316. this.$api.msg('请选择收货地址');
  317. return false;
  318. }
  319. let url = '/pages/money/pay?key='+ this.orderKey
  320. if(this.pinkid){
  321. url += '&pinkid='+this.pinkid
  322. }
  323. uni.navigateTo({
  324. url
  325. });
  326. }
  327. }
  328. };
  329. </script>
  330. <style lang="scss">
  331. page {
  332. background: $page-color-base;
  333. padding-bottom: 100rpx;
  334. }
  335. .navbar {
  336. display: flex;
  337. height: 80rpx;
  338. padding: 0 5px;
  339. background: #fff;
  340. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.06);
  341. position: relative;
  342. z-index: 10;
  343. .nav-item {
  344. flex: 1;
  345. display: flex;
  346. justify-content: center;
  347. align-items: center;
  348. height: 100%;
  349. font-size: $font-lg + 4rpx;
  350. color: $font-color-dark;
  351. position: relative;
  352. &.current {
  353. color: $base-color;
  354. &:after {
  355. content: '';
  356. position: absolute;
  357. left: 50%;
  358. bottom: 0;
  359. transform: translateX(-50%);
  360. width: 140rpx;
  361. height: 0;
  362. border-bottom: 2px solid $base-color;
  363. }
  364. }
  365. }
  366. }
  367. .address-section {
  368. padding: 30rpx 0;
  369. background: #fff;
  370. position: relative;
  371. border-top: 1px solid $border-color-light;
  372. .order-content {
  373. min-height: 100rpx;
  374. display: flex;
  375. align-items: center;
  376. .addAddress {
  377. text-align: center;
  378. width: 100%;
  379. display: flex;
  380. justify-content: center;
  381. align-items: center;
  382. .iconaddition {
  383. font-size: 55rpx;
  384. line-height: 1;
  385. border-radius: 100rpx;
  386. margin-right: 20rpx;
  387. }
  388. }
  389. }
  390. .iconlocation {
  391. flex-shrink: 0;
  392. display: flex;
  393. align-items: center;
  394. justify-content: center;
  395. width: 90rpx;
  396. color: #888;
  397. font-size: 44rpx;
  398. }
  399. .cen {
  400. display: flex;
  401. flex-direction: column;
  402. flex: 1;
  403. font-size: 28rpx;
  404. color: $font-color-dark;
  405. }
  406. .name {
  407. font-size: 34rpx;
  408. margin-right: 24rpx;
  409. }
  410. .address {
  411. margin-top: 16rpx;
  412. margin-right: 20rpx;
  413. color: $font-color-light;
  414. }
  415. .icon-you {
  416. font-size: 32rpx;
  417. color: $font-color-light;
  418. margin-right: 30rpx;
  419. }
  420. .a-bg {
  421. position: absolute;
  422. left: 0;
  423. bottom: 0;
  424. display: block;
  425. width: 100%;
  426. height: 5rpx;
  427. }
  428. }
  429. .goods-section {
  430. margin-top: 16rpx;
  431. background: #fff;
  432. padding-bottom: 1px;
  433. .g-header {
  434. display: flex;
  435. align-items: center;
  436. height: 84rpx;
  437. padding: 0 30rpx;
  438. position: relative;
  439. }
  440. .logo {
  441. display: block;
  442. width: 50rpx;
  443. height: 50rpx;
  444. border-radius: 100px;
  445. }
  446. .name {
  447. font-size: 30rpx;
  448. color: $font-color-base;
  449. margin-left: 24rpx;
  450. }
  451. .g-item {
  452. display: flex;
  453. margin: 20rpx 30rpx;
  454. image {
  455. flex-shrink: 0;
  456. display: block;
  457. width: 140rpx;
  458. height: 140rpx;
  459. border-radius: 4rpx;
  460. }
  461. .right {
  462. flex: 1;
  463. padding-left: 24rpx;
  464. overflow: hidden;
  465. }
  466. .title {
  467. font-size: 30rpx;
  468. color: $font-color-dark;
  469. }
  470. .spec {
  471. font-size: 26rpx;
  472. color: $font-color-light;
  473. }
  474. .price-box {
  475. display: flex;
  476. align-items: center;
  477. font-size: 32rpx;
  478. color: $font-color-dark;
  479. padding-top: 10rpx;
  480. .price {
  481. margin-bottom: 4rpx;
  482. color: $color-red;
  483. }
  484. .number {
  485. font-size: 26rpx;
  486. color: $font-color-base;
  487. margin-left: 20rpx;
  488. }
  489. }
  490. .step-box {
  491. position: relative;
  492. }
  493. }
  494. }
  495. .yt-list {
  496. margin-top: 16rpx;
  497. background: #fff;
  498. }
  499. .yt-list-cell {
  500. display: flex;
  501. align-items: center;
  502. padding: 10rpx 30rpx 10rpx 40rpx;
  503. line-height: 70rpx;
  504. position: relative;
  505. &.cell-hover {
  506. background: #fafafa;
  507. }
  508. &.b-b:after {
  509. left: 30rpx;
  510. }
  511. .cell-icon {
  512. height: 32rpx;
  513. width: 32rpx;
  514. font-size: 22rpx;
  515. color: #fff;
  516. text-align: center;
  517. line-height: 32rpx;
  518. background: #f85e52;
  519. border-radius: 4rpx;
  520. margin-right: 12rpx;
  521. &.hb {
  522. background: #ffaa0e;
  523. }
  524. &.lpk {
  525. background: #3ab54a;
  526. }
  527. }
  528. .cell-more {
  529. align-self: center;
  530. font-size: 24rpx;
  531. color: $font-color-light;
  532. margin-left: 8rpx;
  533. margin-right: -10rpx;
  534. }
  535. .cell-tit {
  536. flex: 1;
  537. font-size: 26rpx;
  538. color: $font-color-light;
  539. margin-right: 10rpx;
  540. }
  541. .cell-tip {
  542. font-size: 26rpx;
  543. color: $font-color-dark;
  544. &.disabled {
  545. color: $font-color-light;
  546. }
  547. &.active {
  548. color: $base-color;
  549. }
  550. &.red {
  551. color: $base-color;
  552. }
  553. }
  554. &.desc-cell {
  555. .cell-tit {
  556. max-width: 90rpx;
  557. }
  558. }
  559. .desc {
  560. flex: 1;
  561. text-align: right;
  562. font-size: $font-base;
  563. color: $font-color-dark;
  564. }
  565. }
  566. /* 支付列表 */
  567. .pay-list {
  568. padding-left: 40rpx;
  569. margin-top: 16rpx;
  570. background: #fff;
  571. .pay-item {
  572. display: flex;
  573. align-items: center;
  574. padding-right: 20rpx;
  575. line-height: 1;
  576. height: 110rpx;
  577. position: relative;
  578. }
  579. .icon-weixinzhifu {
  580. width: 80rpx;
  581. font-size: 40rpx;
  582. color: #6bcc03;
  583. }
  584. .icon-alipay {
  585. width: 80rpx;
  586. font-size: 40rpx;
  587. color: #06b4fd;
  588. }
  589. .icon-xuanzhong2 {
  590. display: flex;
  591. align-items: center;
  592. justify-content: center;
  593. width: 60rpx;
  594. height: 60rpx;
  595. font-size: 40rpx;
  596. color: $base-color;
  597. }
  598. .tit {
  599. font-size: 32rpx;
  600. color: $font-color-dark;
  601. flex: 1;
  602. }
  603. }
  604. .footer {
  605. position: fixed;
  606. left: 0;
  607. bottom: 0;
  608. z-index: 995;
  609. display: flex;
  610. align-items: center;
  611. width: 100%;
  612. height: 90rpx;
  613. justify-content: space-between;
  614. font-size: 30rpx;
  615. background-color: #fff;
  616. z-index: 998;
  617. color: $font-color-base;
  618. box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  619. .price-content {
  620. padding-left: 30rpx;
  621. }
  622. .price-tip {
  623. color: $font-color-base;
  624. margin-left: 8rpx;
  625. }
  626. .price {
  627. font-size: 36rpx;
  628. color: $font-color-base;
  629. }
  630. .submit {
  631. display: flex;
  632. align-items: center;
  633. justify-content: center;
  634. width: 280rpx;
  635. height: 100%;
  636. color: #fff;
  637. font-size: 32rpx;
  638. background-color: $base-color;
  639. &.submitNo {
  640. background-color: $font-color-disabled;
  641. }
  642. }
  643. }
  644. /* 优惠券面板 */
  645. .mask {
  646. display: flex;
  647. align-items: flex-end;
  648. position: fixed;
  649. left: 0;
  650. top: var(--window-top);
  651. bottom: 0;
  652. width: 100%;
  653. background: rgba(0, 0, 0, 0);
  654. z-index: 9995;
  655. transition: 0.3s;
  656. .mask-content {
  657. width: 100%;
  658. max-height: 70vh;
  659. background: #f3f3f3;
  660. transform: translateY(100%);
  661. transition: 0.3s;
  662. overflow-y: scroll;
  663. }
  664. &.none {
  665. display: none;
  666. }
  667. &.show {
  668. background: rgba(0, 0, 0, 0.4);
  669. .mask-content {
  670. transform: translateY(0);
  671. }
  672. }
  673. }
  674. /* 优惠券列表 */
  675. .coupon-item {
  676. display: flex;
  677. flex-direction: column;
  678. margin: 20rpx 24rpx;
  679. background: #fff;
  680. .con {
  681. display: flex;
  682. align-items: center;
  683. position: relative;
  684. height: 120rpx;
  685. padding: 0 30rpx;
  686. &:after {
  687. position: absolute;
  688. left: 0;
  689. bottom: 0;
  690. content: '';
  691. width: 100%;
  692. height: 0;
  693. border-bottom: 1px dashed #f3f3f3;
  694. transform: scaleY(50%);
  695. }
  696. }
  697. .left {
  698. display: flex;
  699. flex-direction: column;
  700. justify-content: center;
  701. flex: 1;
  702. overflow: hidden;
  703. height: 100rpx;
  704. }
  705. .title {
  706. font-size: 32rpx;
  707. color: $font-color-dark;
  708. margin-bottom: 10rpx;
  709. }
  710. .time {
  711. font-size: 24rpx;
  712. color: $font-color-light;
  713. }
  714. .right {
  715. display: flex;
  716. flex-direction: column;
  717. justify-content: center;
  718. align-items: center;
  719. font-size: 26rpx;
  720. color: $font-color-base;
  721. height: 100rpx;
  722. }
  723. .price {
  724. font-size: 44rpx;
  725. color: $base-color;
  726. &:before {
  727. content: '¥';
  728. font-size: 34rpx;
  729. }
  730. }
  731. .tips {
  732. font-size: 24rpx;
  733. color: $font-color-light;
  734. line-height: 60rpx;
  735. padding-left: 30rpx;
  736. }
  737. .circle {
  738. position: absolute;
  739. left: -6rpx;
  740. bottom: -10rpx;
  741. z-index: 10;
  742. width: 20rpx;
  743. height: 20rpx;
  744. background: #f3f3f3;
  745. border-radius: 100px;
  746. &.r {
  747. left: auto;
  748. right: -6rpx;
  749. }
  750. }
  751. }
  752. </style>