no message

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:00:29 +08:00
commit 4d06351f6a
2830 changed files with 166480 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"refund.js","sources":["pageMake/refund/refund.vue","../../program/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZU1ha2VccmVmdW5kXHJlZnVuZC52dWU"],"sourcesContent":["<template>\n\t<view class=\"p30\">\n\t\t<view style=\"font-size: 36rpx; font-weight: bold; margin-top: 40rpx\">\n\t\t\t退款信息\n\t\t\t<text style=\"font-size: 26rpx; color: chocolate; font-weight: 500\">活动金额不在退款范围内</text>\n\t\t</view>\n\t\t<view style=\"display: flex; align-items: center; height: 100rpx; justify-content: space-between\">\n\t\t\t<view>¥</view>\n\t\t\t<input v-model=\"dataFrom.amount\" :placeholder=\"`可申请退款${balance}元`\" style=\"width: 500rpx; font-size: 32rpx\" type=\"number\" />\n\t\t\t<view @click=\"dataFrom.amount = balance\" style=\"font-size: 28rpx; color: #4879e6\">全部</view>\n\t\t</view>\n\t\t<view style=\"font-size: 28rpx; margin-bottom: 20rpx\">申请退款理由</view>\n\t\t<view style=\"margin-bottom: 30rpx\">\n\t\t\t<up-textarea v-model=\"dataFrom.refundReason\" placeholder=\"请输入退款理由\"></up-textarea>\n\t\t</view>\n\t\t<view style=\"font-weight: bold; font-size: 30rpx; margin-bottom: 20rpx\">退款须知:</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">1.退款金额不包含充值时使用的第三方优惠抵扣金额,退款时充值享受到的优惠金额也将全部扣除</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">2.您的退款金额到账时间由各充值渠道(微信/支付宝决定请耐心等待约1~3工作日到账</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">3.退款按照充值记录进行逐笔退款,一次申请可能产生多笔退款到账记录,请注意查收</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">4.正在充电或存在异常订单时无法进行退款操作</view>\n\t\t<view style=\"font-size: 26rpx; color: #60646b; line-height: 50rpx\">5.根据各充值渠道规则,只可退一年内的充值金额</view>\n\t\t<view style=\"position: fixed; bottom: 0; left: 0; width: 750rpx; padding: 20rpx 30rpx; border-top: 1rpx solid #eee\" class=\"flex-acsb\">\n\t\t\t<view style=\"width: 230rpx\">\n\t\t\t\t<!-- openType=\"contact\" -->\n\t\t\t\t<up-button @click=\"toKft\" :customStyle=\"{ height: '80rpx' }\" text=\"联系客服\" shape=\"circle\"></up-button>\n\t\t\t</view>\n\t\t\t<view style=\"width: 400rpx\">\n\t\t\t\t<up-button @click=\"refundTo\" :customStyle=\"{ height: '80rpx' }\" color=\"#4879e6\" text=\"提交\" shape=\"circle\"></up-button>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\nimport { refund } from '@/api/api.js';\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tbalance: 0,\n\t\t\tdataFrom: {\n\t\t\t\tamount: '',\n\t\t\t\trefundReason: ''\n\t\t\t}\n\t\t};\n\t},\n\tonLoad(options) {\n\t\tif (options.balance) {\n\t\t\tthis.balance = options.balance;\n\t\t}\n\t},\n\tmethods: {\n\t\ttoKft() {\n\t\t\tuni.makePhoneCall({\n\t\t\t\tphoneNumber: '4008005326' //仅为示例\n\t\t\t});\n\t\t},\n\t\trefundTo() {\n\t\t\tif (!this.dataFrom.amount) {\n\t\t\t\treturn uni.showToast({\n\t\t\t\t\ttitle: '请输入退款金额',\n\t\t\t\t\ticon: 'none'\n\t\t\t\t});\n\t\t\t}\n\t\t\trefund(this.dataFrom).then((res) => {\n\t\t\t\tuni.showModal({\n\t\t\t\t\ttitle: '提示',\n\t\t\t\t\tcontent: '提交成功',\n\t\t\t\t\tshowCancel: false,\n\t\t\t\t\tsuccess: function (res) {\n\t\t\t\t\t\tuni.navigateBack();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t}\n};\n</script>\n\n<style>\npage {\n\tbackground-color: #fff;\n}\n</style>\n","import MiniProgramPage from 'D:/project/云充电/pageMake/refund/refund.vue'\nwx.createPage(MiniProgramPage)"],"names":["uni","refund","res"],"mappings":";;;AAmCA,MAAK,YAAU;AAAA,EACd,OAAO;AACN,WAAO;AAAA,MACN,SAAS;AAAA,MACT,UAAU;AAAA,QACT,QAAQ;AAAA,QACR,cAAc;AAAA,MACf;AAAA;EAED;AAAA,EACD,OAAO,SAAS;AACf,QAAI,QAAQ,SAAS;AACpB,WAAK,UAAU,QAAQ;AAAA,IACxB;AAAA,EACA;AAAA,EACD,SAAS;AAAA,IACR,QAAQ;AACPA,oBAAAA,MAAI,cAAc;AAAA,QACjB,aAAa;AAAA;AAAA,MACd,CAAC;AAAA,IACD;AAAA,IACD,WAAW;AACV,UAAI,CAAC,KAAK,SAAS,QAAQ;AAC1B,eAAOA,cAAAA,MAAI,UAAU;AAAA,UACpB,OAAO;AAAA,UACP,MAAM;AAAA,QACP,CAAC;AAAA,MACF;AACAC,cAAAA,OAAO,KAAK,QAAQ,EAAE,KAAK,CAAC,QAAQ;AACnCD,sBAAAA,MAAI,UAAU;AAAA,UACb,OAAO;AAAA,UACP,SAAS;AAAA,UACT,YAAY;AAAA,UACZ,SAAS,SAAUE,MAAK;AACvBF,0BAAG,MAAC,aAAY;AAAA,UACjB;AAAA,QACD,CAAC;AAAA,MACF,CAAC;AAAA,IACF;AAAA,EACD;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC1EA,GAAG,WAAW,eAAe;"}