This commit is contained in:
weipengfei 2024-03-04 11:05:04 +08:00
parent 1906683333
commit cd95a0bcfd
8 changed files with 28 additions and 19 deletions

View File

@ -2,8 +2,8 @@
"name" : "惠农商户平台",
"appid" : "__UNI__1EE148C",
"description" : "",
"versionName" : "1.2.2",
"versionCode" : 122,
"versionName" : "1.2.4",
"versionCode" : 124,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -296,13 +296,13 @@
"pages": [{
"path": "qrcode",
"style": {
"navigationBarTitleText": "面对面收款",
"navigationBarTitleText": "提货付款",
"navigationStyle": "custom"
}
}, {
"path": "get_payment",
"style": {
"navigationBarTitleText": "面对面收款",
"navigationBarTitleText": "提货付款",
"navigationStyle": "custom"
}
}, {

View File

@ -30,8 +30,8 @@
<view class="body" >
<view class="b-card" v-if="type==1">
<view class="b-top">
<view>春耕采购{{info.spring_subsidy_amount}}</view>
<view>采购余{{info.spring_subsidy}}</view>
<view>春耕采购{{info.spring_subsidy_amount}}</view>
<view>剩余金{{info.spring_subsidy}}</view>
</view>
<view class="b-bottom">
<view class="pro">

View File

@ -403,7 +403,7 @@
</form>
</view>
</uni-popup>
<activePopup v-if="userInfoData.mer_info.type_id"></activePopup>
<activePopup v-if="userInfoData.mer_info&&userInfoData.mer_info.type_id"></activePopup>
</view>
</template>

View File

@ -104,7 +104,7 @@
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
</image>
<text class="text">面对面收</text>
<text class="text">提货付</text>
</view>
<!-- <view class="examine" @click="navigator(`/pages/nongKe/teach_video/teach_video`)">
@ -268,7 +268,7 @@
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
</image>
<text class="text">面对面收</text>
<text class="text">提货付</text>
</view>
<!-- <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`)">
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
</image>
<text class="text">面对面收</text>
<text class="text">提货付</text>
</view>
@ -457,7 +457,7 @@
<view class="examine" @click="navigator(`/pages/payment/qrcode`)">
<image class="icon_img" src="@/static/images/index24.png" mode="aspectFit">
</image>
<text class="text">面对面收</text>
<text class="text">提货付</text>
</view>
</view>

View File

@ -3,7 +3,7 @@
<view style="height: var(--status-bar-height);"></view>
<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'}">
</u-navbar>
</view>

View File

@ -78,18 +78,19 @@
<template>
<view class="container">
<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'}">
</u-navbar>
</view>
<view class="v-desc">
<!-- <view class="v-desc">
<view class="v-desc-main">扫描二维码</view>
<view class="v-desc-sub">即可进入面对面付款</view>
</view>
</view> -->
<view class="v-qrcode">
<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 class="v-btn" @click="handleSavePic">
@ -106,12 +107,14 @@
export default {
data() {
return {
img: ''
img: '',
userInfo: {}
}
},
onLoad(opt) {
let user = this.$store.state.app.userInfo;
if(typeof user =='string') user = JSON.parse(user);
this.userInfo = user;
this.getQrcode(user.service.mer_id)
},
methods: {

View File

@ -66,7 +66,9 @@
当前押金: {{ot_margin}}
</view>
<view class='tip'>
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br/>
提货付款订单完成后该笔订单金额冻结时间为20分钟<br/>
因第三方平台收取0.6%的手续费提现手续费在商户入驻后前三个月暂由平台垫付由平台垫付的手续费后续在押金中扣除
</view>
<view class="btn-submit">
<button formType="submit" class='bnt b-color'>提现</button>
@ -110,7 +112,9 @@
当前押金: {{ot_margin}}
</view>
<view class='tip'>
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br/>
提货付款订单完成后该笔订单金额冻结时间为20分钟<br/>
因第三方平台收取0.6%的手续费提现手续费在商户入驻后前三个月暂由平台垫付由平台垫付的手续费后续在押金中扣除
</view>
<button formType="submit" class='bnt b-color'>提现</button>
</view>
@ -162,7 +166,9 @@
当前押金: {{ot_margin}}
</view>
<view class='tip'>
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额
说明: 用户确认收货{{lock_time}}天后, 才可提现该订单金额<br/>
提货付款订单完成后该笔订单金额冻结时间为20分钟<br/>
因第三方平台收取0.6%的手续费提现手续费在商户入驻后前三个月暂由平台垫付由平台垫付的手续费后续在押金中扣除
</view>
<view class="btn-submit">
<button formType="submit" class='bnt b-color'>提现</button>