createOrder.vue 24 KB

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