Compare commits

..

No commits in common. "e19e4b8084f087ece9f96f2b188d7f0c5546a43a" and "aefeadb529d54e2e3e18b32b2a6be510f18238fc" have entirely different histories.

6 changed files with 140 additions and 119 deletions

View File

@ -14,56 +14,48 @@
<view class="guide-text"> <view class="guide-text">
<text>尊敬的经销商伙伴们</text> <text>尊敬的经销商伙伴们</text>
<text <text
>保障大家能够顺利快捷地进行提现操作同时积极响应并符合十一后国家法律法规的最新要求现需各位经销商伙伴完成提现绑定操作以下是详细的操作步骤请大家按照顺序依次进行</text >了让大家顺利快捷地提现符合法律法规的要求现需完成提现绑定操作步骤如下按序操作即可</text
> >
</view> </view>
<view class="guide-steps"> <view class="guide-steps">
<view class="step-item"> <view class="step-item">
<text class="step-number">1.</text> <text class="step-number">1.</text>
<text class="step-text" <text class="step-text"
>扫码进入签约页面使用微信扫描指定二维码进入相关操作界面后点击去签约</text >微信扫码后用实际收款人本人手机号登录</text
> >
</view> </view>
<view class="step-item"> <view class="step-item">
<text class="step-number">2.</text> <text class="step-number">2.</text>
<text class="step-text" <text class="step-text"
>在线签约在跳转的页面中找到并点击在线签约选项同意隐私政策仔细阅读隐私政策申明确认无误后点击同意并继续</text >点击 "继续签约"上传本人身份证照片完成实名认证</text
> >
</view> </view>
<view class="step-item"> <view class="step-item">
<text class="step-number">3.</text> <text class="step-number">3.</text>
<text class="step-text" <text class="step-text"
>绑定手机号码输入绑卡人的手机号码获取验证码将收到的验证码准确输入后点击下一步</text >进入合同页面选择 "默认印章"输入收到的验证码完成签约</text
> >
</view> </view>
<view class="step-item"> <view class="step-item">
<text class="step-number">4.</text> <text class="step-number">4.</text>
<text class="step-text" <text class="step-text"
>上传身份证照片可选择现场拍摄身份证正反面照片或从手机相册中选取已保存的身份证正反面照片进行上传上传完成后点击下一步</text >返回首页点击 "提现"若显示 "开户"下拉刷新页面即可</text
> >
</view> </view>
<view class="step-item"> <view class="step-item">
<text class="step-number">5.</text> <text class="step-number">5.</text>
<text class="step-text" <text class="step-text"
>输入银行卡号准确输入银行卡号系统将提示签约成功随后自动跳转到协议页面</text >进入绑卡页面完成银行卡绑定后即可操作提现</text
>
</view>
<view class="step-item">
<text class="step-number">6.</text>
<text class="step-text"
>完成手写签名在协议页面的最下方进行手写签名操作签名完成后即完成整个签约流程</text
> >
</view> </view>
</view> </view>
<view class="guide-footer"> <view class="guide-footer">
<text <text>请大家尽快办理有疑问可随时联系我们感谢配合</text>
>请大家务必尽快办理提现绑定操作以免影响后续的提现业务若在操作过程中遇到任何疑问或困难可随时与我们联系我们将竭诚为大家提供帮助感谢大家的理解与配合</text
>
</view> </view>
<view class="qr-code-section"> <view class="qr-code-section">
<image <image
class="qr-code-image" class="qr-code-image"
src="@/static/images/qr-code.png" src="https://bd-qd.oss-cn-beijing.aliyuncs.com/online_tmp/appletCode.png"
mode="aspectFit" mode="aspectFit"
/> />
</view> </view>
@ -90,9 +82,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.withdrawal-guide-content { .withdrawal-guide-content {
padding: 0rpx 20rpx 20rpx; padding: 0rpx 32rpx 32rpx;
height: 80vh;
overflow-y: auto;
.guide-title { .guide-title {
font-size: 32rpx; font-size: 32rpx;
font-weight: bold; font-weight: bold;

View File

@ -1,34 +1,34 @@
{ {
"name" : "qyj_console", "name": "qyj_console",
"appid" : "__UNI__31B4587", "appid": "__UNI__31B4587",
"description" : "", "description": "",
"versionName" : "1.0.0", "versionName": "1.0.0",
"versionCode" : "100", "versionCode": "100",
"transformPx" : false, "transformPx": false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus": {
"usingComponents" : true, "usingComponents": true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler": "uni-app",
"compilerVersion" : 3, "compilerVersion": 3,
"splashscreen" : { "splashscreen": {
"alwaysShowBeforeRender" : true, "alwaysShowBeforeRender": true,
"waiting" : true, "waiting": true,
"autoclose" : true, "autoclose": true,
"delay" : 0 "delay": 0
}, },
/* */ /* */
"modules" : { "modules": {
"Bluetooth" : {}, "Bluetooth": {},
"Barcode" : {}, "Barcode": {},
"Camera" : {}, "Camera": {},
"Fingerprint" : {}, "Fingerprint": {},
"FaceID" : {} "FaceID": {}
}, },
/* */ /* */
"distribute" : { "distribute": {
/* android */ /* android */
"android" : { "android": {
"permissions" : [ "permissions": [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
@ -45,67 +45,66 @@
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
], ],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] "abiFilters": [
"armeabi-v7a",
"arm64-v8a",
"x86"
]
}, },
/* ios */ /* ios */
"ios" : { "ios": {
"dSYMs" : false "dSYMs": false
}, },
/* SDK */ /* SDK */
"sdkConfigs" : { "sdkConfigs": {
"push" : {} "push": {}
} }
} }
}, },
/* */ /* */
"quickapp" : {}, "quickapp": {},
/* */ /* */
"mp-weixin" : { "mp-weixin": {
"appid" : "wxe26d23c09932e93b", "appid": "wxe26d23c09932e93b",
"setting" : { "setting": {
"urlCheck" : false, "urlCheck": false,
"es6" : false, "es6": false,
"minified" : false "minified": false
}, },
"usingComponents" : true "usingComponents": true
}, },
"mp-alipay" : { "mp-alipay": {
"usingComponents" : true "usingComponents": true
}, },
"mp-baidu" : { "mp-baidu": {
"usingComponents" : true "usingComponents": true
}, },
"mp-toutiao" : { "mp-toutiao": {
"usingComponents" : true "usingComponents": true
}, },
"uniStatistics" : { "uniStatistics": {
"enable" : false "enable": false
}, },
"vueVersion" : "2", "vueVersion": "2",
"h5" : { "h5": {
"template" : "index.html", "template": "index.html",
"router" : { "router": {
"mode" : "hash" "mode": "hash"
}, },
"devServer" : { "devServer": {
"https" : false, "https": false,
"port" : 8000, "port": 8000,
"disableHostCheck" : true, "disableHostCheck": true,
"proxy" : { "proxy": {
"/prod-api" : { "/prod-api": {
"target" : "http://192.168.0.104:8080", "target": "http://192.168.0.104:8080",
"changeOrigin" : true, "changeOrigin": true,
"pathRewrite" : { "pathRewrite": {
"^/prod-api" : "" "^/prod-api": ""
} }
} }
} }
},
"optimization" : {
"treeShaking" : {
"enable" : true
}
} }
}, },
"fallbackLocale" : "zh-Hans" "fallbackLocale": "zh-Hans"
} }

View File

@ -1,9 +1,9 @@
<template> <template>
<view class="content"> <view :class="userInfo.skin ? 'content1' : 'content'">
<view class="content_a"> <view class="content_a">
<!-- 商品专区入口 先别删 --> <!-- 商品专区入口 先别删 -->
<!-- <view @tap="goSpecialArea">会员专区</view> --> <!-- <view @tap="goSpecialArea">会员专区</view> -->
<view class="index-top"> </view> <view :class="userInfo.skin ? 'index-top1' : 'index-top'"> </view>
<view class="banner" v-if="isEmpty(goodsList.advertBannerList) == false"> <view class="banner" v-if="isEmpty(goodsList.advertBannerList) == false">
<view class="uni-margin-wrap"> <view class="uni-margin-wrap">
@ -60,7 +60,14 @@
ref="child" ref="child"
:publishLocationIndex="10" :publishLocationIndex="10"
></notice-popup> ></notice-popup>
<!-- 植树弹窗
<getTree ref="tree"></getTree>
-->
<!-- 站内信弹窗 -->
<znNewsPopup
ref="child2"
@childMethodTrigger="callChildMethod"
></znNewsPopup>
<!-- 直推排行弹窗 --> <!-- 直推排行弹窗 -->
<RankingPopup <RankingPopup
ref="rankingPopup" ref="rankingPopup"
@ -97,6 +104,8 @@ import * as ban from '@/config/balance.js'
import { getAreaGoods } from '@/config/special-area' import { getAreaGoods } from '@/config/special-area'
import clTabbar from '@/components/cl-tabbar.vue' import clTabbar from '@/components/cl-tabbar.vue'
import noticePopup from '@/components/noticePopup.vue' import noticePopup from '@/components/noticePopup.vue'
import getTree from '@/components/getTree.vue'
import znNewsPopup from '@/components/znNewsPopup.vue'
import areaProductList from '@/components/area-product-list/index.vue' import areaProductList from '@/components/area-product-list/index.vue'
import { formatCurrency } from '@/util/index.js' import { formatCurrency } from '@/util/index.js'
import { mapGetters } from 'vuex' import { mapGetters } from 'vuex'
@ -107,7 +116,9 @@ import RankingPopup from '@/components/RankingPopup.vue'
export default { export default {
components: { components: {
noticePopup, noticePopup,
znNewsPopup,
'cl-tabbar': RaisedTabbar, 'cl-tabbar': RaisedTabbar,
getTree,
areaProductList, areaProductList,
RegionSelect, RegionSelect,
GoodsList, GoodsList,
@ -479,6 +490,9 @@ export default {
} }
}) })
}, },
callznMethod() {
this.$refs.child2.getUserTc2()
},
noticePopupHandleClose() { noticePopupHandleClose() {
// this.$refs.regionSelect.getRegionSelect() // this.$refs.regionSelect.getRegionSelect()
}, },
@ -672,15 +686,15 @@ export default {
} }
} }
} }
// .content1 { .content1 {
// background: url('~@/static/images/fBgd.jpg') no-repeat; background: url('~@/static/images/fBgd.jpg') no-repeat;
// background-size: 100% 100%; background-size: 100% 100%;
// height: 100vh; height: 100vh;
// .content_a { .content_a {
// overflow: auto; overflow: auto;
// height: 100%; height: 100%;
// } }
// } }
.more { .more {
color: #333; color: #333;
background-color: #fff; background-color: #fff;
@ -978,6 +992,21 @@ page {
padding: 30rpx 20rpx; padding: 30rpx 20rpx;
} }
} }
.index-top1 {
background: url('~@/static/images/tBgd.jpg') no-repeat;
background-size: 100% 100%;
// padding: 30rpx 20rpx; // height: 100rpx;
// background-color: #fff;
display: flex;
justify-content: space-between;
position: fixed;
z-index: 10;
width: 100%;
height: 100%;
.index_t {
padding: 30rpx 20rpx;
}
}
.index-right { .index-right {
display: flex; display: flex;

View File

@ -139,11 +139,10 @@ export default {
} }
this.topList[0].path = this.topList[0].path =
'/pages/pay/index?paramsPost=' + JSON.stringify(params) '/pages/pay/index?paramsPost=' + JSON.stringify(params)
this.getList()
this.userInfo = uni.getStorageSync('User') this.userInfo = uni.getStorageSync('User')
}, },
onShow() { onShow() {
this.getList()
this.gettopList() this.gettopList()
this.ifCodeName() this.ifCodeName()
}, },

