index.vue 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569
  1. <template>
  2. <view :style="colorStyle" v-if="orderDetail.orderState">
  3. <view class="wait_panel">
  4. <view class="w1">
  5. <view v-if="orderStatus != 8" class="imageView">
  6. <image v-if="orderDetail.orderState == 5" src="http://www.gzzzyd.com/groupon/home_slices/取消订单小@2x.png" mode="scaleToFill" />
  7. <image v-else-if="orderDetail.orderState == 4" src="http://www.gzzzyd.com/groupon/home_slices/已完成@2x.png" mode="scaleToFill" />
  8. <image v-else src="http://www.gzzzyd.com/groupon/order_details/时间.png" mode="scaleToFill" />
  9. </view>
  10. <view v-if="orderStatus == 8" class="imageView">
  11. <image src="http://www.gzzzyd.com/groupon/home_slices/退款中@2x.png" mode="scaleToFill" />
  12. </view>
  13. <text v-if="orderStatus != 8">
  14. <text v-if="orderDetail.orderState == 4" class="success_status">{{orderDetail.orderStateDesc}}</text>
  15. <text v-else class="status">{{orderDetail.orderStateDesc}}</text>
  16. </text>
  17. <text v-if="orderStatus == 8">
  18. <text class="refund_status">{{orderDetail.afterSalesDesc}}</text>
  19. </text>
  20. </view>
  21. <view class="w2" v-if="orderDetail.orderState == 1">
  22. 需付款: <text class="red">¥{{orderDetail.paymentAmount}}</text>
  23. <text class="" style="margin-right:20rpx;" >
  24. 剩余:
  25. </text>
  26. <u-count-down :time="orderDetail.remainTime * 1000" format="mm分ss秒"></u-count-down>
  27. </view>
  28. <view class="w2" v-if="orderDetail.orderState == 2 && !orderDetail.afterSales">
  29. 取货码
  30. </view>
  31. <view class="w2" v-if="orderDetail.orderState == 8 && orderDetail.afterSales.status == 4 ">
  32. 请联系团长处理售后问题
  33. </view>
  34. <view class="w3">
  35. <button v-if="orderDetail.orderState == 1" @click="goPay(orderDetail)">
  36. 去支付
  37. </button>
  38. <button v-if="orderDetail.orderState == 2 && !orderDetail.afterSales">
  39. {{orderDetail.pickupCode}}
  40. </button>
  41. </view>
  42. </view>
  43. <view class="all-products-body" v-for="(item, index) in orderDetail.goodsList" :key="index">
  44. <view class="all-products-item " @click="addGoodPopupShow = true">
  45. <image
  46. :src="item.goodsImage"
  47. mode="scaleToFill" />
  48. <view class="all-products-item-content">
  49. <view class="all-products-item-content-t">
  50. {{item.goodsName}}
  51. </view>
  52. <view class="all-products-item-content-b">
  53. <view style="display:flex;">
  54. <text class="red"> ¥{{item.goodsPrice}}</text>
  55. <text v-if="item.isAfterSales == 1 && orderStatus != 8" class="count">有售后</text>
  56. </view>
  57. <view>
  58. <view class="count"> x {{item.goodsNum}}</view>
  59. </view>
  60. </view>
  61. </view>
  62. </view>
  63. </view>
  64. <view class='order-submission'>
  65. <view>
  66. <view class="nav acea-row">
  67. <view class="item font-num" :class="shippingType == 0 ? 'on' : 'on2'" @tap="addressType(0)"
  68. v-if='store_self_mention && is_shipping'></view>
  69. <view class="item font-num" :class="shippingType == 1 ? 'on' : 'on2'" @tap="addressType(1)"
  70. v-if='store_self_mention && is_shipping'></view>
  71. </view>
  72. <view class='address-info' @tap='onAddress'>
  73. <block>
  74. <view class="a-t">
  75. <view class="t1">
  76. 自提门店
  77. </view>
  78. <view class="t2" v-if="orderDetail.orderState == 1" @click="getSelfTakeList">
  79. 更换自提网点
  80. <image src="http://www.gzzzyd.com/groupon/order_details/切换_面24@2x.png" mode="scaleToFill" />
  81. </view>
  82. </view>
  83. <view class="a-m">
  84. <view class="am1">
  85. <view class="am1-1">
  86. {{orderDetail.selfTake.name}}
  87. </view>
  88. <view class="am1-2">
  89. 距您{{orderDetail.selfTake.distanceDesc}}
  90. <image src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png" mode="scaleToFill" />
  91. </view>
  92. </view>
  93. <view class="am2">
  94. {{orderDetail.selfTake.address}}
  95. </view>
  96. <view class="am3">
  97. 营业时间 {{orderDetail.selfTake.busStartTimeDesc}}-{{orderDetail.selfTake.busEndTimeDesc}}
  98. </view>
  99. </view>
  100. <view class="a-b">
  101. <view class="a-b1">
  102. 对接团长:
  103. <text class="red">
  104. {{orderDetail.commander}}
  105. </text>
  106. </view>
  107. <view class="a-b2">
  108. <image src="http://www.gzzzyd.com/groupon/order_details/微信@2x.png" mode="scaleToFill" @click="openGroupWx(orderDetail.qrCode)"/>
  109. <image src="http://www.gzzzyd.com/groupon/order_details/电话键盘_填充@2x.png" mode="scaleToFill" @click="callPhone(orderDetail.phone)"/>
  110. </view>
  111. </view>
  112. </block>
  113. </view>
  114. <view class="payment-details">
  115. <view class="p_box" style="margin-bottom: 20rpx;" v-if="orderDetail.orderState != 8">
  116. <view class="p-t">
  117. 订单信息
  118. </view>
  119. <view class="p-b-item">
  120. <view class="item-lable">订单编号</view>
  121. <view class="item-value2">{{orderDetail.orderNo}}</view>
  122. </view>
  123. <view class="p-b-item">
  124. <view class="item-lable">下单时间</view>
  125. <view class="item-value2">{{orderDetail.createTime}}</view>
  126. </view>
  127. <view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
  128. <view class="item-lable">支付方式</view>
  129. <view class="item-value2">{{orderDetail.paymentModeDesc}}</view>
  130. </view>
  131. <view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
  132. <view class="item-lable">支付时间</view>
  133. <view class="item-value2">{{orderDetail.paymentTime}}</view>
  134. </view>
  135. </view>
  136. <view class="p_box" v-if="orderDetail.orderState != 8">
  137. <view class="p-t">
  138. 付款明细
  139. </view>
  140. <view class="p-b-item">
  141. <view class="item-lable">商品金额</view>
  142. <view class="item-value">¥{{orderDetail.totalAmount}}</view>
  143. </view>
  144. <view class="p-b-item">
  145. <view class="item-lable">积分抵扣</view>
  146. <view class="item-value">¥0</view>
  147. </view>
  148. <view class="p-b-item">
  149. <view class="item-lable">总计金额</view>
  150. <view class="item-value">¥{{orderDetail.paymentAmount}}</view>
  151. </view>
  152. </view>
  153. <view class="p_box" v-if="orderStatus == 8">
  154. <view class="p-t">
  155. 售后信息
  156. </view>
  157. <view class="p-b-item">
  158. <view class="item-lable">订单编号</view>
  159. <view class="item-value2">{{orderDetail.orderNo}}</view>
  160. </view>
  161. <view class="p-b-item">
  162. <view class="item-lable">售后原因</view>
  163. <view class="item-value2">{{orderDetail.afterSalesReason}}</view>
  164. </view>
  165. <view class="p-b-item">
  166. <view class="item-lable">申请时间</view>
  167. <view class="item-value2">{{orderDetail.refundApplyTime}}</view>
  168. </view>
  169. <view class="p-b-item">
  170. <view class="item-lable">售后编号</view>
  171. <view class="item-value2">{{orderDetail.refundNo}}</view>
  172. </view>
  173. <view class="p-b-item">
  174. <view class="item-lable">退款方式</view>
  175. <view class="item-value2">原路返还</view>
  176. </view>
  177. <view class="p-b-item">
  178. <view class="item-lable">退款金额</view>
  179. <view class="item-value">¥{{orderDetail.refundAmount}}</view>
  180. </view>
  181. <view class="p-b-item" v-if="orderDetail.store && orderDetail.afterSales">
  182. <view class="item-lable">物流单号</view>
  183. <view class="item-value2">{{orderDetail.afterSales.logisticsNo || ''}}</view>
  184. </view>
  185. <view class="p-b-item" v-if="orderDetail.afterSales.status == 4">
  186. <view class="item-lable">拒绝原因</view>
  187. <view class="item-value2">{{orderDetail.afterSales.refuseReason || ''}}</view>
  188. </view>
  189. </view>
  190. <view class="p_box" v-if="orderDetail.store">
  191. <view class="p-t">
  192. 供应商信息
  193. </view>
  194. <view class="p-b-item">
  195. <view class="item-lable">名称</view>
  196. <view class="item-value2">{{orderDetail.store.name}}</view>
  197. </view>
  198. <view class="p-b-item">
  199. <view class="item-lable">电话</view>
  200. <view class="item-value2">{{orderDetail.store.tel}}</view>
  201. </view>
  202. <view class="p-b-item">
  203. <view class="item-lable">地址</view>
  204. <view class="item-value2">{{orderDetail.store.storeAddress}}</view>
  205. </view>
  206. </view>
  207. </view>
  208. <my-swiper :type=4 ></my-swiper>
  209. </view>
  210. <view :style="{height:'100rpx'}"></view>
  211. <view class='footer op-area'>
  212. <!-- <button class="info-btn" v-if="orderDetail.orderState == 4" @click="RefundShow = true">申请售后</button>-->
  213. <button class="info-btn" v-if="orderDetail.orderState == 1" @click="cancelOrder()">取消订单</button>
  214. <button class="info-btn" v-if="orderDetail.afterSales.status == 4" @click="reSubmit(orderDetail.afterSales.id)">重新提交</button>
  215. <button class="info-btn" v-if="orderDetail.store && !orderDetail.afterSales.logisticsNo && orderDetail.afterSales.status != 4" @click="bindLogisticsShow(orderDetail.afterSales.afterSalesNo)">填写物流单号</button>
  216. </view>
  217. </view>
  218. <u-popup :show="RefundShow" @close="RefundShow = false" @open=" ">
  219. <view class="Refund_view">
  220. <view class="Refund_view_title">请选择退货/退款原因</view>
  221. <radio-group class="Refund_view_radio" name="header_type" @change="changeTitleType">
  222. <label>
  223. <radio class="disabled" value="1" /><text>退货/退款原因</text>
  224. </label>
  225. <label>
  226. <radio value="2" /><text>退货/退款原因</text>
  227. </label>
  228. </radio-group>
  229. <button class="Refund_view_btn">
  230. 确定
  231. </button>
  232. </view>
  233. </u-popup>
  234. <u-popup :show="selfTakeShow" @close="selfTakeShow = false">
  235. <view class="box_3 flex-col">
  236. <image @click="selfTakeShow = false"
  237. class="icon_2"
  238. referrerpolicy="no-referrer"
  239. src="/static/images/X.png"
  240. />
  241. <text class="text_25">切换取货点</text>
  242. <scroll-view scroll-y="true" class="scroll-y">
  243. <view class="list_1 flex-col">
  244. <view @click="clickSelfTake(item)"
  245. class="list-items_1 flex-col"
  246. v-for="(item, index) in selfTakeList"
  247. :key="index">
  248. <view class="group_14 flex-row justify-between">
  249. <view class="flex-col">
  250. <text class="text_26" >{{item.name}}</text>
  251. <text class="text_27" >{{item.address}}</text>
  252. </view>
  253. <view class="flex-row justify-between">
  254. <text class="text-group_9" >距您{{item.distanceDesc}}</text>
  255. <image class="icon_3"
  256. src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png"/>
  257. </view>
  258. </view>
  259. <view class="group_15 flex-row">
  260. <view class="tag_1 flex-col">
  261. <text class="text_28">营业时间: {{item.busStartTimeDesc}}-{{item.busEndTimeDesc}}</text>
  262. </view>
  263. </view>
  264. </view>
  265. </view>
  266. </scroll-view>
  267. </view>
  268. </u-popup>
  269. <u-popup :show="showWl" mode="center" @close="showWl = false">
  270. <view class="wlView">
  271. <view class="flex-col justify-center wlInputView" >
  272. <input class="wlInput" placeholder="请输入物流单号" type="text" v-model="wlNo" />
  273. </view>
  274. <!-- <view class="flex-row justify-between">-->
  275. <!-- <button class="popupButtonl" @click="showWl = false">取消</button>-->
  276. <button class="popupButtonr" @click="bindLogistics">提交</button>
  277. <!-- </view>-->
  278. </view>
  279. </u-popup>
  280. <payment :payMode="payMode" :pay_close="pay_close" @onChangeFun="onChangeFun" :order_id="pay_order_id"
  281. :totalPrice="totalPrice"></payment>
  282. <uni-popup ref="popup" type="center">
  283. <view class="block_3">
  284. <image @click="closePopup"
  285. class="icon_1"
  286. referrerpolicy="no-referrer"
  287. src="/static/images/X.png"
  288. />
  289. <image
  290. class="image_3"
  291. referrerpolicy="no-referrer"
  292. :src="qrCode"
  293. show-menu-by-longpress="true"
  294. />
  295. <text class="text_23">长按图片识别&nbsp;“加团长微信”</text>
  296. </view>
  297. </uni-popup>
  298. </view>
  299. </template>
  300. <script>
  301. import couponListWindow from '@/components/couponListWindow';
  302. import addressWindow from '@/components/addressWindow';
  303. import {bindLogisticsNo, reSubmit} from '@/api/groupon.js'
  304. import home from '@/components/home';
  305. import {
  306. toLogin
  307. } from '@/libs/login.js';
  308. import {
  309. mapGetters
  310. } from "vuex";
  311. // #ifdef MP
  312. import authorize from '@/components/Authorize';
  313. // #endif
  314. import payment from '@/components/payment';
  315. import colors from "@/mixins/color";
  316. import {getUserOrderDetail, orderCancel, modifySelfTake,getAdsList} from '@/api/home.js';
  317. import {getGrouponSelfTakeList} from '@/api/groupon.js';
  318. export default {
  319. components: {
  320. payment,
  321. couponListWindow,
  322. addressWindow,
  323. home,
  324. // #ifdef MP
  325. authorize
  326. // #endif
  327. },
  328. mixins: [colors],
  329. data () {
  330. return {
  331. qrCode: '',
  332. showWl: false,
  333. wlNo: '',
  334. pay_orderId: '',
  335. totalPrice: '0',
  336. pay_order_id: '',
  337. pay_close: false,
  338. payMode: [{
  339. name: this.$t(`微信支付`),
  340. icon: 'icon-weixinzhifu',
  341. value: 'weixin',
  342. title: this.$t(`使用微信快捷支付`),
  343. payStatus: true
  344. }],
  345. selfTakeShow: false,
  346. RefundShow: false,
  347. confirm: '', //自定义留言
  348. date: this.$t(`请选择`),
  349. time: this.$t(`请选择`),
  350. canvasWidth: "",
  351. canvasHeight: "",
  352. canvasStatus: false,
  353. newImg: [],
  354. orderDetail: {},
  355. selfTakeList: [],
  356. orderId:'',
  357. afterSalesId:'',
  358. orderStatus: 0
  359. }
  360. },
  361. computed: mapGetters(['isLogin']),
  362. // watch: {
  363. // startDate() {
  364. // return this.getDate('start');
  365. // },
  366. // endDate() {
  367. // return this.getDate('end');
  368. // }
  369. // },
  370. onLoad (options) {
  371. this.from = 'routine'
  372. console.log(options);
  373. this.orderStatus = options.orderStatus;
  374. this.orderId = options.orderId;
  375. this.afterSalesId = options.afterSalesId;
  376. this.getOrderDetail(this.orderId, options.afterSalesId)
  377. },
  378. /**
  379. * 生命周期函数--监听页面显示
  380. */
  381. onShow: function () {
  382. let _this = this
  383. uni.$on("handClick", res => {
  384. if (res) {
  385. _this.system_store = res.address
  386. }
  387. // 清除监听
  388. uni.$off('handClick');
  389. })
  390. },
  391. methods: {
  392. /**
  393. * 打开团长微信
  394. */
  395. closePopup(){
  396. this.$refs.popup.close()
  397. },
  398. /**
  399. * 打开团长微信
  400. */
  401. openGroupWx(qrCode){
  402. let that = this;
  403. this.qrCode = qrCode;
  404. if (!this.qrCode) {
  405. return that.$util.Tips({
  406. title: that.$t(`团长未设置微信号`)
  407. });
  408. }
  409. this.$refs.popup.open()
  410. },
  411. /**
  412. * 拨打电话
  413. */
  414. callPhone(phone){
  415. uni.makePhoneCall({
  416. phoneNumber: phone
  417. })
  418. },
  419. /**
  420. * 打开支付组件
  421. *
  422. */
  423. goPay: function (item) {
  424. this.$set(this, 'pay_close', true);
  425. this.$set(this, 'pay_order_id', item.orderNo);
  426. this.$set(this, 'pay_orderId', item.orderId);
  427. this.$set(this, 'totalPrice', item.paymentAmount);
  428. },
  429. /**
  430. * 支付成功回调
  431. *
  432. */
  433. pay_complete: function () {
  434. this.pay_close = false;
  435. this.pay_order_id = '';
  436. this.pay_orderId = '';
  437. this.getOrderDetail(this.orderId)
  438. uni.$u.toast("支付成功")
  439. },
  440. /**
  441. * 支付失败回调
  442. *
  443. */
  444. pay_fail: function () {
  445. this.pay_close = false;
  446. this.pay_order_id = '';
  447. this.pay_orderId = '';
  448. uni.$u.toast("支付失败")
  449. },
  450. /**
  451. * 事件回调
  452. *
  453. */
  454. onChangeFun: function (e) {
  455. console.log(e)
  456. this.pay_close = false;
  457. },
  458. clickSelfTake(item){
  459. this.selfTakeShow =false;
  460. //item 选中的自提点
  461. this.orderDetail.selfTake = item;
  462. this.modifySelfTake(item.id);
  463. },
  464. cancelOrder() {
  465. let _this = this;
  466. uni.showModal({
  467. title: '提示',
  468. content: '确定取消次订单',
  469. confirmText: '确定',
  470. cancelText: '我再想想',
  471. success(res) {
  472. if (res.confirm) {
  473. orderCancel(_this.orderDetail.orderId).then(res => {
  474. _this.getOrderDetail(_this.orderDetail.orderId);
  475. return _this.$util.Tips({
  476. title: _this.$t(`取消成功`),
  477. icon: 'success'
  478. });
  479. }).catch(err => {
  480. return _this.$util.Tips({
  481. title: err || _this.$t(`取消失败`)
  482. });
  483. });
  484. }
  485. }
  486. })
  487. },
  488. afterSales () {
  489. },
  490. getOrderDetail(orderId, afterSalesId) {
  491. uni.showLoading({
  492. title: '加载中...'
  493. });
  494. let longitude = uni.getStorageSync('user_longitude');
  495. let latitude = uni.getStorageSync('user_latitude');
  496. let param = {
  497. orderId: orderId,
  498. longitude: longitude,
  499. latitude: latitude
  500. };
  501. if (afterSalesId != null && afterSalesId != 'null') {
  502. param.afterSalesId = afterSalesId;
  503. }
  504. getUserOrderDetail(param).then(res => {
  505. uni.hideLoading();
  506. this.orderDetail = res.data
  507. }).catch(err => {
  508. uni.hideLoading();
  509. return that.$util.Tips({
  510. title: err || that.$t(`获取订单详情失败`)
  511. });
  512. });
  513. },
  514. /**
  515. * 获取自提点列表
  516. */
  517. getSelfTakeList() {
  518. let longitude = uni.getStorageSync('user_longitude');
  519. let latitude = uni.getStorageSync('user_latitude');
  520. getGrouponSelfTakeList({
  521. longitude: longitude,
  522. latitude: latitude,
  523. grouponId: this.orderDetail.grouponId
  524. }).then(res => {
  525. this.selfTakeList = res.data;
  526. this.selfTakeShow = true;
  527. })
  528. },
  529. /**
  530. * 修改自提点
  531. * @param {Object} selfTakeId
  532. */
  533. modifySelfTake(selfTakeId) {
  534. console.log(this.orderDetail);
  535. modifySelfTake({
  536. selfTakeId: selfTakeId,
  537. orderId: this.orderDetail.orderId
  538. }).then(res => {
  539. this.selfTakeShow = false;
  540. this.getOrderDetail(this.orderDetail.orderId)
  541. })
  542. },
  543. bindLogisticsShow(item) {
  544. this.afterSalesNo = item;
  545. this.showWl = true;
  546. },
  547. bindLogistics() {
  548. let that = this;
  549. console.log(that.wlNo)
  550. if (that.wlNo.trim().length < 1) {
  551. return that.$util.Tips({
  552. title: '请输入物流单号'
  553. });
  554. }
  555. bindLogisticsNo({
  556. afterSalesNo: that.afterSalesNo,
  557. logisticsNo: that.wlNo
  558. }).then(res => {
  559. that.showWl = false;
  560. that.getOrderDetail(that.orderId, that.afterSalesId)
  561. return that.$util.Tips({
  562. title: '绑定成功',
  563. icon: 'success'
  564. });
  565. })
  566. },
  567. reSubmit(afterSalesId) {
  568. let that = this;
  569. console.log(afterSalesId)
  570. reSubmit(afterSalesId).then(res => {
  571. that.getOrderDetail(that.orderId, that.afterSalesId)
  572. return that.$util.Tips({
  573. title: '提交成功',
  574. icon: 'success'
  575. });
  576. })
  577. }
  578. }
  579. }
  580. </script>
  581. <style lang="scss" scoped>
  582. @import "/static/css/common.css";
  583. /deep/uni-checkbox[disabled] .uni-checkbox-input {
  584. background-color: #eee;
  585. }
  586. .alipaysubmit {
  587. display: none;
  588. }
  589. .order-submission .line {
  590. width: 100%;
  591. height: 3rpx;
  592. }
  593. .order-submission .line image {
  594. width: 100%;
  595. height: 100%;
  596. display: block;
  597. }
  598. .order-submission .address {
  599. padding: 28rpx 30rpx;
  600. background-color: #fff;
  601. box-sizing: border-box;
  602. }
  603. .order-submission .address .addressCon {
  604. width: 610rpx;
  605. font-size: 26rpx;
  606. color: #666;
  607. }
  608. .order-submission .address .addressCon .name {
  609. font-size: 30rpx;
  610. color: #282828;
  611. font-weight: bold;
  612. margin-bottom: 10rpx;
  613. }
  614. .order-submission .address .addressCon .name .phone {
  615. margin-left: 50rpx;
  616. }
  617. .order-submission .address .addressCon .default {
  618. margin-right: 12rpx;
  619. }
  620. .order-submission .address .addressCon .setaddress {
  621. color: #333;
  622. font-size: 28rpx;
  623. }
  624. .order-submission .address .iconfont {
  625. font-size: 35rpx;
  626. color: #707070;
  627. }
  628. .order-submission .allAddress {
  629. width: 100%;
  630. background: linear-gradient(to bottom, var(--view-theme) 0%, #f5f5f5 100%);
  631. padding-top: 100rpx;
  632. margin-bottom: 12rpx;
  633. }
  634. .order-submission .allAddress .nav {
  635. width: 710rpx;
  636. margin: 0 auto;
  637. }
  638. .order-submission .allAddress .nav .item {
  639. width: 355rpx;
  640. }
  641. .order-submission .allAddress .nav .item.on {
  642. position: relative;
  643. width: 250rpx;
  644. }
  645. .order-submission .allAddress .nav .item.on::before {
  646. position: absolute;
  647. bottom: 0;
  648. content: "快递配送";
  649. font-size: 28rpx;
  650. display: block;
  651. height: 0;
  652. width: 336rpx;
  653. border-width: 0 20rpx 80rpx 0;
  654. border-style: none solid solid;
  655. border-color: transparent transparent #fff;
  656. z-index: 2;
  657. border-radius: 7rpx 30rpx 0 0;
  658. text-align: center;
  659. line-height: 80rpx;
  660. }
  661. .order-submission .allAddress .nav .item:nth-of-type(2).on::before {
  662. content: "到店自提";
  663. border-width: 0 0 80rpx 20rpx;
  664. border-radius: 30rpx 7rpx 0 0;
  665. }
  666. .order-submission .allAddress .nav .item.on2 {
  667. position: relative;
  668. }
  669. .order-submission .allAddress .nav .item.on2::before {
  670. position: absolute;
  671. bottom: 0;
  672. content: "到店自提";
  673. font-size: 28rpx;
  674. display: block;
  675. height: 0;
  676. width: 400rpx;
  677. border-width: 0 0 60rpx 60rpx;
  678. border-style: none solid solid;
  679. border-color: transparent transparent rgba(255, 255, 255, 0.6);
  680. border-radius: 40rpx 6rpx 0 0;
  681. text-align: center;
  682. line-height: 60rpx;
  683. }
  684. .order-submission .allAddress .nav .item:nth-of-type(1).on2::before {
  685. content: "快递配送";
  686. border-width: 0 60rpx 60rpx 0;
  687. border-radius: 6rpx 40rpx 0 0;
  688. }
  689. .order-submission .allAddress .address {
  690. width: 710rpx;
  691. height: 150rpx;
  692. margin: 0 auto;
  693. }
  694. .order-submission .allAddress .line {
  695. width: 710rpx;
  696. margin: 0 auto;
  697. }
  698. .order-submission .wrapper .item .discount .placeholder {
  699. color: #ccc;
  700. }
  701. .placeholder-textarea {
  702. position: relative;
  703. .placeholder {
  704. position: absolute;
  705. color: #ccc;
  706. top: 26rpx;
  707. left: 30rpx;
  708. }
  709. }
  710. .order-submission .wrapper {
  711. background-color: #fff;
  712. margin-top: 13rpx;
  713. }
  714. .order-submission .wrapper .item {
  715. padding: 27rpx 30rpx;
  716. font-size: 30rpx;
  717. color: #282828;
  718. border-bottom: 1px solid #f0f0f0;
  719. .mark {
  720. background-color: #f9f9f9;
  721. width: 345px;
  722. height: 70px;
  723. border-radius: 1px;
  724. margin-top: 15px;
  725. padding: 12px 14px;
  726. color: #ccc;
  727. font-size: 28rpx;
  728. box-sizing: border-box;
  729. }
  730. .mark-msg {
  731. color: #333;
  732. font-size: 32rpx;
  733. }
  734. }
  735. .order-submission .wrapper .item .discount {
  736. font-size: 30rpx;
  737. color: #999;
  738. }
  739. .order-submission .wrapper .item .discount input {
  740. text-align: end;
  741. }
  742. .order-submission .wrapper .item .discount .iconfont {
  743. color: #515151;
  744. font-size: 30rpx;
  745. margin-left: 15rpx;
  746. }
  747. .order-submission .wrapper .item .discount .num {
  748. font-size: 32rpx;
  749. margin-right: 20rpx;
  750. }
  751. .order-submission .wrapper .item .shipping {
  752. font-size: 30rpx;
  753. color: #999;
  754. position: relative;
  755. padding-right: 58rpx;
  756. }
  757. .order-submission .wrapper .item .shipping .iconfont {
  758. font-size: 35rpx;
  759. color: #707070;
  760. position: absolute;
  761. right: 0;
  762. top: 50%;
  763. transform: translateY(-50%);
  764. margin-left: 30rpx;
  765. }
  766. .order-submission .wrapper .item textarea {
  767. background-color: #f9f9f9;
  768. width: 690rpx;
  769. height: 140rpx;
  770. border-radius: 3rpx;
  771. margin-top: 30rpx;
  772. padding: 25rpx 28rpx;
  773. box-sizing: border-box;
  774. }
  775. .order-submission .wrapper .item .placeholder {
  776. color: #ccc;
  777. font-size: 28rpx;
  778. }
  779. .order-submission .wrapper .item .list {
  780. margin-top: 35rpx;
  781. }
  782. .order-submission .wrapper .item .list .payItem {
  783. border: 1px solid #eee;
  784. border-radius: 6rpx;
  785. height: 86rpx;
  786. width: 100%;
  787. box-sizing: border-box;
  788. margin-top: 20rpx;
  789. font-size: 28rpx;
  790. color: #282828;
  791. }
  792. .order-submission .wrapper .item .list .payItem.on {
  793. border-color: #fc5445;
  794. color: #e93323;
  795. }
  796. .order-submission .wrapper .item .list .payItem .name {
  797. width: 50%;
  798. text-align: center;
  799. border-right: 1px solid #eee;
  800. padding-left: 80rpx;
  801. }
  802. .order-submission .wrapper .item .list .payItem .name .iconfont {
  803. width: 44rpx;
  804. height: 44rpx;
  805. border-radius: 50%;
  806. text-align: center;
  807. line-height: 44rpx;
  808. background-color: #fe960f;
  809. color: #fff;
  810. font-size: 30rpx;
  811. margin-right: 15rpx;
  812. }
  813. .order-submission .wrapper .item .list .payItem .name .iconfont.icon-weixin2 {
  814. background-color: #41b035;
  815. }
  816. .order-submission .wrapper .item .list .payItem .name .iconfont.icon-zhifubao {
  817. background-color: #1677FF;
  818. }
  819. .order-submission .wrapper .item .list .payItem .tip {
  820. width: 49%;
  821. text-align: center;
  822. font-size: 26rpx;
  823. color: #aaa;
  824. }
  825. .order-submission .moneyList {
  826. margin-top: 12rpx;
  827. background-color: #fff;
  828. padding: 30rpx;
  829. }
  830. .order-submission .moneyList .item {
  831. font-size: 28rpx;
  832. color: #282828;
  833. }
  834. .order-submission .moneyList .item~.item {
  835. margin-top: 20rpx;
  836. }
  837. .order-submission .moneyList .item .money {
  838. color: #868686;
  839. }
  840. .order-submission .footer {
  841. width: 100%;
  842. height: 100rpx;
  843. background-color: #fff;
  844. padding: 0 30rpx;
  845. font-size: 28rpx;
  846. color: #333;
  847. box-sizing: border-box;
  848. position: fixed;
  849. bottom: 0;
  850. left: 0;
  851. z-index: 9;
  852. }
  853. .order-submission .footer .settlement {
  854. font-size: 30rpx;
  855. color: #fff;
  856. width: 240rpx;
  857. height: 70rpx;
  858. background-color: var(--view-theme);
  859. border-radius: 50rpx;
  860. text-align: center;
  861. line-height: 70rpx;
  862. }
  863. .footer .transparent {
  864. opacity: 0
  865. }
  866. .confirm {
  867. text-align: right;
  868. font-size: 22rpx;
  869. }
  870. .confirmImg {
  871. width: 100%;
  872. .img {
  873. width: 136rpx;
  874. height: 136rpx;
  875. }
  876. .pictrue {
  877. width: 136rpx;
  878. height: 136rpx;
  879. box-sizing: border-box;
  880. margin: 18rpx;
  881. margin-bottom: 35rpx;
  882. position: relative;
  883. font-size: 22rpx;
  884. color: #bbb;
  885. .del {
  886. position: absolute;
  887. top: 0;
  888. right: 0;
  889. }
  890. }
  891. .bor {
  892. border: 1rpx solid #ddd;
  893. }
  894. }
  895. .fontC {
  896. color: grey;
  897. }
  898. .all-products-body {
  899. padding-top: 30rpx;
  900. background: #fff;
  901. .all-products-item {
  902. display: flex;
  903. padding-bottom: 20rpx;
  904. background: #fff;
  905. padding-left: 15rpx;
  906. image {
  907. width: 128rpx;
  908. height: 128rpx;
  909. border-radius: 4rpx;
  910. }
  911. .all-products-item-content {
  912. width: calc(100% - 128rpx);
  913. display: flex;
  914. flex-direction: column;
  915. padding-left: 15rpx;
  916. .all-products-item-content-t {
  917. height: 80rpx;
  918. font-size: 24rpx;
  919. font-weight: 400;
  920. color: #333333;
  921. height: 80rpx;
  922. line-height: 40rpx;
  923. width: 550rpx;
  924. display: -webkit-box;
  925. -webkit-box-orient: vertical;
  926. -webkit-line-clamp: 2;
  927. overflow: hidden;
  928. text-overflow: ellipsis;
  929. }
  930. .all-products-item-content-b {
  931. flex: 1;
  932. font-size: 28rpx;
  933. font-weight: 500;
  934. height: 48rpx;
  935. line-height: 48rpx;
  936. display: flex;
  937. justify-content: space-between;
  938. .red {
  939. display: block;
  940. font-size: 28rpx;
  941. font-weight: 500;
  942. color: #B22338 !important;
  943. margin-right: 10rpx;
  944. }
  945. .line-thr {
  946. display: block;
  947. font-size: 28rpx;
  948. font-weight: 400;
  949. color: #999999;
  950. text-decoration: line-through;
  951. }
  952. .count {
  953. font-size: 24rpx;
  954. font-weight: 400;
  955. color: #999999;
  956. margin-right: 30rpx;
  957. }
  958. }
  959. }
  960. }
  961. }
  962. .address-info {
  963. padding: 30rpx 0;
  964. background: white;
  965. .a-t {
  966. padding: 0 30rpx;
  967. display: flex;
  968. justify-content: space-between;
  969. height: 44rpx;
  970. margin-bottom: 20rpx;
  971. .t1 {
  972. height: 44rpx;
  973. font-size: 32rpx;
  974. font-weight: bolder;
  975. color: #111111;
  976. line-height: 44rpx;
  977. }
  978. .t2 {
  979. height: 34rpx;
  980. font-size: 24rpx;
  981. font-weight: 400;
  982. color: #B42A3E;
  983. line-height: 34rpx;
  984. image {
  985. margin-left: 30rpx;
  986. height: 34rpx;
  987. width: 34rpx;
  988. vertical-align: middle;
  989. }
  990. }
  991. }
  992. .a-m {
  993. padding: 0 30rpx;
  994. .am1 {
  995. display: flex;
  996. justify-content: space-between;
  997. margin-bottom: 20rpx;
  998. .am1-1 {
  999. height: 40rpx;
  1000. font-size: 28rpx;
  1001. font-weight: 400;
  1002. color: #111111;
  1003. line-height: 40rpx;
  1004. }
  1005. .am1-2 {
  1006. height: 36rpx;
  1007. font-size: 20rpx;
  1008. font-weight: 400;
  1009. color: #666666;
  1010. line-height: 36rpx;
  1011. image {
  1012. margin-left: 30rpx;
  1013. vertical-align: middle;
  1014. height: 34rpx;
  1015. width: 34rpx;
  1016. }
  1017. }
  1018. }
  1019. .am2 {
  1020. margin-bottom: 20rpx;
  1021. font-size: 24rpx;
  1022. font-weight: 400;
  1023. color: #999999;
  1024. }
  1025. .am3 {
  1026. display: inline-block;
  1027. height: 44rpx;
  1028. background: #FFF7F8;
  1029. border-radius: 8rpx;
  1030. padding-left: 30rpx;
  1031. padding-right: 30rpx;
  1032. margin-top: 0rpx;
  1033. font-size: 20rpx;
  1034. font-weight: 400;
  1035. color: #999999;
  1036. line-height: 44rpx;
  1037. }
  1038. }
  1039. .a-b {
  1040. padding: 0 30rpx;
  1041. background: #FFF7F8;
  1042. height: 60rpx;
  1043. line-height: 60rpx;
  1044. margin: 20rpx 30rpx;
  1045. display: flex;
  1046. justify-content: space-between;
  1047. .a-b1 {
  1048. font-size: 20rpx;
  1049. font-weight: 400;
  1050. color: #666666;
  1051. .red {
  1052. font-size: 20rpx;
  1053. font-weight: 500;
  1054. color: #B22338;
  1055. }
  1056. }
  1057. .a-b2 {
  1058. image {
  1059. vertical-align: middle;
  1060. margin-left: 30rpx;
  1061. height: 34rpx;
  1062. width: 34rpx;
  1063. }
  1064. }
  1065. }
  1066. }
  1067. .payment-details {
  1068. margin-top: 20rpx;
  1069. margin-bottom: 30rpx;
  1070. background: rgb(245,245,245);
  1071. .p_box{
  1072. padding: 30rpx;
  1073. background: white;
  1074. margin-bottom: 20rpx;
  1075. }
  1076. .p-t {
  1077. font-size: 32rpx;
  1078. height: 80rpx;
  1079. font-weight: bolder;
  1080. color: #111111;
  1081. line-height: 80rpx;
  1082. }
  1083. .p-b-item {
  1084. height: 60rpx;
  1085. line-height: 60rpx;
  1086. display: flex;
  1087. justify-content: space-between;
  1088. .item-lable {
  1089. font-size: 28rpx;
  1090. font-weight: 400;
  1091. color: #666666;
  1092. }
  1093. .item-value {
  1094. font-size: 28rpx;
  1095. font-weight: 400;
  1096. color: #B22338;
  1097. }
  1098. .item-value2 {
  1099. font-size: 28rpx;
  1100. font-weight: 400;
  1101. color: #666666;
  1102. }
  1103. }
  1104. }
  1105. .wait_panel {
  1106. padding-top: 20rpx;
  1107. text-align: center;
  1108. margin-bottom: 20rpx;
  1109. background: white;
  1110. .w1 {
  1111. display: flex;
  1112. flex-direction: row;
  1113. justify-content: center;
  1114. .imageView{
  1115. width: 32rpx;
  1116. height: 32rpx;
  1117. margin-top: 4rpx;
  1118. image {
  1119. width: 32rpx;
  1120. height: 32rpx;
  1121. }
  1122. }
  1123. }
  1124. .w2 {
  1125. display: flex;
  1126. justify-content: center;
  1127. height: 40rpx;
  1128. font-size: 28rpx;
  1129. margin: 20rpx 0;
  1130. font-weight: 400;
  1131. color: #333333;
  1132. line-height: 40rpx;
  1133. .red {
  1134. margin: 0 20rpx;
  1135. color: #B22338;
  1136. }
  1137. }
  1138. .w3 {
  1139. text-align: center;
  1140. padding-bottom: 20rpx;
  1141. button {
  1142. margin: auto;
  1143. line-height: 76rpx;
  1144. width: 240rpx;
  1145. height: 76rpx;
  1146. background: #B22338;
  1147. border-radius: 38rpx;
  1148. font-size: 28rpx;
  1149. font-weight: 600;
  1150. color: #FFFFFF;
  1151. }
  1152. }
  1153. }
  1154. .op-area {
  1155. display: flex;
  1156. justify-content: flex-end;
  1157. text-align: right;
  1158. .action-btn {
  1159. min-width: 200rpx;
  1160. background: #B42A3E;
  1161. border-radius: 32rpx;
  1162. margin-right: 30rpx;
  1163. height: 64rpx;
  1164. font-size: 24rpx;
  1165. font-weight: 400;
  1166. color: #fff;
  1167. line-height: 64rpx;
  1168. margin: auto 0;
  1169. }
  1170. .info-btn {
  1171. width: 200rpx;
  1172. background: #F5F5F5;
  1173. border-radius: 32rpx;
  1174. margin-right: 30rpx;
  1175. height: 64rpx;
  1176. font-size: 24rpx;
  1177. font-weight: 400;
  1178. color: #666666;
  1179. line-height: 64rpx;
  1180. margin: auto 0;
  1181. }
  1182. }
  1183. .Refund_view {
  1184. height: 40vh;
  1185. margin: 20rpx;
  1186. padding: 0 30rpx;
  1187. position: relative;
  1188. .Refund_view_title {
  1189. height: 80rpx;
  1190. font-size: 32rpx;
  1191. font-weight: bolder;
  1192. color: #111111;
  1193. line-height: 80rpx;
  1194. }
  1195. .Refund_view_radio {
  1196. display: flex;
  1197. flex-direction: column;
  1198. label {
  1199. flex: 1;
  1200. margin-bottom: 20rpx;
  1201. margin-right: 20rpx;
  1202. }
  1203. }
  1204. .Refund_view_btn {
  1205. margin: auto;
  1206. width: 90%;
  1207. height: 84rpx;
  1208. background: #B42A3E;
  1209. border-radius: 8rpx;
  1210. font-size: 28rpx;
  1211. font-weight: 400;
  1212. color: #FFFFFF;
  1213. line-height: 84rpx;
  1214. position: absolute;
  1215. bottom: 0;
  1216. transform: translateX(-50%);
  1217. left: 50%;
  1218. }
  1219. }
  1220. .success_status {
  1221. min-width: 100rpx;
  1222. color: #75BE00;
  1223. }
  1224. .refund_status {
  1225. min-width: 100rpx;
  1226. color: #333333;
  1227. }
  1228. .status {
  1229. min-width: 100rpx;
  1230. color: #FEA800;
  1231. }
  1232. /deep/ .u-count-down__text{
  1233. font-size: 28rpx !important;
  1234. }
  1235. .scroll-y{
  1236. height: 600rpx;
  1237. }
  1238. .box_3 {
  1239. background-color: rgba(250, 250, 250, 1);
  1240. border-radius: 4px 4px 0px 0px;
  1241. padding: 16rpx 16rpx 40rpx 32rpx;
  1242. }
  1243. .icon_2 {
  1244. width: 32rpx;
  1245. height: 32rpx;
  1246. margin-left: 670rpx;
  1247. }
  1248. .text_25 {
  1249. overflow-wrap: break-word;
  1250. color: rgba(17, 17, 17, 1);
  1251. font-size: 32rpx;
  1252. font-family: PingFangSC-Medium;
  1253. font-weight: 500;
  1254. text-align: left;
  1255. white-space: nowrap;
  1256. line-height: 44rpx;
  1257. margin: 0 278rpx 0 264rpx;
  1258. }
  1259. .list_1 {
  1260. height: 602rpx;
  1261. margin: 24rpx 16rpx 0 0;
  1262. }
  1263. .list-items_1 {
  1264. background-color: rgba(255, 255, 255, 1);
  1265. border-radius: 4px;
  1266. margin-bottom: 16rpx;
  1267. padding: 24rpx 24rpx 24rpx 24rpx;
  1268. }
  1269. .group_14 {
  1270. width: 638rpx;
  1271. }
  1272. .text_26 {
  1273. overflow-wrap: break-word;
  1274. color: rgba(17, 17, 17, 1);
  1275. font-size: 28rpx;
  1276. font-weight: NaN;
  1277. text-align: left;
  1278. white-space: nowrap;
  1279. line-height: 40rpx;
  1280. margin-right: 184rpx;
  1281. }
  1282. .text_27 {
  1283. overflow-wrap: break-word;
  1284. color: rgba(153, 153, 153, 1);
  1285. font-size: 24rpx;
  1286. font-weight: NaN;
  1287. text-align: left;
  1288. white-space: nowrap;
  1289. line-height: 34rpx;
  1290. margin-top: 16rpx;
  1291. }
  1292. .text-group_9 {
  1293. overflow-wrap: break-word;
  1294. color: rgba(102, 102, 102, 1);
  1295. font-size: 20rpx;
  1296. font-weight: NaN;
  1297. text-align: left;
  1298. white-space: nowrap;
  1299. line-height: 36rpx;
  1300. }
  1301. .icon_3 {
  1302. width: 34rpx;
  1303. height: 34rpx;
  1304. margin-left: 10rpx;
  1305. /*margin: 4rpx 0 4rpx 4rpx;*/
  1306. }
  1307. .group_15 {
  1308. margin: 8rpx 390rpx 0 0;
  1309. }
  1310. .tag_1 {
  1311. background-color: rgba(255, 247, 248, 1);
  1312. border-radius: 4px;
  1313. padding: 8rpx 24rpx 8rpx 26rpx;
  1314. }
  1315. .text_28 {
  1316. overflow-wrap: break-word;
  1317. color: rgba(153, 153, 153, 1);
  1318. font-size: 20rpx;
  1319. font-weight: NaN;
  1320. text-align: left;
  1321. white-space: nowrap;
  1322. line-height: 28rpx;
  1323. }
  1324. .wlView{
  1325. width: 500rpx;
  1326. height: 300rpx;
  1327. border-radius: 15rpx;
  1328. overflow: hidden !important;
  1329. }
  1330. .wlInputView{
  1331. width: 500rpx;
  1332. height: 220rpx;
  1333. padding: 0 20rpx;
  1334. }
  1335. .wlInput{
  1336. height: 70rpx;
  1337. border: 1px solid #f7f7f7;
  1338. }
  1339. .popupButtonl {
  1340. /*background: #B42A3E;*/
  1341. width: 250rpx;
  1342. height: 80rpx;
  1343. line-height: 80rpx;
  1344. /*color: #f7f7f7;*/
  1345. border: 1px solid #f7f7f7;
  1346. }
  1347. .popupButtonr {
  1348. width: 460rpx;
  1349. height: 80rpx;
  1350. line-height: 80rpx;
  1351. border: 1px solid #f7f7f7;
  1352. background: #B42A3E;
  1353. font-size: 28rpx;
  1354. font-weight: 400;
  1355. color: #FFFFFF;
  1356. margin-left: 20rpx;
  1357. margin-right: 20rpx;
  1358. }
  1359. .block_3 {
  1360. background-color: rgba(255, 255, 255, 1);
  1361. border-radius: 4px;
  1362. padding: 16rpx 16rpx 32rpx 24rpx;
  1363. display: flex;
  1364. flex-direction: column;
  1365. }
  1366. .icon_1 {
  1367. width: 32rpx;
  1368. height: 32rpx;
  1369. margin-left: 566rpx;
  1370. }
  1371. .image_3 {
  1372. width: 590rpx;
  1373. height: 766rpx;
  1374. margin: 16rpx 8rpx 0 0;
  1375. }
  1376. .text_23 {
  1377. overflow-wrap: break-word;
  1378. color: rgba(51, 51, 51, 1);
  1379. font-size: 28rpx;
  1380. font-weight: NaN;
  1381. text-align: center;
  1382. white-space: nowrap;
  1383. line-height: 40rpx;
  1384. margin: 24rpx 128rpx 0 122rpx;
  1385. }
  1386. </style>