createOrder.vue 23 KB

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