createOrder.vue 22 KB

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