order.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  1. <template>
  2. <view class="app-container" :class="isNoticebar ? 'hasNoticebar':''">
  3. <view class="noticebar" v-if="isNoticebar">
  4. <uni-notice-bar v-if="noticeContent" scrollable="true" single="true" showClose="true" :text="noticeContent" background-color="#f6e6e7" color="#de3749" @close="closeNoticebar"></uni-notice-bar>
  5. </view>
  6. <view class="address-container" @tap="chooseAddress">
  7. <view class="left">
  8. <view class="icon"><image src="../../static/icon/address.png"></image></view>
  9. <view class="nodata" v-if="!hasAddress">选择收货地址</view>
  10. <view class="hasdata" v-else>
  11. <view class="name">{{addressInfo.name}}<text>{{addressInfo.phone}}</text></view>
  12. <view class="address ellipsis-2">{{addressInfo.province}}{{addressInfo.city}}{{addressInfo.area}}{{addressInfo.street}}{{addressInfo.address}}{{addressInfo.houseNo}}</view>
  13. </view>
  14. </view>
  15. <image class="right" src="../../static/icon/right.png"></image>
  16. </view>
  17. <view class="card goods-container">
  18. <view class="title">商品信息</view>
  19. <block v-for="(item, index) in goodsList" :key='index'>
  20. <view class="item">
  21. <image :src="item.imgUrl"></image>
  22. <view class="right">
  23. <view class="name ellipsis-2">{{item.goodsName}}</view>
  24. <view class="des">{{item.specValue}}</view>
  25. <view class="bottom">
  26. <view class="price">
  27. <view class="price-1">¥{{item.price | numToFixed}}</view>
  28. <view class="price-2">¥{{item.orgPrice | numToFixed}}</view>
  29. </view>
  30. <u-number-box
  31. @tap.stop
  32. v-model="item.num"
  33. :min="1"
  34. :buttonSize="26"
  35. iconStyle="font-size: 12px;"
  36. :disabled="!hasAddress"
  37. @change="changeCount($event, index)">
  38. </u-number-box>
  39. </view>
  40. </view>
  41. </view>
  42. </block>
  43. </view>
  44. <view class="card row-container">
  45. <view class="item">
  46. <view class="title">优惠券</view>
  47. <view class="coupon" @tap="chooseCoupon">
  48. <text v-if="hasCoupon">{{couponInfo.couponName}}</text>
  49. <text v-else style="color: #666666;">未使用优惠券</text>
  50. <image src="../../static/icon/right.png"></image>
  51. </view>
  52. </view>
  53. <view class="item">
  54. <view class="title">配送方式</view>
  55. <view class="right" v-if="freight == 0">快递包邮</view>
  56. <view class="right" v-if="freight != 0">快递自费</view>
  57. </view>
  58. <view class="item" v-if="isServiceUser">
  59. <view class="title">工单派单方式</view>
  60. <view class="radio-group">
  61. <view class="radio" @tap="dispatchType = 1">
  62. <text class="iconfont" :class="dispatchType === 1 ? 'icon-danxuan2 active':'icon-danxuan'"></text>
  63. 自卖自装
  64. </view>
  65. <view class="radio" @tap="dispatchType = 2">
  66. <text class="iconfont" :class="dispatchType === 2 ? 'icon-danxuan2 active':'icon-danxuan'"></text>
  67. 当地安装
  68. </view>
  69. </view>
  70. </view>
  71. <view class="item">
  72. <view class="title">买家留言</view>
  73. <view class="remark"><textarea auto-height :placeholder="isApplyDialog ? '':'选填,留言建议50字内'" v-model="remark"></textarea></view>
  74. </view>
  75. </view>
  76. <view class="card row-container">
  77. <view class="item">
  78. <view class="title">商品金额</view>
  79. <view class="orange">¥{{orderInfo.totalAmount | numToFixed}}</view>
  80. </view>
  81. <view class="item">
  82. <view class="title">运费</view>
  83. <view class="orange">¥{{freight | numToFixed}}</view>
  84. </view>
  85. <view class="item">
  86. <view class="title">优惠</view>
  87. <view class="orange">-¥{{(couponInfo.couponValue ? couponInfo.couponValue : (orderInfo.exchangeAmount || 0)) | numToFixed}}</view>
  88. </view>
  89. <view class="item" v-if="orderInfo.promotionDiscountRate">
  90. <view class="title">折扣优惠</view>
  91. <view class="orange">-¥{{orderInfo.discountAmount | numToFixed}}({{orderInfo.promotionDiscountRate*10}}折)</view>
  92. </view>
  93. </view>
  94. <view class="card row-container">
  95. <view class="item">
  96. <view class="title">优惠码</view>
  97. <view class="input"><input placeholder="请输入优惠码" v-model="exchangeCode" @blur="exchangeCodeBlur()" /></view>
  98. </view>
  99. </view>
  100. <view class="card row-container">
  101. <view class="item">
  102. <view class="title">订单总金额</view>
  103. <view class="orange">¥{{orderInfo.payAmount | numToFixed}}</view>
  104. </view>
  105. <!-- <view class="item">
  106. <view class="title">减免金额申请</view>
  107. <view class="orange">-¥0.00</view>
  108. </view>
  109. <view class="item">
  110. <view class="title">应付总金额</view>
  111. <view class="orange">¥{{orderInfo.payAmount | numToFixed}}</view>
  112. </view> -->
  113. </view>
  114. <view class="bottom-container">
  115. <!-- <view class="left">共{{orderInfo.totalNum}}件,合计:<text>¥{{orderInfo.payAmount | numToFixed}}</text></view> -->
  116. <view class="btn-group">
  117. <view class="button3" @tap="toApply" v-if="(isServiceUser && isInnerrUser) && !isGiftGoods">申请减免金额</view>
  118. <view class="button2" @tap="replaceOrder" v-if="(isServiceUser || isHeadUser) && !isGiftGoods">代客下单</view>
  119. <view class="button" @tap="submitOrder">提交订单</view>
  120. </view>
  121. </view>
  122. <!-- 代客下单 -->
  123. <view class="global-mask" v-show="isCodeDialog"></view>
  124. <view class="codeDialog" v-show="isCodeDialog">
  125. <view class="close"><image src="@/static/icon/close.png" @tap="isCodeDialog = false"></image></view>
  126. <!-- <view class="code"><image :src="'data:image/jpeg;base64,' + codeUrl" mode="aspectFill"></image></view> -->
  127. <view class="code"><image :src="codeUrl" mode="aspectFill"></image></view>
  128. <view class="tips">请让客户扫码下单</view>
  129. </view>
  130. <modal-dialog showTitle="提示" showText="优惠券和优惠码只能使用其中一个" :isShowDialog="isBothDialog" @cancel="chooseDiscountWay(1)" @confirm="chooseDiscountWay(2)" cancelText="使用优惠券" confirmText="使用优惠码"></modal-dialog>
  131. <modal-dialog showTitle="提示" :showText="errorMsg" :isShowDialog="isErrorDialog" :isShowCancel="false" @confirm="isErrorDialog = false"></modal-dialog>
  132. <view class="apply-dialog" v-show="isApplyDialog">
  133. <view class="dialog">
  134. <view class="title">减免金额申请</view>
  135. <view class="content">
  136. <view class="row">
  137. <text>订单金额:¥{{orderInfo.payAmount | numToFixed}}</text>
  138. </view>
  139. <view class="row">
  140. <text>减免金额:</text><input type="digit" v-model="applyForm.amount" /><text></text>
  141. </view>
  142. <view class="row">
  143. <text>应付金额:¥{{((orderInfo.payAmount*100 - applyForm.amount*100)/100) | numToFixed}}</text>
  144. </view>
  145. <view class="row">
  146. <text>申请备注:</text><input type="text" v-model="applyForm.remark" /><text></text>
  147. </view>
  148. </view>
  149. <view class="btn">
  150. <view class="left" @tap="cancelApplyForm">取消</view>
  151. <view class="right" @tap="confirmApplyForm">提交</view>
  152. </view>
  153. </view>
  154. </view>
  155. </view>
  156. </template>
  157. <script>
  158. import {mapState} from 'vuex';
  159. import EventBus from '@/utils/eventbus.js';
  160. import modalDialog from '@/components/modalDialog.vue';
  161. export default {
  162. components:{
  163. modalDialog
  164. },
  165. data() {
  166. return {
  167. configInfo: uni.getStorageSync('configInfo'),
  168. hasAddress: false, // 是否有收货地址
  169. addressInfo: {}, // 收货地址信息
  170. hasCoupon: false, // 是否有优惠券
  171. couponInfo: {}, // 优惠券信息
  172. buyList: [], // 商品列表(从商品详情带入,用于请求订单信息接口)
  173. orderInfo: {}, // 订单信息
  174. goodsList: [], // 商品列表(从订单信息接口获取,用于渲染)
  175. freight: 0, // 运费
  176. remark: '', // 买家留言
  177. isCodeDialog: false, // 代客下单弹窗
  178. codeUrl: '', // 代客下单二维码
  179. isSeckill: false, // 是否秒杀订单
  180. secKillId: null, // 秒杀id
  181. secKillSpecId: null,
  182. secToken: null,
  183. orderId: null, // 订单id
  184. isGiftGoods: false, // 是否福利商品
  185. exchangeCode: '', // 优惠码
  186. isNoticebar: false, // 是否显示公告栏
  187. noticeContent: '', // 公告内容
  188. groupbuyId: null, // 团购id
  189. isBothDialog: false, // 优惠券和优惠码都选择的提示
  190. packageId: null, // 套购id
  191. isErrorDialog: false,
  192. errorMsg: '',
  193. dispatchType: 1,
  194. isApplyDialog: false,
  195. applyForm: {
  196. amount: '',
  197. remark: '',
  198. },
  199. }
  200. },
  201. computed:{
  202. ...mapState(['userInfo', 'isLogin', 'userId']),
  203. isServiceUser() { // 是否业务员
  204. return this.userInfo.type === 'SERVICE';
  205. },
  206. isHeadUser() { // 是否团长
  207. return this.userInfo.promotionGroupLeader;
  208. },
  209. isInnerrUser() { // 是否内部人员
  210. return this.userInfo.innerr;
  211. },
  212. total() {
  213. let price = Number(this.orderInfo.totalAmount); // 商品金额
  214. let freight = Number(this.freight); // 运费
  215. let coupon = this.couponInfo.couponValue ? Number(this.couponInfo.couponValue) : Number((this.orderInfo.exchangeAmount || 0)); // 优惠金额
  216. let total = price + freight - coupon; // 合计
  217. return total < 0 ? 0 : total;
  218. },
  219. },
  220. async onLoad({buyList, secKillId, secKillSpecId, secToken, groupbuyId, packageId}) {
  221. this.getNoticebar();
  222. this.buyList = JSON.parse(buyList);
  223. console.log(this.buyList);
  224. this.secKillId = secKillId;
  225. this.secKillSpecId = secKillSpecId;
  226. this.secToken = secToken;
  227. this.groupbuyId = groupbuyId;
  228. this.packageId = packageId;
  229. // 进入页面先获取默认地址
  230. await this.getAddress();
  231. // 获取订单信息
  232. this.getOrderInfo();
  233. // 接收地址信息
  234. EventBus.$on('chooseAddress',(result) => {
  235. this.hasAddress = true;
  236. this.addressInfo = result;
  237. this.getOrderInfo();
  238. })
  239. // 接收优惠券信息
  240. EventBus.$on('chooseCoupon',(result) => {
  241. if(result) {
  242. this.hasCoupon = true;
  243. this.couponInfo = result;
  244. }else {
  245. this.hasCoupon = false;
  246. this.couponInfo = {};
  247. }
  248. this.getOrderInfo();
  249. })
  250. },
  251. destroyed() {
  252. EventBus.$off(['chooseAddress', 'chooseCoupon']);
  253. },
  254. methods: {
  255. findElem(array, attr, val) {
  256. for (var i = 0; i < array.length; i++) {
  257. if (array[i][attr] == val) {
  258. return i; //返回当前索引值
  259. }
  260. }
  261. return -1;
  262. },
  263. // 获取公告栏
  264. getNoticebar() {
  265. this.$axios({
  266. url: '/shpping/cart/notice',
  267. method: 'get',
  268. params: {
  269. userId: this.userId
  270. }
  271. }).then(res => {
  272. this.noticeContent = res.data;
  273. this.isNoticebar = res.data ? true : false;
  274. })
  275. },
  276. // 关闭通告栏
  277. closeNoticebar() {
  278. this.isNoticebar = false;
  279. },
  280. // 获取订单信息
  281. getOrderInfo(type) {
  282. this.$axios({
  283. url: '/order/ackdata',
  284. type: 'application/json',
  285. params: {
  286. buyGoods: this.buyList,
  287. userAddressId: this.addressInfo.userAddressId,
  288. userCouponId: this.hasCoupon ? this.couponInfo.id : '',
  289. exchangeCode: this.exchangeCode,
  290. promotionGroupId: this.groupbuyId || '',
  291. goodsPackageId: this.packageId || '',
  292. },
  293. }).then(res => {
  294. if(res.code == 1100) {
  295. this.errorMsg = res.message;
  296. this.isErrorDialog = true;
  297. return false;
  298. // return this.$toast(res.message);
  299. }else if(res.code !== 200) {
  300. setTimeout(()=> {
  301. uni.navigateBack({
  302. delta: 1
  303. })
  304. }, 1000)
  305. }
  306. this.orderInfo = res.data;
  307. this.goodsList = res.data.goods;
  308. this.isSeckill = res.data.isSecKill;
  309. this.freight = res.data.freight;
  310. this.isGiftGoods = this.findElem(res.data.goods, 'isGift', true) >= 0;
  311. }).catch(res => {
  312. setTimeout(()=> {
  313. uni.navigateBack({
  314. delta: 1
  315. })
  316. }, 1000)
  317. })
  318. },
  319. // 获取地址信息
  320. async getAddress() {
  321. const result = new Promise((resolve, reject) => {
  322. this.$axios({
  323. url: '/user/address/list',
  324. method: 'get',
  325. params: {
  326. pageNum: 1,
  327. pageSize: 100,
  328. userId: this.userId
  329. }
  330. }).then(res => {
  331. let hasDefault = this.findElem(res.data.records, 'defaultAddr', true);
  332. if(hasDefault >= 0) {
  333. this.hasAddress = true;
  334. this.addressInfo = res.data.records[hasDefault];
  335. }else {
  336. this.hasAddress = false;
  337. }
  338. resolve();
  339. })
  340. })
  341. return result;
  342. },
  343. findElem(array, attr, val) {
  344. for (var i = 0; i < array.length; i++) {
  345. if (array[i][attr] == val) {
  346. return i; //返回当前索引值
  347. }
  348. }
  349. return -1;
  350. },
  351. // 去选择优惠券
  352. chooseCoupon() {
  353. // if(this.isSeckill) {
  354. // return this.$toast('秒杀商品不可使用优惠券');
  355. // }
  356. let goodsIds = [];
  357. this.goodsList.forEach(item => {
  358. goodsIds.push(item.goodsId)
  359. })
  360. let amount = Number(this.orderInfo.totalAmount) + Number(this.freight);
  361. uni.navigateTo({
  362. url: '/packageGoods/pages/coupon?orderAmount=' + amount + '&goodsIds=' + JSON.stringify(goodsIds)
  363. })
  364. },
  365. // 去选择地址
  366. chooseAddress() {
  367. uni.navigateTo({
  368. url:'/pages/mine/address/list?isChoose=' + true
  369. })
  370. },
  371. // 更改数量
  372. changeCount(e, index) {
  373. this.buyList[index].num = e.value;
  374. this.getOrderInfo();
  375. },
  376. // 礼品卡密码失去光标
  377. exchangeCodeBlur() {
  378. if(this.exchangeCode.length >= 8) {
  379. this.getOrderInfo('psw');
  380. }
  381. },
  382. // 选择优惠方式
  383. chooseDiscountWay(type) {
  384. if(type === 1) {
  385. this.exchangeCode = '';
  386. }else {
  387. this.hasCoupon = false;
  388. this.couponInfo = {};
  389. }
  390. this.isBothDialog = false;
  391. this.getOrderInfo();
  392. this.orderPay();
  393. },
  394. // 提交订单
  395. submitOrder() {
  396. let that = this;
  397. if(!this.hasAddress) {
  398. return this.$toast('请先选择收货地址');
  399. }
  400. if(!this.orderInfo.openId) {
  401. return uni.redirectTo({
  402. url: '/pages/login/index?isNotOpenid=' + true
  403. })
  404. }
  405. if(this.exchangeCode && this.hasCoupon) {
  406. return this.isBothDialog = true;
  407. }
  408. this.orderPay();
  409. },
  410. // 下单支付
  411. orderPay() {
  412. let that = this;
  413. this.$axios({
  414. url: '/order/buy',
  415. type: 'application/json',
  416. params: {
  417. userId: this.userId,
  418. buyGoods: this.buyList,
  419. buyerMsg: this.remark,
  420. userAddressId: this.addressInfo.userAddressId,
  421. userCouponId: this.hasCoupon ? this.couponInfo.id : '',
  422. exchangeCode: this.exchangeCode,
  423. promotionGroupId: this.groupbuyId || '',
  424. goodsPackageId: this.packageId || '',
  425. dispatchType: this.isServiceUser ? (this.dispatchType === 1 ? '自卖自装' : '当地安装') : '',
  426. },
  427. isLoading: 1,
  428. }).then(res => {
  429. if(res.code === 1100) {
  430. this.errorMsg = res.message;
  431. this.isErrorDialog = true;
  432. return false;
  433. // return this.$toast(res.message);
  434. }
  435. if(res.data.isPay === false) {
  436. this.$successToast('购买成功');
  437. this.orderId = res.data.id;
  438. this.requestMessage();
  439. }else {
  440. uni.getProvider({
  441. service: 'payment',
  442. success: (e) => {
  443. uni.requestPayment({
  444. provider: e.provider[0],
  445. orderInfo: res.data,
  446. timeStamp: res.data.timeStamp,
  447. nonceStr: res.data.nonceStr,
  448. package: res.data.payPackage,
  449. signType: 'MD5',
  450. paySign: res.data.paySign,
  451. success: (payRes) => {
  452. that.$successToast('购买成功');
  453. that.orderId = res.data.id;
  454. that.requestMessage();
  455. },
  456. fail: (err) => {
  457. that.$toast('支付失败');
  458. }
  459. })
  460. }
  461. })
  462. }
  463. })
  464. },
  465. // 消息推送
  466. requestMessage() {
  467. let that = this;
  468. uni.showModal({
  469. title: '温馨提示',
  470. content: '为更好的促进您与买家的交流,需要在您的订单成交时向您发送消息',
  471. confirmText: "同意",
  472. cancelText: "拒绝",
  473. success: function (res) {
  474. if (res.confirm) {
  475. let tmplIds = [that.configInfo.template];
  476. uni.requestSubscribeMessage({
  477. tmplIds: tmplIds,
  478. success (res) {
  479. let status = null;
  480. tmplIds.map((item, index) => {
  481. if(res[item] == 'accept') {
  482. status = 'accept';
  483. }
  484. })
  485. if(status == 'accept') {
  486. that.$successToast('订阅成功');
  487. }else {
  488. that.$toast('订阅取消');
  489. }
  490. setTimeout(() => {
  491. uni.reLaunch({
  492. url: '/pages/mine/order/list?tab=DFH' + '&orderId=' + that.orderId
  493. });
  494. }, 1000)
  495. },
  496. fail (res) {
  497. console.log(res);
  498. that.$toast('订阅失败');
  499. setTimeout(() => {
  500. uni.reLaunch({
  501. url: '/pages/mine/order/list?tab=DFH' + '&orderId=' + that.orderId
  502. });
  503. }, 1000)
  504. }
  505. })
  506. } else if (res.cancel) {
  507. uni.showModal({
  508. title: '温馨提示',
  509. content: '拒绝后您将无法获取实时的与卖家(买家)的交易消息',
  510. confirmText: "知道了",
  511. showCancel: false,
  512. success: function (res) {
  513. uni.reLaunch({
  514. url: '/pages/mine/order/list?tab=DFH' + '&orderId=' + that.orderId
  515. });
  516. }
  517. });
  518. }
  519. }
  520. });
  521. },
  522. // 代客下单
  523. replaceOrder() {
  524. if(!this.hasAddress) {
  525. return this.$toast('请先选择收货地址');
  526. }
  527. this.$axios({
  528. url: '/order/buy',
  529. type: 'application/json',
  530. params: {
  531. userId: this.userId,
  532. buyGoods: this.buyList,
  533. buyerMsg: this.remark,
  534. userAddressId: this.addressInfo.userAddressId,
  535. userCouponId: this.hasCoupon ? this.couponInfo.id : '',
  536. exchangeCode: this.exchangeCode,
  537. proxyUser: true,
  538. dispatchType: this.isServiceUser ? (this.dispatchType === 1 ? '自卖自装' : '当地安装') : '',
  539. },
  540. isLoading: 1,
  541. }).then(res => {
  542. if(res.code === 1100) {
  543. this.errorMsg = res.message;
  544. this.isErrorDialog = true;
  545. return false;
  546. // return this.$toast(res.message);
  547. }
  548. this.codeUrl = res.data.codeUrl.replace(/[\r\n]/g, "");
  549. this.isCodeDialog = true;
  550. })
  551. },
  552. // 打开申请减免金额表单
  553. toApply(id) {
  554. this.isApplyDialog = true;
  555. },
  556. // 取消申请减免金额表单
  557. cancelApplyForm() {
  558. this.applyForm.amount = '';
  559. this.isApplyDialog = false;
  560. },
  561. // 提交申请减免金额表单
  562. confirmApplyForm() {
  563. if(!this.applyForm.amount) {
  564. return this.$toast('请填写优惠金额');
  565. }
  566. if(this.applyForm.amount > this.orderInfo.payAmount) {
  567. return this.$toast('优惠金额不能大于订单总金额');
  568. }
  569. this.$axios({
  570. url: '/promotion/apply/apply',
  571. method: 'post',
  572. type: 'application/json',
  573. params: {
  574. userId: this.userId,
  575. buyGoods: this.buyList,
  576. buyerMsg: this.remark,
  577. userAddressId: this.addressInfo.userAddressId,
  578. userCouponId: this.hasCoupon ? this.couponInfo.id : '',
  579. exchangeCode: this.exchangeCode,
  580. promotionGroupId: this.groupbuyId || '',
  581. goodsPackageId: this.packageId || '',
  582. applyAmount: this.applyForm.amount,
  583. applyRemark: this.applyForm.remark,
  584. },
  585. isLoading: 1
  586. }).then(res => {
  587. this.cancelApplyForm();
  588. this.$successToast('提交成功');
  589. setTimeout(() => {
  590. uni.redirectTo({
  591. url: '/pages/mine/discount/list'
  592. });
  593. }, 500)
  594. })
  595. },
  596. }
  597. }
  598. </script>
  599. <style lang="scss">
  600. .app-container {
  601. background: #F4F2F2;
  602. padding: 20rpx 20rpx 160rpx;
  603. box-sizing: border-box;
  604. &.hasNoticebar {
  605. padding-top: 84rpx;
  606. }
  607. .noticebar {
  608. position: fixed;
  609. top: 0;
  610. left: 0;
  611. width: 100%;
  612. z-index: 100;
  613. }
  614. }
  615. .card {
  616. background: #FFFFFF;
  617. border-radius: 20rpx;
  618. margin-top: 20rpx;
  619. padding: 0 20rpx;
  620. }
  621. .address-container {
  622. background: #FFFFFF;
  623. border-radius: 20rpx;
  624. display: flex;
  625. justify-content: space-between;
  626. align-items: center;
  627. height: 150rpx;
  628. padding: 0 20rpx;
  629. .right {
  630. width: 16rpx;
  631. height: 28rpx;
  632. flex-shrink: 0;
  633. }
  634. .left {
  635. display: flex;
  636. align-items: center;
  637. margin-right: 20rpx;
  638. .icon {
  639. width: 52rpx;
  640. height: 52rpx;
  641. border-radius: 50%;
  642. background: linear-gradient(-90deg,#ff4042 0%, #fe781f 100%);
  643. display: flex;
  644. flex-shrink: 0;
  645. justify-content: center;
  646. align-items: center;
  647. margin-right: 20rpx;
  648. image {
  649. width: 28rpx;
  650. height: 36rpx;
  651. }
  652. }
  653. .nodata {
  654. font-size: 28rpx;
  655. color: #999999;
  656. }
  657. .hasdata {
  658. .name {
  659. font-size: 32rpx;
  660. color: #333333;
  661. text {
  662. color: #999999;
  663. font-size: 28rpx;
  664. margin-left: 16rpx;
  665. }
  666. }
  667. .address {
  668. font-size: 28rpx;
  669. color: #666666;
  670. line-height: 34rpx;
  671. margin-top: 10rpx;
  672. }
  673. }
  674. }
  675. }
  676. .goods-container {
  677. .title {
  678. font-size: 32rpx;
  679. color: #333333;
  680. line-height: 32rpx;
  681. padding-top: 20rpx;
  682. }
  683. .item {
  684. padding: 20rpx 0;
  685. display: flex;
  686. align-items: center;
  687. background: #FFFFFF;
  688. border-bottom: 1px solid #eaeaea;
  689. &:last-child {
  690. border: none;
  691. }
  692. image {
  693. width: 180rpx;
  694. height: 180rpx;
  695. display: block;
  696. margin-right: 20rpx;
  697. flex-shrink: 0;
  698. }
  699. .right {
  700. width: 470rpx;
  701. height: 190rpx;
  702. display: flex;
  703. justify-content: space-between;
  704. flex-direction: column;
  705. .name {
  706. font-size: 28rpx;
  707. color: #333333;
  708. line-height: 36rpx;
  709. height: 72rpx;
  710. }
  711. .des {
  712. font-size: 24rpx;
  713. color: #999999;
  714. line-height: 36rpx;
  715. }
  716. .bottom {
  717. display: flex;
  718. justify-content: space-between;
  719. align-items: center;
  720. .price {
  721. display: flex;
  722. flex-direction: column;
  723. }
  724. .price-1 {
  725. font-size: 32rpx;
  726. color: #FF3F42;
  727. line-height: 36rpx;
  728. }
  729. .price-2 {
  730. font-size: 26rpx;
  731. color: #666666;
  732. line-height: 30rpx;
  733. text-decoration: line-through;
  734. }
  735. }
  736. }
  737. }
  738. }
  739. .row-container {
  740. .item {
  741. display: flex;
  742. justify-content: space-between;
  743. align-items: center;
  744. min-height: 88rpx;
  745. border-bottom: 1px solid #eaeaea;
  746. &:last-child {
  747. border: none;
  748. }
  749. .title {
  750. font-size: 28rpx;
  751. color: #333333;
  752. }
  753. .coupon {
  754. display: flex;
  755. align-items: center;
  756. image {
  757. width: 16rpx;
  758. height: 28rpx;
  759. margin-left: 15rpx;
  760. }
  761. }
  762. .input {
  763. width: 500rpx;
  764. input {
  765. width: 500rpx;
  766. height: 88rpx;
  767. text-align: right;
  768. }
  769. }
  770. .radio-group {
  771. display: flex;
  772. height: 48rpx;
  773. align-items: center;
  774. .radio {
  775. display: flex;
  776. align-items: center;
  777. margin-left: 30rpx;
  778. .iconfont {
  779. font-size: 36rpx;
  780. color: #999999;
  781. margin-right: 10rpx;
  782. &.active {
  783. color: #FF3F42;
  784. }
  785. }
  786. }
  787. }
  788. .remark {
  789. width: 500rpx;
  790. textarea {
  791. width: 500rpx;
  792. padding: 20rpx 0;
  793. }
  794. }
  795. .orange {
  796. font-size: 28rpx;
  797. color: #FE781F;
  798. }
  799. }
  800. }
  801. .bottom-container {
  802. position: fixed;
  803. bottom: 0;
  804. left: 0;
  805. z-index: 99;
  806. width: 100%;
  807. box-sizing: border-box;
  808. background: #FFFFFF;
  809. padding: 0 20rpx;
  810. display: flex;
  811. justify-content: flex-end;
  812. align-items: center;
  813. height: 100rpx;
  814. .left {
  815. font-size: 28rpx;
  816. color: #333333;
  817. text {
  818. color: #FF3F42;
  819. }
  820. }
  821. .btn-group {
  822. display: flex;
  823. }
  824. .button {
  825. width: 190rpx;
  826. height: 80rpx;
  827. border-radius: 80rpx;
  828. background: linear-gradient(-90deg,#ff3f42 0%, #fe781f 100%);
  829. font-size: 28rpx;
  830. color: #FFFFFF;
  831. text-align: center;
  832. line-height: 80rpx;
  833. }
  834. .button2 {
  835. width: 190rpx;
  836. height: 80rpx;
  837. border-radius: 80rpx;
  838. font-size: 28rpx;
  839. color: #FF3F42;
  840. text-align: center;
  841. line-height: 80rpx;
  842. margin-right: 10rpx;
  843. border: 1px solid #FF3F42;
  844. box-sizing: border-box;
  845. }
  846. .button3 {
  847. width: 220rpx;
  848. height: 80rpx;
  849. border-radius: 80rpx;
  850. font-size: 28rpx;
  851. color: #ffffff;
  852. text-align: center;
  853. line-height: 80rpx;
  854. margin-right: 10rpx;
  855. border: 1px solid #FF3F42;
  856. background: #FF3F42;
  857. box-sizing: border-box;
  858. }
  859. }
  860. .codeDialog {
  861. position: fixed;
  862. top: 40%;
  863. left: 150rpx;
  864. z-index: 999;
  865. width: 400rpx;
  866. background: #FFFFFF;
  867. border-radius: 10rpx;
  868. box-sizing: border-box;
  869. padding: 20rpx 20rpx 40rpx;
  870. display: flex;
  871. flex-direction: column;
  872. align-items: center;
  873. .close {
  874. width: 100%;
  875. display: flex;
  876. justify-content: flex-end;
  877. image {
  878. width: 32rpx;
  879. height: 32rpx;
  880. display: block;
  881. }
  882. }
  883. .code {
  884. margin-top: 10rpx;
  885. image {
  886. width: 280rpx;
  887. height: 280rpx;
  888. display: block;
  889. }
  890. }
  891. .tips {
  892. font-size: 28rpx;
  893. color: #666666;
  894. margin-top: 20rpx;
  895. }
  896. }
  897. .apply-dialog {
  898. position: fixed;
  899. top: 0;
  900. left: 0;
  901. z-index: 9999;
  902. width: 100%;
  903. height: 100%;
  904. background: rgba(0, 0, 0, 0.3);
  905. display: flex;
  906. align-items: center;
  907. justify-content: center;
  908. .dialog {
  909. width: 600rpx;
  910. background: #FFFFFF;
  911. border-radius: 20rpx;
  912. overflow: hidden;
  913. .title {
  914. font-size: 36rpx;
  915. font-weight: 500;
  916. text-align: center;
  917. line-height: 100rpx;
  918. padding-bottom: 10rpx;
  919. }
  920. .content {
  921. padding: 0 40rpx 30rpx;
  922. .row {
  923. height: 50rpx;
  924. display: flex;
  925. align-items: center;
  926. margin-bottom: 10rpx;
  927. font-size: 28rpx;
  928. color: #333333;
  929. input {
  930. flex: 1;
  931. height: 50rpx;
  932. border: 1px solid #E5E5E5;
  933. margin-right: 16rpx;
  934. padding: 0 12rpx;
  935. font-size: 28rpx;
  936. }
  937. }
  938. }
  939. .btn {
  940. border-top: 1px solid #eaeaea;
  941. display: flex;
  942. &> view {
  943. flex: 1;
  944. text-align: center;
  945. line-height: 100rpx;
  946. font-size: 32rpx;
  947. &.left {
  948. color: #666666;
  949. }
  950. &.right {
  951. color: #FFFFFF;
  952. background: #FF3F42;
  953. }
  954. }
  955. }
  956. }
  957. }
  958. </style>