orderdetails.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  1. <template>
  2. <view class="pages">
  3. <view class="" :style="{height: navHeight+'px' }"></view>
  4. <view class="navbar-box">
  5. <u-navbar title="订单详情" :safeAreaInsetTop="true" @leftClick="leftClick" :titleStyle="{color:'#fff'}" leftIconColor="#fff" bgColor="transparent"></u-navbar>
  6. </view>
  7. <u-loading-page :loading="loadingPage"></u-loading-page>
  8. <view class="page-wrap">
  9. <view class="status-content">
  10. <view class="status-item" v-if="orderDetails.status==0">
  11. <view class="text"><text v-if="countdown!='支付超期'"> 请尽快完成付款,还剩 </text>{{countdown}}</view>
  12. <view class="btn-wrap u-flex u-row-center" v-if="countdown!='支付超期'">
  13. <view class="btn cancel" @click="cancelOrder">取消订单</view>
  14. <view class="btn" @click="gotoPay(orderDetails.id)">立即支付</view>
  15. </view>
  16. </view>
  17. <view class="status-item" v-else-if="orderDetails.status==3">
  18. <view class="text"><text v-if="countdown!='演出已开始'">距离演出开始,还剩 </text>{{countdown}}</view>
  19. </view>
  20. <view class="status-item" v-else-if="orderDetails.status==6">
  21. <view class="text"><text>退款失败: </text>{{refundInfo.errReason}}</view>
  22. </view>
  23. <view class="status-item" v-else>
  24. <view class="text">{{orderDetails.status|filterOrderState}}</view>
  25. </view>
  26. </view>
  27. <view class="base-info">
  28. <view class="top u-flex u-row-between">
  29. <view class="name">{{orderDetails.theatreName}}</view>
  30. <!-- <view class="icon-wrap u-flex">
  31. <u-icon name="phone-fill" color="#999999" size="42rpx"></u-icon>
  32. <u-icon name="map-fill" color="#999999" size="42rpx"></u-icon>
  33. </view> -->
  34. </view>
  35. <view class="info u-flex u-row-between">
  36. <image class="img" :src="orderDetails.performImg"></image>
  37. <view class="text">
  38. <view class="name u-flex u-row-between">
  39. {{orderDetails.performName}}
  40. <!-- <text class="status">{{orderDetails.status|filterOrderState}}</text> -->
  41. </view>
  42. <view class="time">{{orderDetails.performDate}} {{orderDetails.performTimeStart}}</view>
  43. <view class="position u-flex u-row-between">
  44. <view class="">{{orderDetails.goodsName}}/{{orderDetails.seatTypeName}}</view>
  45. <view class="">X {{orderDetails.viewerNum}}</view>
  46. </view>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="box qr-wrap" v-if="orderDetails.parentQrcodeStatus==0">
  51. <view class="title">二维码</view>
  52. <view class="qr-content">
  53. <view class="img-wrap">
  54. <view class="ayQrcode">
  55. <uv-qrcode :hide="showSingleQR" ref="qrcode" size="180px" :value="mainQR"></uv-qrcode>
  56. </view>
  57. </view>
  58. <!-- <view class="">{{orderDetails.viewersList.length}}张演出票</view> -->
  59. <!-- order-num del-line -->
  60. <view class="order-num">取票号:{{orderDetails.parentQrcodeNo}}</view>
  61. </view>
  62. </view>
  63. <view class="box viewers-list">
  64. <view class="title">观影人员</view>
  65. <view class="item u-flex u-row-around" v-for="(item,index) in orderDetails.viewersList" :key="index">
  66. <text>观影人员{{index + 1}}</text>
  67. <text style="width: 96rpx;">{{item.name}}</text>
  68. <text>{{item.idcard|maskID}}</text>
  69. <text v-if="orderDetails.status==3||orderDetails.status==4||orderDetails.status==6||orderDetails.status==7" @click="singleQR(item,index)" class="qrbtn" :style="{opacity:item.qrcodeStatus===0?'1':'0.5'}">查看二维码</text>
  70. </view>
  71. </view>
  72. <view class="box order-info">
  73. <view class="title u-flex u-row-between">
  74. 订单信息
  75. <text class="btn" v-if="orderDetails.status==3" @click="refund">申请退款</text>
  76. </view>
  77. <view class="order-info-item" v-for="(item,index) in orderInfo[orderDetails.status]" :key="index">
  78. <text class="til">{{item.name}}</text>
  79. <text class="con">
  80. <text v-if="item.key=='payType'">{{orderDetails[item.key]|filterPayType}}</text>
  81. <text v-else-if="item.key=='realPrice'"> ¥ {{orderDetails[item.key]}}</text>
  82. <text v-else>{{orderDetails[item.key]}}</text>
  83. <text class="copy-btn" @click="copyOrderNum(orderDetails[item.key])" v-if="item.key=='id'">复制</text>
  84. </text>
  85. </view>
  86. </view>
  87. <view class="box order-info refundInfo" v-if="orderDetails.status==4||orderDetails.status==5||orderDetails.status==6">
  88. <view class="title u-flex u-row-between">
  89. 退款信息
  90. </view>
  91. <view class="order-info-item">
  92. <text class="til">退款单号</text>
  93. <text class="con">{{refundInfo.id}}</text>
  94. <text class="copy-btn" @click="copyOrderNum(refundInfo.id)" >复制</text>
  95. </view>
  96. <view class="order-info-item">
  97. <text class="til">申请时间</text>
  98. <text class="con">{{refundInfo.refundTime}}</text>
  99. </view>
  100. <view class="order-info-item">
  101. <text class="til">订单金额</text>
  102. <text class="con">¥ {{refundInfo.orderAmount}}</text>
  103. </view>
  104. <view class="order-info-item">
  105. <text class="til">退款金额</text>
  106. <text class="con">¥ {{refundInfo.refundAmount}}</text>
  107. </view>
  108. <view class="order-info-item">
  109. <text class="til">退款原因</text>
  110. <text class="con">{{refundInfo.refundReason}}</text>
  111. </view>
  112. <view class="order-info-item" v-if="orderDetails.status==6">
  113. <text class="til">失败原因</text>
  114. <text class="con">{{refundInfo.errReason}}</text>
  115. </view>
  116. <view class="order-info-item">
  117. <text class="til">退款状态</text>
  118. <text class="con">{{refundInfo.status|filterRefundState}}</text>
  119. </view>
  120. </view>
  121. <view class="box tips parse-content">
  122. <view class="title">观影须知</view>
  123. <u-parse :content="formerNotice"></u-parse>
  124. <!-- <view class="tips-item" v-for="(item,index) in tipsArr" :key="index">
  125. {{item}}
  126. </view> -->
  127. </view>
  128. </view>
  129. <u-popup :show="showSingleQR" @close="closeSingleQR" @open="openSingleQR" @touchmove.stop.prevent="handleMoveQrcode" :round="10" mode="center">
  130. <view class="singleQR-wrap">
  131. <view class="title">
  132. 二维码
  133. <!-- <u-icon class="close" @click="closeSingleQR" name="close" color="#333" size="36rpx"></u-icon> -->
  134. </view>
  135. <view class="single-info">
  136. <view class="item">姓名:{{singleInfo.name}}</view>
  137. <view class="item">身份证号码:{{singleInfo.idcard|maskID}}</view>
  138. <view class="item">座位:{{singleInfo.seatName}}</view>
  139. <view class="item">状态:{{singleInfo.qrcodeStatus|filterSingleState}}</view>
  140. </view>
  141. <view class="singleQrcode">
  142. <uv-qrcode ref="singleQrcode" size="180px" :options="singleQrOptions" :value="singleQrContent" ></uv-qrcode>
  143. </view>
  144. <view class="order-num" :class="{'del-line':singleInfo.qrcodeStatus!==0}">取票号:{{singleInfo.qrcodeNo}}</view>
  145. </view>
  146. </u-popup>
  147. <u-toast ref="uToast"></u-toast>
  148. </view>
  149. </template>
  150. <script>
  151. import { systemInfo } from "@/mixin.js";
  152. // #ifdef H5
  153. import wxH5 from "weixin-jsapi";
  154. // #endif
  155. export default {
  156. mixins:[systemInfo],
  157. components:{
  158. },
  159. data() {
  160. return {
  161. timer: null,
  162. mainQR:'无效值',
  163. id:'',
  164. loadingPage:true,
  165. staticUrl:this.$commonConfig.staticUrl,
  166. orderDetails:{},
  167. deadline: null, // 设置截止时间为某个日期的时间戳
  168. countdown: '', // 用于显示倒计时时间
  169. // 状态(0待支付,2超时取消,3支付完成,待使用,4退款中,5己退款,6退款失败,7己使用,8己超期)
  170. orderInfo:{
  171. 0:[{name:'需付金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'}],
  172. 1:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  173. 2:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  174. 3:[{name:'订单金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  175. 4:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  176. 5:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'},{name:'备注信息',key:'remark'}],
  177. 6:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'},{name:'备注信息',key:'remark'}],
  178. 7:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  179. 8:[{name:'订单金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'备注信息',key:'remark'}],
  180. 9:[{name:'订单金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'备注信息',key:'remark'}],
  181. },
  182. tipsArr:[
  183. '1.请提前到达影院现场,找到自助取票机,打印纸质电影票,完成取票',
  184. '2.如现场自助取票机无法打印电影票,请联系影院工作人员处理',
  185. '3.凭打印好的纸质电影票、检票入场观影',
  186. '4.如果订单使用了兑换券,或购买了特殊场次,暂不支持退票和改签'
  187. ],
  188. params:{
  189. },
  190. singleInfo:{idcard:''},//观影人信息
  191. showSingleQR:false,//显示单人二维码
  192. singleModalQr:false,
  193. singleQrContent:'无效值',
  194. singleQrOptions:{
  195. foregroundColor: "#333333",
  196. },
  197. formerNotice:'',
  198. countdownTimer:null,//订单倒计时
  199. templateIdList:[],//微信小程序订阅消息
  200. refundInfo:{status:null},//退款信息
  201. }
  202. },
  203. onShow() {
  204. this.getOrderDetails(this.id);
  205. },
  206. onLoad(page) {
  207. console.log('page',page);
  208. this.id = page.id;
  209. this.getSystemInfo();
  210. this.getTemplateIdList();//获取模板列表
  211. },
  212. onUnload() {
  213. // 页面离开时停止计时器
  214. // clearInterval(this.timer)
  215. clearInterval(this.countdownTimer)
  216. },
  217. mounted() {
  218. // 每秒更新倒计时时间
  219. this.countdownTimer = setInterval(() => {
  220. const now = new Date().getTime();
  221. const distance = this.deadline - now;
  222. // console.log('distance',distance);
  223. if(this.orderDetails.status==0 && distance<0){
  224. this.countdown = '支付超期';
  225. return
  226. }else if(this.orderDetails.status==3 && distance<0){
  227. this.countdown = '演出已开始';
  228. return
  229. }
  230. // 计算倒计时时间,可以根据需求自定义显示方式
  231. const days = Math.floor(distance / (1000 * 60 * 60 * 24));
  232. const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  233. const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  234. const seconds = Math.floor((distance % (1000 * 60)) / 1000);
  235. // 更新倒计时时间
  236. this.countdown = `${days}天 ${hours}小时 ${minutes}分钟 ${seconds}秒`;
  237. }, 1000);
  238. },
  239. methods: {
  240. leftClick(e){
  241. let pages = getCurrentPages();
  242. if(pages.length==1){
  243. uni.$u.route('/pages/index/index')
  244. }else{
  245. let prePage = pages[pages.length-1];
  246. if(prePage.route=='center/orderdetails'){
  247. uni.navigateBack({
  248. delta: 2
  249. });
  250. }else{
  251. uni.navigateBack()
  252. }
  253. };
  254. },
  255. getTemplateIdList(){
  256. this.$u.api.templateIdList({templateLabel:'order_pay'}).then(res=>{
  257. console.log('getTemplateIdList',res.data);
  258. this.templateIdList = res.data.list.map(item=>{
  259. return item.templateId
  260. });
  261. // if(this.templateIdList.length>0){
  262. // this.templateEven();
  263. // }
  264. }).catch(err=>{
  265. console.log('getTemplateIdList',err);
  266. })
  267. },
  268. getOrderDetails(id){
  269. this.$u.api.orderDetails({id:id}).then(res=>{
  270. this.loadingPage = false;
  271. this.orderDetails = res.data;
  272. this.refundInfo = res.data.refundInfo||{};
  273. if(res.data.status==0){//待支付
  274. this.deadline = new Date(`${res.data.cancelDateTime}`).getTime();
  275. }else if(res.data.status==3){//待使用
  276. this.deadline = new Date(`${res.data.performDateTime}`).getTime();
  277. }
  278. this.mainQR = res.data.parentQrcodeNo;
  279. this.getPerformerNotice();
  280. // console.log('this.deadline',this.deadline);
  281. // console.log('orderDetails',JSON.parse(JSON.stringify(res.data)));
  282. }).catch(err=>{
  283. uni.$u.toast('获取数据失败,!请重试')
  284. uni.navigateBack();
  285. console.log('getOrderDetails',err);
  286. })
  287. },
  288. singleQR(item,index){
  289. let that = this;
  290. console.log('singleQR',item);
  291. this.showSingleQR = true;
  292. this.singleInfo = item;
  293. if(item.qrcodeStatus!==0){
  294. this.singleQrOptions.foregroundColor='#BCBCBC';
  295. }else{
  296. this.singleQrOptions.foregroundColor='#333333';
  297. }
  298. // this.singleQrContent = {};
  299. // this.singleQrContent.qrcode = item.qrcodeNo;
  300. // this.singleQrContent.time = Date.now();
  301. // this.singleQrContent = JSON.stringify(this.singleQrContent);
  302. this.singleQrContent = item.qrcodeNo
  303. },
  304. openSingleQR(){
  305. console.log('this.singleInfo',this.singleInfo);
  306. },
  307. closeSingleQR(){
  308. this.showSingleQR = false;
  309. },
  310. clickEven(fun,item){
  311. // console.log('fun',fun);
  312. let funObj = {
  313. pay: this.pay,
  314. logistics:this.logistics,
  315. evaluate:this.evaluate,
  316. refund:this.refund,
  317. cancelOrder:this.cancelOrder,
  318. viewRefund:this.viewRefund,
  319. confirmReceipt:this.confirmReceipt
  320. };
  321. // console.log('funObj[fun]',funObj[fun]);
  322. if (fun in funObj) {
  323. funObj[fun](item);
  324. }
  325. },
  326. pay(item){
  327. // #ifdef H5
  328. this.gotoPay(this.orderDetails.id);
  329. // #endif
  330. // #ifdef MP
  331. this.setTemplate(this.orderDetails.id);
  332. // #endif
  333. // console.log('pay',item);
  334. // uni.$u.route('/center/pay', {
  335. // orderId: item.id,
  336. // // openid: that.vuex_wechatOpenid,
  337. // payAmount:item.orderPrice
  338. // });
  339. },
  340. logistics(item){
  341. // console.log('logistics',item);
  342. uni.$u.route('/center/distribution', {
  343. orderId: item.id
  344. });
  345. },
  346. evaluate(item){
  347. // console.log('logistics',item);
  348. uni.$u.route('/shopping/evaluate', {
  349. id: item.id
  350. });
  351. },
  352. refund(item){
  353. console.log('this.orderDetails',this.orderDetails);
  354. uni.$u.route('/center/refundselect', {
  355. id: this.orderDetails.id,
  356. realPrice:this.orderDetails.realPrice
  357. });
  358. },
  359. cancelOrder(item){
  360. let that = this;
  361. uni.showModal({
  362. title: '提示',
  363. content: '确认取消吗!',
  364. success: res => {
  365. if (res.confirm) {
  366. this.$u.api.cancelOrder({orderId:that.orderDetails.id}).then(res=>{
  367. this.$refs.uToast.show({
  368. message:res.msg,
  369. complete() {
  370. that.getOrderDetails(that.orderDetails.id);
  371. }
  372. });
  373. // uni.$u.toast(res.msg);
  374. console.log('res',res.data);
  375. }).catch(err=>{
  376. console.log('cancelOrder',err);
  377. })
  378. }
  379. }
  380. });
  381. // console.log('logistics',item);
  382. },
  383. confirmReceipt(item){
  384. let that = this;
  385. uni.showModal({
  386. title: '提示',
  387. content: '确认收货吗!',
  388. success: res => {
  389. if (res.confirm) {
  390. this.$u.api.confirmReceipt({orderId:item.id}).then(res=>{
  391. uni.showToast({
  392. title:res.msg,
  393. duration:2000,
  394. complete() {
  395. that.evaluate(item)
  396. that.getOrderDetails(that.id);
  397. }
  398. });
  399. console.log('res',res.data);
  400. }).catch(err=>{
  401. console.log('confirmReceipt',err);
  402. })
  403. }
  404. }
  405. })
  406. },
  407. goMap(){
  408. uni.openLocation({
  409. latitude: Number(this.pickupInfo.pickupLatitude), //维度
  410. longitude: Number(this.pickupInfo.pickupLongitude), //经度
  411. name: "商行地址", //目的地定位名称
  412. scale: 15, //缩放比例
  413. address: this.pickupInfo.pickupAddress //导航详细地址
  414. })
  415. },
  416. copyOrderNum(orderNum){
  417. // console.log('copyOrderNum',orderNum);
  418. uni.setClipboardData({
  419. data: orderNum,
  420. success: function () {
  421. uni.showToast({
  422. title: '复制成功'
  423. });
  424. },
  425. fail(e) {
  426. // console.log('copyOrderNumfail',e);
  427. uni.showToast({
  428. title: '复制失败',
  429. icon:"error"
  430. });
  431. }
  432. });
  433. },
  434. // 设置小程序订阅消息
  435. setTemplate(orderId) {
  436. let that = this;
  437. console.log('templateIdList',this.templateIdList);
  438. uni.requestSubscribeMessage({
  439. tmplIds: that.templateIdList,
  440. success (res) {
  441. // that.gotoPay();
  442. console.log("success:",res);
  443. },
  444. fail (res) {
  445. console.log("fail:",res);
  446. },
  447. complete (res) {
  448. that.gotoPay(orderId);
  449. console.log("complete:",res);
  450. }
  451. })
  452. },
  453. gotoPay(orderId){
  454. this.$u.api.gotoPay({orderId:orderId,openid:''}).then(res=>{
  455. this.payResult = res.data.payInfo;
  456. this.payResult.package = res.data.payInfo.packageValue;
  457. // #ifdef H5
  458. this.initConfig(this.payResult)
  459. // #endif
  460. // #ifdef MP
  461. this.wxPay()
  462. // #endif
  463. // if(this.params.paymentMode==1||this.params.paymentMode==4){
  464. // this.wxPay()
  465. // }else{
  466. // uni.$u.route('/shopping/paysuccess');
  467. // }
  468. console.log('gotoPayres',res.data);
  469. }).catch(err=>{
  470. this.paypass = '';
  471. this.checkPassShow = false;
  472. console.log('gotoPay',err);
  473. })
  474. },
  475. wxPay(){
  476. let that = this;
  477. uni.requestPayment({
  478. ... this.payResult,
  479. "provider": "wxpay",
  480. "orderInfo": {
  481. // "appid": "wx499********7c70e", // 微信开放平台 - 应用 - AppId,注意和微信小程序、公众号 AppId 可能不一致
  482. // "noncestr": "c5sEwbaNPiXAF3iv", // 随机字符串
  483. // "package": "Sign=WXPay", // 固定值
  484. // "partnerid": "148*****52", // 微信支付商户号
  485. // "prepayid": "wx202254********************fbe90000", // 统一下单订单号
  486. // "timestamp": 1597935292, // 时间戳(单位:秒)
  487. // "sign": "A842B45937F6EFF60DEC7A2EAA52D5A0" // 签名,这里用的 MD5/RSA 签名
  488. },
  489. success(res) {
  490. that.payQuery();
  491. },
  492. fail(e) {
  493. console.log('wxPayfail',e);
  494. }
  495. })
  496. },
  497. payQuery(){
  498. let that = this;
  499. let retryCount = 0;
  500. let maxRetryCount = 5; // 设置最大重试次数
  501. let interval = 2000; // 设置间隔时间为2秒
  502. let timeout = 10000; // 设置超时时间为10秒
  503. let timer;
  504. uni.showLoading({
  505. title:'支付结果查询中'
  506. })
  507. timer = setInterval(() => {
  508. retryCount++;
  509. if (retryCount > maxRetryCount || retryCount * interval > timeout) {
  510. clearInterval(timer);
  511. uni.hideLoading();
  512. console.log("支付查询超时或达到最大重试次数");
  513. // 在这里添加超时或达到最大重试次数的处理逻辑
  514. this.reloadList()
  515. } else {
  516. console.log("第" + retryCount + "次查询");
  517. // 调用查询支付状态的方法
  518. // 如果支付状态为成功,则清除定时器并处理成功的逻辑
  519. // 如果支付状态为失败,则清除定时器并处理失败的逻辑
  520. this.$u.api.payQuery({orderId:this.orderId}).then(res=>{
  521. // 0-未支付 1-已支付 2-支付中 3-支付失败 4-支付退款
  522. let payStatus = res.data.payStatus;
  523. if(payStatus===1){
  524. uni.$u.route('/center/paysuccess');
  525. }else if(payStatus===0||payStatus===2){
  526. this.payQuery()
  527. }else if(payStatus===3){
  528. uni.toast('支付失败')
  529. }
  530. clearInterval(timer);
  531. }).catch(err=>{
  532. console.log('payQuery',err);
  533. }).finally(()=>{
  534. uni.hideLoading()
  535. })
  536. }
  537. }, interval);
  538. },
  539. getPerformerNotice(){
  540. this.$u.api.performerNotice({performId:this.orderDetails.performId}).then(res=>{
  541. // console.log('getPerformerNotice',res.data);
  542. this.formerNotice = res.data.performNotice;
  543. }).catch(err=>{
  544. console.log('getPerformerNotice',err);
  545. })
  546. },
  547. handleMoveQrcode(){
  548. console.log('handleMoveQrcode');
  549. return false
  550. },
  551. /**
  552. * 公众号微信支付
  553. */
  554. initConfig() {
  555. // #ifdef H5
  556. let that = this
  557. wxH5.config({
  558. debug: false, // 这里一般在测试阶段先用ture,等打包给后台的时候就改回false,
  559. appId: that.payResult.appId, // 必填,公众号的唯一标识
  560. timestamp: that.payResult.timeStamp, // 必填,生成签名的时间戳
  561. nonceStr: that.payResult.nonceStr, // 必填,生成签名的随机串
  562. signature: that.payResult.paySign, // 必填,签名
  563. jsApiList: ['chooseWXPay', 'checkJsApi'] // 必填,需要使用的JS接口列表
  564. })
  565. wxH5.ready(() => {
  566. wxH5.chooseWXPay({
  567. timestamp: that.payResult.timeStamp, // 支付签名时间戳,注意微信jssdk中的所有使用timestamp字段均为小写。但最新版的支付后台生成签名使用的timeStamp字段名需大写其中的S字符
  568. nonceStr: that.payResult.nonceStr, // 支付签名随机串,不长于 32 位
  569. package: that.payResult.packageValue, // 统一支付接口返回的prepay_id参数值,提交格式如:prepay_id=\*\*\*)
  570. signType: 'SHA1', // 签名方式,默认为'SHA1',使用新版支付需传入'MD5'
  571. paySign: that.payResult.paySign, // 支付签名
  572. success: () => {
  573. that.payQuery();
  574. },
  575. fail: (e) => {
  576. uni.$u.route('/center/order', {
  577. status: 0
  578. });
  579. console.log('wxPayfail', e);
  580. },
  581. cancel: () => {
  582. uni.$u.route('/center/order', {
  583. status: 0
  584. });
  585. that.cansubmit = true;
  586. }
  587. })
  588. })
  589. // #endif
  590. }
  591. }
  592. }
  593. </script>
  594. <style>
  595. page{
  596. background: linear-gradient(180deg, #ED0000 0%, #F9FBFD 50%,#F9FBFD 100%);
  597. background-repeat: no-repeat;
  598. }
  599. </style>
  600. <style lang="scss" scoped>
  601. .status-content{
  602. text-align: center;
  603. padding-top: 30rpx;
  604. margin-bottom: 52rpx;
  605. .text{
  606. font-size: 32rpx;
  607. font-weight: 400;
  608. color: #FFFFFF;
  609. margin-bottom: 52rpx;
  610. }
  611. .btn-wrap{
  612. margin-bottom: 40rpx;
  613. .btn{
  614. height: 64rpx;
  615. line-height: 64rpx;
  616. padding: 0 42rpx;
  617. border-radius: 8rpx;
  618. border: 2rpx solid #FFFFFF;
  619. background-color: #ffffff;
  620. font-size: 24rpx;
  621. font-weight: bold;
  622. color: #EE0B0B;
  623. &.cancel{
  624. border-color: #FFE2E2;
  625. color: #FFE2E2;
  626. background-color: transparent;
  627. }
  628. &:not(:last-of-type){
  629. margin-right: 100rpx;
  630. }
  631. }
  632. }
  633. }
  634. .base-info{
  635. background: #FFFFFF;
  636. box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(221,221,221,0.5);
  637. border-radius: 20rpx;
  638. overflow: hidden;
  639. margin-bottom: 24rpx;
  640. .top{
  641. padding: 36rpx 24rpx;
  642. background: #F9FAFD;
  643. font-size: 24rpx;
  644. font-weight: 400;
  645. color: #7F7F7F;
  646. }
  647. .info{
  648. padding: 28rpx 20rpx 30rpx 24rpx;
  649. .img{
  650. width: 180rpx;
  651. height: 160rpx;
  652. }
  653. .text{
  654. font-size: 24rpx;
  655. font-weight: 400;
  656. color: #7F7F7F;
  657. padding-left: 26rpx;
  658. flex: 1;
  659. .name{
  660. font-size: 28rpx;
  661. font-weight: bold;
  662. color: #363636;
  663. margin-bottom: 20rpx;
  664. }
  665. .time{
  666. margin-bottom: 20rpx;
  667. }
  668. .position{
  669. margin-bottom: 20rpx;
  670. }
  671. .status{
  672. font-size: 24rpx;
  673. font-weight: 400;
  674. color: #EE0606;
  675. }
  676. }
  677. }
  678. }
  679. .box{
  680. margin-bottom: 24rpx;
  681. background: #FFFFFF;
  682. box-shadow: 0rpx 0rpx 20rpx 2rpx rgba(221,221,221,0.5);
  683. border-radius: 20rpx;
  684. padding: 36rpx 24rpx;
  685. .title{
  686. font-size: 28rpx;
  687. font-weight: bold;
  688. color: #2D2D2D;
  689. padding-bottom: 20rpx;
  690. margin-bottom: 24rpx;
  691. border-bottom: 1px solid #F4F4F4;
  692. .btn{
  693. height: 40rpx;
  694. line-height: 40rpx;
  695. padding: 0 20rpx;
  696. border-radius: 8rpx;
  697. border: 2rpx solid #606060;
  698. font-size: 24rpx;
  699. font-weight: 400;
  700. color: #606060;
  701. cursor: pointer;
  702. }
  703. }
  704. }
  705. .order-info{
  706. .order-info-item{
  707. font-size: 30rpx;
  708. font-weight: 400;
  709. color: #333333;
  710. padding: 10rpx 0;
  711. // &:not(:last-child){
  712. // border-bottom: 0.5px solid #eee;
  713. // }
  714. .til{
  715. font-size: 24rpx;
  716. font-weight: 400;
  717. color: #999999;
  718. margin-right: 40rpx;
  719. }
  720. .copy-btn{
  721. margin-left: 32rpx;
  722. height: 30rpx;
  723. line-height: 30rpx;
  724. padding: 0 14rpx;
  725. border-radius: 8rpx;
  726. font-size: 20rpx;
  727. font-weight: 400;
  728. color: #999999;
  729. background: #EDEDED;
  730. }
  731. }
  732. }
  733. .tips{
  734. .tips-item{
  735. font-size: 24rpx;
  736. font-weight: 400;
  737. color: #7F7F7F;
  738. line-height: 36rpx;
  739. margin-bottom: 20rpx;
  740. }
  741. }
  742. .qr-wrap{
  743. .qr-content{
  744. text-align: center;
  745. font-size: 24rpx;
  746. font-weight: 400;
  747. color: #7F7F7F;
  748. }
  749. .img-wrap{
  750. position: relative;
  751. }
  752. .ayQrcode,.img{
  753. width: 180px;
  754. height: 180px;
  755. display: block;
  756. margin: 0 auto 20rpx;
  757. }
  758. .refund-ico{
  759. width: 200rpx;
  760. height: 152rpx;
  761. position: absolute;
  762. bottom: -10rpx;
  763. right: 60rpx;
  764. }
  765. }
  766. .order-num{
  767. position: relative;
  768. margin: 30rpx auto 0;
  769. font-size: 24rpx;
  770. font-weight: 400;
  771. color: #363636;
  772. border: 1px solid #363636;
  773. padding: 5rpx 20rpx;
  774. border-radius: 8rpx;
  775. width: fit-content;
  776. &.del-line{
  777. color: #BCBCBC;
  778. border: 1px solid #BCBCBC;
  779. }
  780. &.del-line::after{
  781. content: '';
  782. width: 110%;
  783. height: 1px;
  784. background-color: #BCBCBC;
  785. position: absolute;
  786. top: 50%;
  787. left: -5%;
  788. }
  789. }
  790. .viewers-list{
  791. .item{
  792. font-size: 24rpx;
  793. color: #999;
  794. margin-bottom: 10px;
  795. .qrbtn{
  796. color: #EE0606;
  797. }
  798. }
  799. }
  800. .singleQR-wrap{
  801. padding: 0 24rpx 50rpx;
  802. box-sizing: border-box;
  803. min-width: 80vw;
  804. .title{
  805. text-align: center;
  806. height: 94rpx;
  807. line-height: 94rpx;
  808. font-size: 28rpx;
  809. font-weight: bold;
  810. color: #2D2D2D;
  811. border-bottom: 2rpx solid #F4F4F4;
  812. margin-bottom: 24rpx;
  813. }
  814. .single-info{
  815. margin-bottom: 24rpx;
  816. .item{
  817. font-size: 24rpx;
  818. font-weight: 400;
  819. color: #363636;
  820. margin-bottom: 10rpx;
  821. }
  822. }
  823. .singleQrcode{
  824. width: 180px;
  825. height: 180px;
  826. margin: 24rpx auto 54rpx;
  827. position: relative;
  828. &.disabled{
  829. // /deep/ .canvas-qrcode{
  830. // opacity: 0.3;
  831. // }
  832. }
  833. }
  834. }
  835. </style>