createOrder.vue 23 KB

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