createOrder.vue 23 KB

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