refund.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. <template>
  2. <view class="box">
  3. <view class="cont">
  4. <view class="itemBox flex">
  5. </image>
  6. <image class="itemIMg" src="../../static/timg/noimg.png" mode=""></image>
  7. <view class="itemRight">
  8. <view class="itemName">普调洗车</view>
  9. <view class="priceBox">
  10. <view class="price">¥9</view>
  11. </view>
  12. </view>
  13. </view>
  14. <view class="goodsBox">
  15. <view class="goodsline flex" >
  16. <view class="goodsLeft">退款原因 <span class="xinghao">*</span></view>
  17. <view class="goodRight ckLine" @click="reasonS">
  18. <span>请至少选择一项</span>
  19. <image src="../../static/timg/icon_arrow_right.png" mode="" class="jtIcon"></image>
  20. </view>
  21. </view>
  22. <view class="goodsline flex" >
  23. <view class="goodsLeft">退款份数</view>
  24. <view class="goodRight" >
  25. <view class="numJsbox">
  26. <view class="numJj" @click="calculation(1)">-</view>
  27. <view class="goodsnum">
  28. <input type="number" value="" v-model="goodsnum" class="goodsnumInput"/>
  29. </view>
  30. <view class="numJj" @click="calculation(2)">+</view>
  31. </view>
  32. </view>
  33. </view>
  34. <view class="goodsline flex" >
  35. <view class="goodsLeft">退款份数</view>
  36. <view class="goodRight" style="color: #666666;">
  37. 10份
  38. </view>
  39. </view>
  40. <view class="goodsline flex" >
  41. <view class="tkPrice">
  42. <view class="tkPrice1">退款金额</view>
  43. <view class="tkPrice2">实际退款金额以到账金额为准</view>
  44. </view>
  45. <view class="tkPriceNum">¥9</view>
  46. </view>
  47. <view class="goodsline flex" >
  48. <view class="goodsLeft">退款方式</view>
  49. <view class="goodRight" style="font-size: 26rpx;font-weight: 500;color: #222222;">原路退回</view>
  50. </view>
  51. </view>
  52. <view class="goodsBox">
  53. <view class="goodsline flex" >
  54. <view class="goodsLeft">商品是否已使用 <span class="xinghao">*</span></view>
  55. <view class="goodRight " >
  56. <picker @change="bindPickerChange" :value="index" :range="array">
  57. <view class="ckLine" v-if="index==''">
  58. <span>请选择</span>
  59. <image src="../../static/timg/icon_arrow_right.png" mode="" class="jtIcon"></image>
  60. </view >
  61. <view v-else class="ckLine" ><span>{{array[index]}}</span>
  62. <image src="../../static/timg/icon_arrow_right.png" mode="" class="jtIcon"></image>
  63. </view>
  64. </picker>
  65. </view>
  66. </view>
  67. <view class="tkSm" style="padding-top: 8rpx;">退款说明</view>
  68. <view>
  69. <textarea class="tktextarea" name="" placeholder="请输入退款说明" id="" cols="30" rows="10"></textarea>
  70. <view class="textareaNum">{{textareaNum}}/500</view>
  71. </view>
  72. <!-- 图片 -->
  73. <view class="secondView">
  74. <view class="tkSm">退款凭证</view>
  75. <view class="imgBox">
  76. <view :class="{img4:(imgindex+1)%4==0}" class="imgLine" v-for="(img,imgindex) in imgArr">
  77. <image :src="img" mode="aspectFit" class="itemImg"></image>
  78. <image src="../../static/img/icon_del_red.png" mode="aspectFit" class="delImg" @click="delimg(imgindex)">
  79. </image>
  80. </view>
  81. <view class="img4" @click="uploadImg">
  82. <image src="../../static/img/btn_pic.png" mode="" class="itemImg"></image>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. </view>
  88. <view class="gaodu"></view>
  89. <view class="bottomBox">
  90. <view class="bottomMS">申请退款后不可取消,钱款预期1-3个自然</view>
  91. <view class="bottom">
  92. <view class="bleft">
  93. <span>退款金额</span>
  94. <span style="color: #EC0F0A;padding-left: 6rpx;">¥</span>
  95. <span style="font-weight: 500;font-size: 34rpx;color: #EC0F0A;">9</span>
  96. </view>
  97. <view class="Btn commonBtn" @click="submitFn">提交</view>
  98. </view>
  99. </view>
  100. <view class="reasonBox" v-if="reasonShow">
  101. <view class="reasonCont">
  102. <view class="reasonTop">
  103. <view class="chahao"></view>
  104. <view class="tkTitle">请选择退款原因</view>
  105. <image @click="qdTkclose" class="chahao" src="../../static/img2/chahao.png" mode=""></image>
  106. </view>
  107. <view class="reasonContLineBox">
  108. <view v-for="(item,index) in 3" class="jiekouLIne">
  109. <view class="reasonContLineTitle">商品相关</view>
  110. <view class="reasonContLine" v-for="(i,ix) in 3">
  111. <view class="reasonContLineTxt">包装/商品破损/污渍</view>
  112. <view class="reasonContLineCk"></view>
  113. </view>
  114. </view>
  115. </view>
  116. <view style="height: 200rpx;"></view>
  117. <view class="reasonBottom">
  118. <view class="reasonBottomBtn">确定</view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. </template>
  124. <script>
  125. export default {
  126. components: {
  127. },
  128. data() {
  129. return {
  130. themeColor:'',
  131. ext:'',
  132. goodsnum:1,
  133. itemDefault:'',
  134. totalPrice:'',
  135. sheetDetail:[],
  136. userInfo:'',
  137. carInfo:'',
  138. customerInfo:'',
  139. textareaNum:0,
  140. reasonShow:false,
  141. imgArr: [],
  142. array:['未使用','已使用'],
  143. index: '',
  144. }
  145. },
  146. onLoad(opt) {
  147. this.ext = this.$common.getExtStoreId();
  148. this.themeColor = uni.getStorageSync("themeColor");
  149. this.itemDefault=uni.getStorageSync("itemDefault");
  150. this.totalPrice=this.itemDefault.goodsnum*this.itemDefault.money
  151. this.totalPrice=this.totalPrice.toFixed(2)
  152. var obj={
  153. itemId:this.itemDefault.itemId,
  154. itemName:this.itemDefault.goodsname,
  155. itemQty:this.itemDefault.goodsnum,
  156. salePrice:this.itemDefault.money,
  157. totalPrice:this.totalPrice,
  158. packageItemID:this.itemDefault.id,
  159. }
  160. this.sheetDetail.push(obj)
  161. this.carInfo=this.$store.state.carInfo;
  162. this.userInfo=uni.getStorageSync("wxOpenData");
  163. this.customerInfo=uni.getStorageSync("customerInfo")
  164. console.log(this.userInfo)
  165. },
  166. onShow() {
  167. },
  168. methods: {
  169. bindPickerChange(e){
  170. console.log(e)
  171. this.index=e.detail.value
  172. },
  173. reasonS(){
  174. this.reasonShow=true;
  175. },
  176. qdTkclose(){
  177. this.reasonShow=false;
  178. },
  179. calculation(type){
  180. if(type==1){
  181. if(this.goodsnum>1){
  182. this.goodsnum--
  183. }
  184. }else{
  185. console.log("+++")
  186. this.goodsnum++
  187. }
  188. },
  189. submitFn(){
  190. uni.navigateTo({
  191. url:'refundDetail'
  192. })
  193. /* var params={
  194. }
  195. uni.showLoading({
  196. title: '加载中'
  197. })
  198. this.$http('openMallOrder/submitOrder', params,'POST').then(res => {
  199. uni.hideLoading();
  200. if(res.code==0){
  201. this.orderData=res.data
  202. this.unifiedPay(res.data)
  203. }else{
  204. uni.showToast({
  205. title: res.msg,
  206. icon: 'none',
  207. duration: 3000
  208. });
  209. }
  210. }) */
  211. },
  212. unifiedPay(res){
  213. this.$http('openMallOrder/unifiedPay', {
  214. sheetId:res.id
  215. },'POST').then(res => {
  216. this.isgo=true;
  217. if(res.code==0){
  218. this.requestPayment(res.data)
  219. }else{
  220. uni.showToast({
  221. title: res.msg,
  222. icon: 'none',
  223. duration: 3000
  224. });
  225. }
  226. })
  227. },
  228. uploadImg() {
  229. var that = this;
  230. var length = this.imgArr.length;
  231. var num = 5;
  232. if (length > 4) {
  233. uni.showToast({
  234. title: '最多上传5张',
  235. icon: 'none',
  236. duration: 2000,
  237. });
  238. return false;
  239. }
  240. uni.chooseImage({
  241. sourceType: ['album', 'camera'],
  242. count: num - length,
  243. sizeType:['compressed'],
  244. success: (chooseImageRes) => {
  245. const tempFilePaths = chooseImageRes.tempFilePaths;
  246. /* uni.uploadFile({
  247. url: that.$request.baseUrl+'accompany/SuperCheckSheet/uploadFile', //仅为示例,非真实的接口地址
  248. filePath: tempFilePaths[0],
  249. name: 'file',
  250. formData: {
  251. 'user': 'test'
  252. },
  253. success: (uploadFileRes) => {
  254. console.log(JSON.parse(uploadFileRes.data).data );
  255. that.imgArr=that.imgArr.concat(JSON.parse(uploadFileRes.data).data) ;
  256. }
  257. }); */
  258. tempFilePaths.forEach(v => {
  259. console.log(that.$request.baseUrl + 'tuhuUploadFile');
  260. uni.uploadFile({
  261. url: that.$request.baseUrl + 'tuhuUploadFile',
  262. filePath: v,
  263. name: 'file',
  264. formData: {
  265. 'user': 'test'
  266. },
  267. success: (uploadFileRes) => {
  268. console.log(JSON.parse(uploadFileRes.data).data);
  269. that.imgArr = that.imgArr.concat(JSON.parse(
  270. uploadFileRes.data).data);
  271. console.log('imgArr--',that.imgArr);
  272. }
  273. });
  274. })
  275. /* that.$http('accompany/SuperCheckSheet/uploadFile', tempFilePaths[0], 'POST').then(res => {
  276. }) */
  277. }
  278. });
  279. },
  280. delimg(index) {
  281. this.imgArr.splice(index, 1)
  282. },
  283. requestPayment(res){
  284. var payInfo=res;
  285. //console.log(payInfo)
  286. //console.log(String(Date.now()))
  287. var that=this;
  288. uni.requestPayment({
  289. provider: 'wxpay',
  290. //timeStamp: String(Date.now()),
  291. timeStamp: payInfo.timeStamp,
  292. nonceStr: payInfo.nonceStr,
  293. package:payInfo.package,
  294. signType: payInfo.signType,
  295. paySign: payInfo.paySign,
  296. appid:payInfo.appId,
  297. success: function (res) {
  298. console.log('success:' + JSON.stringify(res));
  299. uni.showToast({
  300. title: '支付成功',
  301. icon:'none',
  302. duration: 2000
  303. });
  304. uni.navigateTo({
  305. url:'paySuccess?type=1&orderType=1'
  306. })
  307. },
  308. fail: function (err) {
  309. console.log(err)
  310. uni.showToast({
  311. title: '支付失败',
  312. icon:'none',
  313. duration: 2000
  314. });
  315. uni.navigateTo({
  316. url:'paySuccess?type=2&orderType=1'
  317. })
  318. }
  319. });
  320. },
  321. }
  322. }
  323. </script>
  324. <style scoped lang="less">
  325. .box {
  326. width: 100vw;
  327. min-height: 100vh;
  328. background: #F4F4F4;
  329. }
  330. .reasonTop{
  331. display: flex;justify-content: space-between;
  332. padding: 32rpx 42rpx;
  333. }
  334. .chahao{
  335. width: 21rpx;height: 21rpx;
  336. padding-top: 10rpx;
  337. }
  338. .tkTitle{
  339. font-weight: 500;
  340. font-size: 28rpx;
  341. color: #222222;
  342. line-height: 40rpx;
  343. }
  344. .reasonBox{
  345. position: fixed;
  346. left: 0;
  347. top: 0;
  348. height: 100vh;
  349. width: 750rpx;
  350. background: rgba(0, 0, 0, 0.5);
  351. }
  352. .reasonCont{
  353. height: 70vh;
  354. width: 750rpx;
  355. background: #FFFFFF;
  356. border-radius: 28rpx 28rpx 0rpx 0rpx;
  357. position: absolute;
  358. left: 0;
  359. bottom: 0;
  360. }
  361. .reasonContLine{
  362. display: flex;justify-content: space-between;
  363. padding: 15rpx 0;
  364. }
  365. .reasonContLineTitle{
  366. font-weight: 500;
  367. font-size: 28rpx;
  368. color: #222222;
  369. }
  370. .reasonContLineTxt{
  371. font-weight: 400;
  372. font-size: 28rpx;
  373. color: #222222;
  374. line-height: 40rpx;
  375. }
  376. .reasonContLineCk{
  377. width: 28rpx;
  378. height: 28rpx;
  379. border: 2rpx solid #9A9A9A;
  380. border-radius: 16rpx;
  381. margin-top: 6rpx;
  382. }
  383. .reasonContLineBox{
  384. padding: 0 33rpx;
  385. height: calc(70vh - 270rpx);
  386. overflow-y: scroll;
  387. }
  388. .ckLine{
  389. display: flex;color: #9A9A9A;
  390. font-size: 26rpx;
  391. }
  392. .xinghao{
  393. color: #EC0F0A;
  394. }
  395. .jtIcon{
  396. width: 12rpx;height: 20rpx;
  397. margin-top: 8rpx;
  398. margin-left: 10rpx;
  399. }
  400. .tkPrice1{
  401. font-size: 26rpx;
  402. color: #222222;
  403. }
  404. .tkPrice2{
  405. font-size: 24rpx;
  406. color: #9A9A9A;
  407. padding-top: 8rpx;
  408. }
  409. .tkPriceNum{
  410. font-size: 26rpx;
  411. color: #EC0F0A;
  412. line-height: 50rpx;
  413. }
  414. .textareaNum{
  415. padding-bottom: 18rpx;
  416. }
  417. .tkSm{
  418. font-size: 26rpx;
  419. color: #222222;
  420. padding-top: 18rpx;
  421. }
  422. .tktextarea{
  423. font-size: 26rpx;
  424. background: #F7F7F7;
  425. border-radius: 14rpx;
  426. margin-top: 20rpx;
  427. width: 610rpx;padding: 24rpx;
  428. margin-bottom: 10rpx;
  429. line-height: 40rpx;
  430. }
  431. .textareaNum{
  432. font-size: 24rpx;
  433. color: #9A9A9A;
  434. display: flex;justify-content: flex-end;
  435. }
  436. .cont{
  437. padding: 20rpx 24rpx;
  438. }
  439. .itemBox{
  440. background: #FFFFFF;
  441. border-radius: 16rpx;padding: 24rpx;
  442. }
  443. .itemIMg{
  444. width: 128rpx;
  445. height: 128rpx;border-radius: 10rpx;
  446. }
  447. .flex{
  448. display: flex;
  449. }
  450. .itemRight{
  451. width: 450rpx;padding-left: 24rpx;
  452. }
  453. .itemName{
  454. font-weight: 500;
  455. font-size: 28rpx;
  456. color: #222222;
  457. line-height: 40rpx;
  458. }
  459. .buyType{
  460. padding: 0 8rpx;text-align: center;
  461. height: 32rpx;line-height: 34rpx;
  462. border-radius: 5rpx;
  463. border: 1px solid #FF0035;font-size: 22rpx;
  464. color: #FF0035;
  465. margin-top: 10rpx;
  466. }
  467. .priceBox{
  468. display: flex;justify-content: space-between;padding-top: 40rpx;
  469. }
  470. .price{
  471. font-size: 28rpx;
  472. color: #222222;
  473. line-height: 50rpx;
  474. }
  475. .itemNum{
  476. font-size: 34rpx;line-height: 50rpx;
  477. color: #686868;
  478. }
  479. .itemnotes{
  480. font-size: 24rpx;padding-top: 12rpx;
  481. color: #FFC107;
  482. }
  483. .mealBox{
  484. background: #FFFFFF;
  485. padding: 20rpx 24rpx;
  486. margin-top: 20rpx;
  487. font-size: 26rpx;
  488. color: #666666;
  489. border-radius: 16rpx;
  490. }
  491. .fwlcTitle{
  492. color: #333333;font-size: 30rpx;font-weight: 500;
  493. padding-bottom: 20rpx;
  494. }
  495. .mealTop{
  496. display: flex;
  497. justify-content: space-between;
  498. height: 72rpx;
  499. line-height: 72rpx;
  500. font-weight: 500;
  501. font-size: 26rpx;
  502. color: #222222;
  503. font-size: 26rpx;
  504. padding: 0 20rpx;
  505. }
  506. .mealNum{
  507. text-align: center;
  508. width: 120rpx;
  509. }
  510. .mealexpire{
  511. text-align: center; width: 120rpx;
  512. }
  513. .mealName{
  514. width: 460rpx;
  515. }
  516. .mealTop2{
  517. display: flex;
  518. justify-content: space-between;
  519. height: 72rpx;
  520. line-height: 72rpx;
  521. font-weight: 500;
  522. font-size: 26rpx;
  523. color: #222222;
  524. font-size: 26rpx;
  525. padding: 0 20rpx;
  526. background: #FFF6DB;
  527. }
  528. .mealXj{
  529. background: #FFFCF3;
  530. }
  531. .xjLine{
  532. display: flex;
  533. font-weight: 500;
  534. font-size: 26rpx;
  535. color: #222222;
  536. padding: 20rpx 20rpx;
  537. }
  538. .xjyd{
  539. width: 8rpx;
  540. height: 8rpx;
  541. background: #FABF1B;
  542. border-radius: 50rpx;
  543. margin-top: 12rpx;
  544. margin-right: 10rpx;
  545. }
  546. .mealMs{
  547. background: #FFFFFF;
  548. padding: 20rpx;
  549. font-weight: 400;
  550. font-size: 24rpx;
  551. color: #9A9A9A;
  552. line-height: 38rpx;
  553. }
  554. .goodsBox{
  555. padding:18rpx 24rpx;font-size: 26rpx;
  556. color: #222222;background: #FFFFFF;margin-top: 20rpx;
  557. border-radius: 16rpx;
  558. }
  559. .goodsline{
  560. justify-content: space-between;
  561. padding: 18rpx 0;
  562. }
  563. .bottom{
  564. display: flex;
  565. justify-content: space-between;
  566. width: 100%;
  567. padding:30rpx 0 10rpx 0;
  568. }
  569. .reasonBottom{
  570. position: absolute;
  571. left: 0;bottom: 0;
  572. padding: 30rpx 0;
  573. padding-bottom: constant(safe-area-inset-bottom);
  574. padding-bottom: env(safe-area-inset-bottom);
  575. width: 100%;
  576. background: #FFFFFF;
  577. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(153, 153, 153, 0.2);
  578. }
  579. .reasonBottomBtn{
  580. width: 661rpx;
  581. height: 86rpx;
  582. background: #EC0F0A;
  583. border-radius: 43rpx;
  584. line-height: 86rpx;
  585. text-align: center;
  586. font-size: 32rpx;
  587. color: #FFFFFF;
  588. margin: 0 auto;
  589. }
  590. .bottomBox{
  591. position: fixed;
  592. left: 0;bottom: 0;
  593. padding-bottom: constant(safe-area-inset-bottom);
  594. padding-bottom: env(safe-area-inset-bottom);
  595. width: 100%;
  596. background: #FFFFFF;
  597. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(153, 153, 153, 0.2);
  598. }
  599. .bottomMS{
  600. font-size: 24rpx;
  601. color: #706F77;
  602. padding-top: 20rpx;padding-left: 32rpx;
  603. }
  604. .bleft{
  605. font-weight: 500;
  606. font-size: 26rpx;
  607. color: #222222;
  608. line-height: 86rpx;
  609. padding-left: 32rpx;
  610. }
  611. .Btn{
  612. width: 467rpx;
  613. height: 86rpx;text-align: center;
  614. line-height: 86rpx;
  615. background: #FCD903;
  616. border-radius: 43rpx;
  617. font-size: 32rpx;
  618. color: #110B01;
  619. margin-right: 36rpx;
  620. }
  621. .mealBox img{
  622. width: 100%;
  623. }
  624. .mealBox image{
  625. width: 100%;
  626. }
  627. .numJsbox{
  628. display: flex;overflow: hidden;
  629. }
  630. .buyCont{
  631. position: absolute;
  632. left: 0;
  633. bottom: 0;
  634. width: 750rpx;
  635. height: 688rpx;
  636. background: #FFFFFF;
  637. border-radius: 26rpx 26rpx 0px 0px;
  638. }
  639. .buyNumBox{
  640. padding: 30rpx;
  641. padding-top: 10rpx;
  642. padding-bottom: 70rpx;
  643. }
  644. .buyContCh{
  645. position: absolute;
  646. top: 53rpx;
  647. right: 36rpx;
  648. width: 36rpx;
  649. height: 36rpx;
  650. }
  651. .goodsnum{
  652. width: 44rpx;
  653. height: 44rpx;
  654. background: #F4F5F7;
  655. line-height: 44rpx;
  656. text-align: center;
  657. font-weight: 500;
  658. color: #333333;
  659. font-size: 24rpx;
  660. margin: 0 4rpx;
  661. border-left:1px solid #dddddd;
  662. border-right:1px solid #dddddd;
  663. }
  664. .goodsnumInput{
  665. width: 44rpx;
  666. height: 44rpx;
  667. background: #FFFFFF;
  668. line-height: 44rpx;
  669. text-align: center;
  670. font-weight: 500;
  671. color: #333333;
  672. font-size: 24rpx;
  673. }
  674. .numJj{
  675. width: 44rpx;
  676. height: 44rpx;
  677. background: #ffffff;
  678. border-radius: 0px 6rpx 6rpx 0px;
  679. text-align: center;
  680. line-height: 44rpx;
  681. font-size: 32rpx;
  682. color: #999999;
  683. }
  684. .numJsbox{
  685. border: 1px solid #dddddd;
  686. border-radius: 6rpx;
  687. }
  688. .imgBox {
  689. display: flex;
  690. flex-wrap: wrap;
  691. padding-top: 15rpx;
  692. }
  693. .imgLine {
  694. position: relative;
  695. margin-right: 20.6rpx;
  696. }
  697. .img4{
  698. margin-right: 0rpx;
  699. }
  700. .itemImg {
  701. width: 150rpx;
  702. height: 150rpx;
  703. margin-bottom: 20rpx;
  704. }
  705. .delImg {
  706. width: 32rpx;
  707. height: 32rpx;
  708. position: absolute;
  709. right: 0rpx;
  710. top: 0rpx;
  711. }
  712. .gaodu{
  713. height: 200rpx;
  714. padding-bottom: constant(safe-area-inset-bottom);
  715. padding-bottom: env(safe-area-inset-bottom);
  716. }
  717. .jiekouLIne{
  718. padding-bottom: 36rpx;
  719. }
  720. </style>