This commit is contained in:
parent
1906683333
commit
cd95a0bcfd
|
@ -2,8 +2,8 @@
|
||||||
"name" : "惠农商户平台",
|
"name" : "惠农商户平台",
|
||||||
"appid" : "__UNI__1EE148C",
|
"appid" : "__UNI__1EE148C",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.2.2",
|
"versionName" : "1.2.4",
|
||||||
"versionCode" : 122,
|
"versionCode" : 124,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
@ -296,13 +296,13 @@
|
||||||
"pages": [{
|
"pages": [{
|
||||||
"path": "qrcode",
|
"path": "qrcode",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "面对面收款",
|
"navigationBarTitleText": "提货付款",
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "get_payment",
|
"path": "get_payment",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "面对面收款",
|
"navigationBarTitleText": "提货付款",
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
<view class="body" >
|
<view class="body" >
|
||||||
<view class="b-card" v-if="type==1">
|
<view class="b-card" v-if="type==1">
|
||||||
<view class="b-top">
|
<view class="b-top">
|
||||||
<view>春耕采购余额{{info.spring_subsidy_amount}}元</view>
|
<view>春耕采购金额{{info.spring_subsidy_amount}}元</view>
|
||||||
<view>采购余额{{info.spring_subsidy}}元</view>
|
<view>剩余金额{{info.spring_subsidy}}元</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="b-bottom">
|
<view class="b-bottom">
|
||||||
<view class="pro">
|
<view class="pro">
|
||||||
|
|
|
@ -403,7 +403,7 @@
|
||||||
</form>
|
</form>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
<activePopup v-if="userInfoData.mer_info.type_id"></activePopup>
|
<activePopup v-if="userInfoData.mer_info&&userInfoData.mer_info.type_id"></activePopup>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
||||||
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">面对面收款</text>
|
<text class="text">提货付款</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <view class="examine" @click="navigator(`/pages/nongKe/teach_video/teach_video`)">
|
<!-- <view class="examine" @click="navigator(`/pages/nongKe/teach_video/teach_video`)">
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
||||||
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">面对面收款</text>
|
<text class="text">提货付款</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
|
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
||||||
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">面对面收款</text>
|
<text class="text">提货付款</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
@ -457,7 +457,7 @@
|
||||||
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
|
||||||
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
|
||||||
</image>
|
</image>
|
||||||
<text class="text">面对面收款</text>
|
<text class="text">提货付款</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<view style="height: var(--status-bar-height);"></view>
|
<view style="height: var(--status-bar-height);"></view>
|
||||||
|
|
||||||
<view class="v-navbar">
|
<view class="v-navbar">
|
||||||
<u-navbar title="面对面收款" @rightClick="rightClick" :autoBack="true" :fixed="false" bgColor="transparent"
|
<u-navbar title="提货付款" @rightClick="rightClick" :autoBack="true" :fixed="false" bgColor="transparent"
|
||||||
leftIconColor="#fff" :titleStyle="{color:'#fff',fontWeight:'bold',fontSize:'32rpx'}">
|
leftIconColor="#fff" :titleStyle="{color:'#fff',fontWeight:'bold',fontSize:'32rpx'}">
|
||||||
</u-navbar>
|
</u-navbar>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -78,18 +78,19 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="v-navbar">
|
<view class="v-navbar">
|
||||||
<u-navbar title="面对面收款" :autoBack="true" :fixed="false" bgColor="transparent" leftIconColor="#fff"
|
<u-navbar title="提货付款" :autoBack="true" :fixed="false" bgColor="transparent" leftIconColor="#fff"
|
||||||
:titleStyle="{color:'#fff',fontWeight:'bold',fontSize:'32rpx'}">
|
:titleStyle="{color:'#fff',fontWeight:'bold',fontSize:'32rpx'}">
|
||||||
</u-navbar>
|
</u-navbar>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="v-desc">
|
<!-- <view class="v-desc">
|
||||||
<view class="v-desc-main">扫描二维码</view>
|
<view class="v-desc-main">扫描二维码</view>
|
||||||
<view class="v-desc-sub">即可进入面对面付款</view>
|
<view class="v-desc-sub">即可进入面对面付款</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<view class="v-qrcode">
|
<view class="v-qrcode">
|
||||||
<u-image width="540rpx" height="540rpx" :showLoading="true" :src="img" class="v-qrcode-img"></u-image>
|
<u-image width="540rpx" height="540rpx" :showLoading="true" :src="img" class="v-qrcode-img"></u-image>
|
||||||
|
<view style="color: #FF5E0C;text-align: center;" v-if="userInfo.mer_info">{{userInfo.mer_info.mer_name}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="v-btn" @click="handleSavePic">
|
<view class="v-btn" @click="handleSavePic">
|
||||||
|
@ -106,12 +107,14 @@
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
img: ''
|
img: '',
|
||||||
|
userInfo: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(opt) {
|
onLoad(opt) {
|
||||||
let user = this.$store.state.app.userInfo;
|
let user = this.$store.state.app.userInfo;
|
||||||
if(typeof user =='string') user = JSON.parse(user);
|
if(typeof user =='string') user = JSON.parse(user);
|
||||||
|
this.userInfo = user;
|
||||||
this.getQrcode(user.service.mer_id)
|
this.getQrcode(user.service.mer_id)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -66,7 +66,9 @@
|
||||||
当前押金: ¥{{ot_margin}}
|
当前押金: ¥{{ot_margin}}
|
||||||
</view>
|
</view>
|
||||||
<view class='tip'>
|
<view class='tip'>
|
||||||
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额
|
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br/>
|
||||||
|
提货付款订单完成后,该笔订单金额冻结时间为20分钟<br/>
|
||||||
|
因第三方平台收取0.6%的手续费,提现手续费在商户入驻后前三个月暂由平台垫付,由平台垫付的手续费后续在押金中扣除
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-submit">
|
<view class="btn-submit">
|
||||||
<button formType="submit" class='bnt b-color'>提现</button>
|
<button formType="submit" class='bnt b-color'>提现</button>
|
||||||
|
@ -110,7 +112,9 @@
|
||||||
当前押金: ¥{{ot_margin}}
|
当前押金: ¥{{ot_margin}}
|
||||||
</view>
|
</view>
|
||||||
<view class='tip'>
|
<view class='tip'>
|
||||||
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额
|
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br/>
|
||||||
|
提货付款订单完成后,该笔订单金额冻结时间为20分钟<br/>
|
||||||
|
因第三方平台收取0.6%的手续费,提现手续费在商户入驻后前三个月暂由平台垫付,由平台垫付的手续费后续在押金中扣除
|
||||||
</view>
|
</view>
|
||||||
<button formType="submit" class='bnt b-color'>提现</button>
|
<button formType="submit" class='bnt b-color'>提现</button>
|
||||||
</view>
|
</view>
|
||||||
|
@ -162,7 +166,9 @@
|
||||||
当前押金: ¥{{ot_margin}}
|
当前押金: ¥{{ot_margin}}
|
||||||
</view>
|
</view>
|
||||||
<view class='tip'>
|
<view class='tip'>
|
||||||
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额
|
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br/>
|
||||||
|
提货付款订单完成后,该笔订单金额冻结时间为20分钟<br/>
|
||||||
|
因第三方平台收取0.6%的手续费,提现手续费在商户入驻后前三个月暂由平台垫付,由平台垫付的手续费后续在押金中扣除
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-submit">
|
<view class="btn-submit">
|
||||||
<button formType="submit" class='bnt b-color'>提现</button>
|
<button formType="submit" class='bnt b-color'>提现</button>
|
||||||
|
|
Loading…
Reference in New Issue