cyywl_shop_app/dist/static/js/pages-member_application-in...

1 line
20 KiB
JavaScript
Raw Normal View History

2023-05-29 19:28:44 +08:00
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-member_application-index"],{"025d":function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return o})),a.d(t,"a",(function(){return i}));var i={uModal:a("c1ec").default},n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("v-uni-view",[a("v-uni-view",{staticClass:"payment",class:e.pay_close?"on":""},[a("v-uni-view",{staticClass:"title acea-row row-center-wrapper"},[e._v("选择付款方式"),a("v-uni-text",{staticClass:"iconfont icon-guanbi",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.close.apply(void 0,arguments)}}})],1),e._l(e.payMode,(function(t,i){return a("v-uni-view",{key:i,staticClass:"item acea-row row-between-wrapper",on:{click:function(a){arguments[0]=a=e.$handleEvent(a),e.goPay(t.value)}}},[a("v-uni-view",{staticClass:"left acea-row row-between-wrapper"},[a("v-uni-view",{staticClass:"iconfont",class:t.icon}),a("v-uni-view",{staticClass:"text"},[a("v-uni-view",{staticClass:"name"},[e._v(e._s(t.name))]),t.number?a("v-uni-view",{staticClass:"info"},[e._v(e._s(t.title)),a("span",{staticClass:"money"},[e._v("¥"+e._s(t.number))])]):a("v-uni-view",{staticClass:"info"},[e._v(e._s(t.title))])],1)],1),a("v-uni-view",{staticClass:"iconfont icon-xiangyou"})],1)}))],2),e.pay_close?a("v-uni-view",{staticClass:"mask",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.close.apply(void 0,arguments)}}}):e._e(),a("v-uni-button",{staticClass:"clipboard",staticStyle:{cursor:"pointer",display:"none"},attrs:{"data-clipboard-text":e.alipayLink}}),a("u-modal",{attrs:{show:e.alipayShow,title:"支付宝支付"},on:{confirm:function(t){arguments[0]=t=e.$handleEvent(t),e.handleConfirm.apply(void 0,arguments)}}},[a("v-uni-view",{staticClass:"slot-content"},[a("v-uni-rich-text",{attrs:{nodes:e.alipayForm}})],1)],1)],1)},o=[]},"0f76":function(e,t,a){"use strict";a("7a82");var i=a("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;a("7d1b");var n=i(a("2ab4")),o=a("43cd"),r=a("26cb"),s=i(a("0874")),l={props:{payMode:{type:Array,default:function(){return[]}},pay_close:{type:Boolean,default:!1},payInfo:{type:Object,deafult:function(){return{orderInfos:[]}}}},data:function(){return{alipayShow:!1,alipayForm:"链接已复制,请到外部浏览器完成支付",alipayLink:""}},computed:(0,r.mapGetters)(["systemPlatform","openId"]),mounted:function(){new s.default(".clipboard")},methods:{handleConfirm:function(){this.alipayShow=!1,window.location.reload()},close:function(){this.$emit("onChangeFun",{action:"payClose"})},goPay:function(e){var t=this;if(0===t.payInfo.orderInfos.length)return t.$util.Tips({title:"请选择要支付的订单"});(0,n.default)({payInfo:t.payInfo,payType:e,createOrderFun:o.memberTopUp,wxPaySuccess:function(){window.location.reload()},aliPaySuccess:function(e){t.alipayLink=e,setTimeout((function(){document.querySelector(".clipboard").click(),t.alipayShow=!0}),500)}})}}};t.default=l},"1de5":function(e,t,a){"use strict";e.exports=function(e,t){return t||(t={}),e=e&&e.__esModule?e.default:e,"string"!==typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},"3cd5":function(e,t,a){e.exports=a.p+"static/img/vip1.4a702faf.png"},"425c":function(e,t,a){var i=a("24fb");t=i(!1),t.push([e.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理你也可以直接在你的