View File

@ -7,7 +7,7 @@
:rules="rules" :rules="rules"
ref="uForm" ref="uForm"
> >
<!-- <u-form-item <u-form-item
label-width="200rpx" label-width="200rpx"
:label="'银行卡号'" :label="'银行卡号'"
prop="cardNumber" prop="cardNumber"
@ -24,7 +24,7 @@
<view v-else style="color: red" @click="goBindbank"> <view v-else style="color: red" @click="goBindbank">
{{ '请先绑定银行卡' }} {{ '请先绑定银行卡' }}
</view> </view>
</u-form-item> --> </u-form-item>
<u-form-item <u-form-item
label-width="200rpx" label-width="200rpx"
:label="`${'提现金额'}(${isLocaled()})`" :label="`${'提现金额'}(${isLocaled()})`"
@ -134,7 +134,7 @@
<u-button class="subbtn" @click="submit">{{ '提现' }}</u-button> <u-button class="subbtn" @click="submit">{{ '提现' }}</u-button>
</view> </view>
<u-toast ref="uToast"></u-toast> <u-toast ref="uToast"></u-toast>
<!-- <u-modal <u-modal
:show="unBindDefaultModal" :show="unBindDefaultModal"
showCancelButton showCancelButton
@cancel="unBindDefaultModal = false" @cancel="unBindDefaultModal = false"
@ -143,12 +143,12 @@
@confirm="unBindDefaultConfirm" @confirm="unBindDefaultConfirm"
> >
请先绑定默认银行卡 请先绑定默认银行卡
</u-modal> --> </u-modal>
<!-- 提现引导弹窗 --> <!-- 提现引导弹窗 -->
<WithdrawalGuide <!-- <WithdrawalGuide
:show="showWithdrawalGuide" :show="showWithdrawalGuide"
@confirm="onWithdrawalGuideConfirm" @confirm="onWithdrawalGuideConfirm"
/> /> -->
</view> </view>
</template> </template>
@ -242,14 +242,14 @@ export default {
this.dataForm.pkAccount = res.data[0].pkId this.dataForm.pkAccount = res.data[0].pkId
} }
}) })
// bal.getDefaultBank().then(res => { bal.getDefaultBank().then(res => {
// if (res.data && Object.keys(res.data).length > 0) { if (res.data && Object.keys(res.data).length > 0) {
// this.bankData = res.data this.bankData = res.data
// this.dataForm.pkBank = res.data.pkId this.dataForm.pkBank = res.data.pkId
// } else { } else {
// this.unBindDefaultModal = true this.unBindDefaultModal = true
// } }
// }) })
}, },
unBindDefaultConfirm() { unBindDefaultConfirm() {
this.unBindDefaultModal = false this.unBindDefaultModal = false
@ -267,14 +267,14 @@ export default {
message: res.msg || '提现成功', message: res.msg || '提现成功',
type: 'success', type: 'success',
}) })
// setTimeout(() => { setTimeout(() => {
// uni.navigateBack() uni.navigateBack()
// }, 500) }, 500)
// //
setTimeout(() => { // setTimeout(() => {
this.showWithdrawalGuide = true // this.showWithdrawalGuide = true
}, 300) // }, 300)
} }
}) })
}) })
@ -292,6 +292,9 @@ export default {
if (!this.dataForm.cashAmount) { if (!this.dataForm.cashAmount) {
uni.$u.toast('请先输入金额') uni.$u.toast('请先输入金额')
return return
} else if (!this.dataForm.pkAccount) {
uni.$u.toast('请先选择账户')
return
} }
bal bal
.getWidthdrawShow({ .getWidthdrawShow({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB