123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680 |
- <template>
- <view :style="viewColor">
- <form @submit="submitSub" report-submit='true'>
- <view class="payment-top acea-row row-column row-center-wrapper">
- <span class="name">我的余额</span>
- <view class="pic">
- ¥<span class="pic-font">{{ userinfo.now_money || 0 }}</span>
- </view>
- </view>
- <view class="payment">
- <view class="nav acea-row row-around row-middle">
- <view class="item" :class="active==index?'on':''" v-for="(item,index) in navRecharge" :key="index" @click="navRecharges(index)">{{item}}</view>
- </view>
- <view class='tip picList' v-if='!active'>
- <view class="pic-box pic-box-color acea-row row-center-wrapper row-column" :class="activePic == index ? 'pic-box-color-active' : ''"
- v-for="(item, index) in picList" :key="index" @click="picCharge(index, item)">
- <view class="pic-number-pic">
- {{ item.data.price }}<span class="pic-number"> 元</span>
- </view>
- <view class="pic-number">赠送:{{ item.data.give }} 元</view>
- </view>
- <view class="pic-box pic-box-color acea-row row-center-wrapper" :class="rechar_id == 0 ? 'pic-box-color-active' : ''"
- @click="picCharge(picList.length)">
- <input type="digit" :placeholder="otherValue" v-model="money" class="pic-box-money pic-number-pic" :class="rechar_id == 0 ? 'pic-box-color-active' : ''" />
- </view>
- <view class="tips-box">
- <view class="tips mt-30">注意事项:</view>
- <view class="tips-samll" v-for="item in rechargeAttention" :key="item">
- {{ item }}
- </view>
- </view>
- </view>
- <view class="tip" v-else>
- <view class='input'><text>¥</text><input placeholder="0.00" type='number' placeholder-class='placeholder' :value="number"
- name="number"></input></view>
- <view class="tips-title">
- <view style="font-weight: bold; font-size: 26rpx;">提示:</view>
- <view style="margin-top: 10rpx;">当前佣金为 <text class='t-color'>¥{{userinfo.brokerage_price || 0}}</text></view>
- </view>
- <view class="tips-box">
- <view class="tips mt-30">注意事项:</view>
- <view class="tips-samll" v-for="item in rechargeAttention" :key="item">
- {{ item }}
- </view>
- </view>
- </view>
- <button class='but' formType="submit"> {{active ? '立即转入': '立即充值' }}</button>
- </view>
- </form>
- <payment :payMode="payMode" :order_id="rechar_id" :pay_close="pay_close" :is-call="true" @onChangeFun="onChangeFun"
- :totalPrice="totalPrice"></payment>
- </view>
- </template>
- <script>
- // +----------------------------------------------------------------------
- // | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2016~2024 https://www.crmeb.com All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
- // +----------------------------------------------------------------------
- // | Author: CRMEB Team <admin@crmeb.com>
- // +----------------------------------------------------------------------
- var statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
- import {
- spreadInfo,
- rechargeRoutine,
- rechargeWechat,
- getRechargeApi,
- rechargeBrokerage
- } from '@/api/user.js';
- import { mapGetters } from "vuex";
- import payment from '@/components/payment';
- import { openPaySubscribe } from '@/utils/SubscribeMessage.js';
- export default {
- components: {
- payment
- },
- data() {
- let that = this;
- return {
- otherValue: '其他',
- now_money: 0,
- navRecharge: ['账户充值', '佣金转入'],
- active: 0,
- number: '',
- from: '',
- userinfo: {},
- placeholder: "0.00",
- picList: [],
- activePic: 0,
- money: "",
- numberPic: '',
- rechar_id: '0',
- rechargeAttention: [],
- delta: 1,
- statusBarHeight: statusBarHeight,
- pay_close: false,
- totalPrice: '0',
- payMode: [{
- name: '微信支付',
- icon: 'icon-weixinzhifu',
- // #ifdef H5
- value: this.$wechat.isWeixin() ? 'weixin' : 'h5',
- // #endif
- // #ifdef MP
- value: 'routine',
- // #endif
- // #ifdef APP-PLUS
- value: 'weixin',
- // #endif
- title: '微信快捷支付',
- payStatus: true
- }
- // #ifdef H5 ||APP-PLUS
- ,
- {
- name: '支付宝支付',
- icon: 'icon-zhifubao',
- // #ifdef H5 || APP-PLUS
- value: 'alipay',
- // #endif
- // #ifdef MP
- value: 'alipayQr',
- // #endif
- title: '支付宝支付',
- payStatus: true
- }
- // #endif
- ],
- };
- },
- computed: mapGetters(['viewColor','isLogin']),
- onLoad(options) {
- this.delta = options.delta || 1;
- if (this.isLogin) {
- this.getUserInfo();
- this.getRecharge();
- } else {
- toLogin()
- }
- },
- onUnload: function () {
- uni.navigateBack({
- delta: this.delta
- })
- },
- methods: {
- goBack: function() {
- uni.navigateBack();
- },
- /**
- * 选择金额
- */
- picCharge(idx, item) {
- this.activePic = idx;
- if (item === undefined) {
- this.rechar_id = '0';
- this.numberPic = "";
- this.otherValue = ''
- } else {
- this.otherValue = '其他'
- this.money = "";
- this.rechar_id = item.id.toString();
- this.numberPic = item.data.price;
- }
- },
- /**
- * 充值额度选择
- */
- getRecharge() {
- getRechargeApi()
- .then(res => {
- this.picList = res.data.recharge_quota;
- if (this.picList[0]) {
- this.rechar_id = this.picList[0].id.toString();
- this.numberPic = this.picList[0].data.price;
- }
- this.rechargeAttention = res.data.recharge_attention || [];
- })
- .catch(res => {
- this.$dialog.toast({
- mes: res
- });
- });
- },
- navRecharges: function(index) {
- this.active = index;
- },
- /**
- * 获取用户信息
- */
- getUserInfo: function() {
- let that = this;
- spreadInfo().then(res => {
- that.$set(that, 'userinfo', res.data);
- })
- },
- payClose: function() {
- this.pay_close = false;
- },
- payCheck: function(type) {
- this.createOrder(type);
- },
- /*
- * 用户充值
- */
- submitSub: function(e) {
- let that = this
- let value = e.detail.value.number;
- // 转入余额
- if (that.active) {
- if (parseFloat(value) < 0 || parseFloat(value) == NaN || value == undefined || value == "") {
- return that.$util.Tips({
- title: '请输入金额'
- });
- }
- if(parseFloat(value) > that.userinfo.brokerage_price){
- return that.$util.Tips({
- title: '剩余可用佣金不足' + parseFloat(value)
- });
- }
- uni.showModal({
- title: '转入余额',
- content: '转入余额后无法再次转出,确认是否转入余额',
- success(res) {
- if (res.confirm) {
- rechargeBrokerage({
- brokerage: parseFloat(value),
- }).then(res => {
- that.$util.Tips({
- title: '转入成功',
- icon: 'success'
- });
- uni.navigateTo({
- url: '/pages/users/user_money/index'
- });
- }).catch(err => {
- return that.$util.Tips({
- title: err
- })
- });
- } else if (res.cancel) {
- return that.$util.Tips({
- title: '已取消'
- });
- }
- },
- })
- } else {
- if (this.rechar_id == 0) {
- if (parseFloat(that.money)=== 0) {
- return that.$util.Tips({
- title: '充值金额金额不能为0!'
- });
- }
- if (!that.money) {
- return that.$util.Tips({
- title: '请填写充值金额!'
- });
- }
- if (!Number(that.money)) {
- return that.$util.Tips({
- title: '请填写正确的金额!'
- });
- }
- }
- this.pay_close = true
- }
- },
- createOrder(type) {
- let that = this;
- let query = {
- price: that.rechar_id == 0 ? that.money : that.numberPic,
- recharge_id: that.rechar_id,
- type: type,
- // #ifdef H5
- return_url: location.port ? location.protocol + '//' + location.hostname + ':' + location.port +
- '/pages/users/user_payment/index' : location.protocol + '//' + location.hostname +
- '/pages/users/user_payment/index'
- // #endif
- };
- // #ifdef MP
- // openPaySubscribe().then(() => {
- rechargeWechat(query).then(res => {
- that.callPay(res);
- }).catch(err => {
- uni.showToast({
- title: err,
- icon: 'none'
- });
- });
- // });
- // #endif
- // #ifndef MP
- rechargeWechat(query).then(res => {
- that.callPay(res);
- }).catch(err => {
- uni.showToast({
- title: err,
- icon: 'none'
- });
- });
- // #endif
- },
- // 调用支付
- callPay(res) {
- let that = this, status = res.data.type,
- orderId = res.data.recharge_id,
- callback_key = res.data.pay_key,
- jsConfig = res.data.config,
- goPages = '/pages/users/user_payment/index';
- switch (status) {
- case 'ORDER_EXIST':
- case 'EXTEND_ORDER':
- case 'PAY_ERROR':
- case 'error':
- uni.hideLoading();
- return that.$util.Tips({
- title: res.message
- }, {
- tab: 5,
- url: goPages
- });
- break;
- case 'success':
- uni.hideLoading();
- if (that.seckillId)
- return that.$util.Tips({
- title: res.message,
- icon: 'success'
- }, {
- tab: 4,
- url: goPages
- });
- return that.$util.Tips({
- title: res.message,
- icon: 'success'
- }, {
- tab: 5,
- url: goPages
- });
- break;
- case 'alipay':
- case "alipayQr":
- uni.hideLoading();
- that.$emit('onChangeFun', {
- action: 'payClose'
- });
- uni.navigateTo({
- url: '/pages/order_pay_back/index?keyCode='+callback_key+'&url='+jsConfig+'&type=10'
- })
- return;
- break;
- // #ifndef MP
- case "wechat":
- case "weixin":
- case "weixinApp":
- jsConfig.timeStamp = jsConfig.timestamp;
- // #ifndef APP-PLUS
- that.$wechat.pay(jsConfig).then(res => {
- return that.$util.Tips({
- title: res.message,
- icon: 'success'
- }, {
- tab: 4,
- url: goPages
- });
- }).catch(res => {
- if (res.errMsg == 'chooseWXPay:cancel') return that.$util.Tips({
- title: '取消支付'
- }, {
- tab: 5,
- url: goPages
- });
- })
- // #endif
- // #ifdef APP-PLUS
- let mp_pay_name=''
- if(uni.requestOrderPayment){
- mp_pay_name='requestOrderPayment'
- }else{
- mp_pay_name='requestPayment'
- }
- uni[mp_pay_name]({
- provider: 'wxpay',
- orderInfo: jsConfig,
- success: (e) => {
- let url = '/pages/users/user_payment/index';
- return that.$util.Tips({
- title: '支付成功',
- icon: 'success'
- }, {
- tab: 4,
- url: url
- });
- },
- fail: (e) => {
- uni.showModal({
- content: "支付失败",
- showCancel: false,
- success: function(res) {
- let url = '/pages/users/user_payment/index';
- uni.redirectTo({
- url: url
- })
- }
- })
- },
- complete: () => {
- uni.hideLoading();
- },
- });
- // #endif
- break;
- // #endif
- // #ifdef MP
- case "routine":
- jsConfig.timeStamp = jsConfig.timestamp;
- let mp_pay_name=''
- if(uni.requestOrderPayment){
- mp_pay_name='requestOrderPayment'
- }else{
- mp_pay_name='requestPayment'
- }
- uni[mp_pay_name]({
- ...jsConfig,
- success: function(res) {
- uni.hideLoading();
- that.getUserInfo();
- that.getRecharge();
- return that.$util.Tips({
- title: '支付成功',
- icon: 'success'
- }, {
- tab: 5,
- url: goPages
- });
- },
- fail: function(e) {
- uni.hideLoading();
- return that.$util.Tips({
- title: '取消支付'
- }, {
- tab: 5,
- url: goPages
- });
- },
- })
- break;
- // #endif
- case "balance":
- uni.hideLoading();
- //余额不足
- return that.$util.Tips({
- title: res.message
- }, {
- tab: 5,
- url: goPages
- });
- break;
- // #ifdef H5
- case 'h5':
- let host = window.location.protocol + "//" + window.location.host;
- let url = `${host}/pages/users/user_payment/index`
- let eUrl = encodeURIComponent(url)
- let jsurl = jsConfig.mweb_url || jsConfig.h5_url
- let locations = `${jsurl}&redirect_url=${eUrl}`
- setTimeout(() => {
- location.href = locations;
- }, 100);
- break;
- // #endif
- // #ifdef APP-PLUS
- case 'alipayApp':
- uni.requestPayment({
- provider: 'alipay',
- orderInfo: jsConfig,
- success: (e) => {
- return that.$util.Tips({
- title: '支付成功',
- icon: 'success'
- }, {
- tab: 5,
- url: goPages
- });
- },
- fail: (e) => {
- uni.showModal({
- content: "支付失败",
- showCancel: false,
- success: function(res) {
- uni.redirectTo({
- url: goPages
- })
- }
- })
- },
- complete: () => {
- uni.hideLoading();
- },
- });
- break;
- // #endif
- }
- },
- onChangeFun: function(e) {
- let opt = e;
- let action = opt.action || null;
- let value = opt.value != undefined ? opt.value : null;
- action && this[action] && this[action](value);
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- page {
- width: 100%;
- height: 100%;
- background-color: #fff;
- }
- .payment {
- position: relative;
- top: -60rpx;
- width: 100%;
- padding-bottom: 50rpx;
- background-color: #fff;
- border-radius: 10rpx;
- padding-top: 25rpx;
- border-top-right-radius: 40rpx;
- border-top-left-radius: 40rpx;
- }
- .payment .nav {
- height: 75rpx;
- line-height: 75rpx;
- padding: 0 100rpx;
- }
- .payment .nav .item {
- font-size: 30rpx;
- color: #333;
- }
- .payment .nav .item.on {
- font-weight: bold;
- border-bottom: 4rpx solid var(--view-theme);
- }
- .t-color{color:var(--view-theme);}
- .payment .input {
- display: flex;
- align-items: center;
- justify-content: center;
- border-bottom: 1px dashed #dddddd;
- margin: 60rpx auto 0 auto;
- padding-bottom: 20rpx;
- font-size: 56rpx;
- color: #333333;
- flex-wrap: nowrap;
- }
- .payment .input text {
- padding-left: 106rpx;
- }
- .payment .input input {
- padding-right: 106rpx;
- width: 300rpx;
- height: 94rpx;
- text-align: center;
- font-size: 70rpx;
- }
- .payment .placeholder {
- color: #d0d0d0;
- height: 100%;
- line-height: 94rpx;
- }
- .payment .tip {
- font-size: 26rpx;
- color: #888888;
- padding: 0 30rpx;
- margin-top: 25rpx;
- }
- .payment .but {
- color: #fff;
- font-size: 30rpx;
- width: 700rpx;
- height: 86rpx;
- border-radius: 50rpx;
- margin: 46rpx auto 0 auto;
- line-height: 86rpx;
- background-color: var(--view-theme);
- }
- .container{
- position: relative;
- background-color: var(--view-theme);
- border-radius: 0 0 40rpx 40rpx;
- .fixed-head{
- position: absolute;
- left: 0;
- top: 20px;
- width: 100%;
- z-index: 10;
- .icon-xiangzuo {
- margin-right: 40rpx;
- margin-left: 20rpx;
- font-size: 40rpx;
- color: #fff;
- }
- }
- }
- .payment-top {
- width: 100%;
- height: 350rpx;
- position: relative;
- background-color: var(--view-theme);
- .name {
- font-size: 26rpx;
- color: rgba(255, 255, 255, 0.8);
- margin-top: -38rpx;
- margin-bottom: 30rpx;
- }
- .pic {
- font-size: 32rpx;
- color: #fff;
- }
- .pic-font {
- font-size: 78rpx;
- color: #fff;
- }
- }
- .picList {
- display: flex;
- flex-wrap: wrap;
- margin: 30rpx 0;
- .pic-box {
- width: 32%;
- height: auto;
- border-radius: 20rpx;
- margin-top: 21rpx;
- padding: 20rpx 0;
- margin-right: 12rpx;
- &:nth-child(3n) {
- margin-right: 0;
- }
- }
- .pic-box-color {
- background-color: #f4f4f4;
- color: #656565;
- }
- .pic-number {
- font-size: 22rpx;
- }
- .pic-number-pic {
- font-size: 38rpx;
- margin-right: 10rpx;
- text-align: center;
- }
- .pic-box-color-active {
- background-color: var(--view-theme);
- color: #fff;
- }
- }
- .tips-box {
- .tips {
- font-size: 28rpx;
- color: #333333;
- font-weight: 800;
- margin-bottom: 14rpx;
- margin-top: 20rpx;
- }
- .tips-samll {
- font-size: 24rpx;
- color: #333333;
- margin-bottom: 14rpx;
- }
- }
- .tips-title {
- margin-top: 20rpx;
- font-size: 24rpx;
- color: #333;
- }
- </style>
|