createOrder.vue 23 KB

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