Commit 1233cdf0 authored by 袁玲利's avatar 袁玲利

Merge branch 'V1.7.0_bank_feature' into develop

parents e836e560 1f56ffe6
This diff is collapsed.
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<image :src="ImgUrl + 'user/personAva.png'" alt=""></image> <image :src="ImgUrl + 'user/personAva.png'" alt=""></image>
</view> </view>
<view class="name">{{ PersonalInfo.name }}</view> <view class="name">{{ PersonalInfo.name }}</view>
<view>{{ PersonalInfo.gradename }}{{ PersonalInfo.classname }}</view> <view v-if="PersonalInfo.usertype == '1'">{{ PersonalInfo.gradename }}{{ PersonalInfo.classname }}</view>
<view v-else>教职工</view>
</view> </view>
<view class="secondLine">{{ PersonalInfo.schoolname }}</view> <view class="secondLine">{{ PersonalInfo.schoolname }}</view>
</view> </view>
...@@ -68,16 +69,16 @@ ...@@ -68,16 +69,16 @@
</view> </view>
</view> </view>
<!-- 充值明细 --> <!-- 充值明细 -->
<view style="display: none" class="RechargeDetailed" @click="BackToMini('purchaseDetail')"> <!-- <view style="display: none" class="RechargeDetailed" @click="BackToMini('purchaseDetail')">
账户明细 账户明细
</view> </view> -->
<!-- 充值账户 --> <!-- 充值账户 -->
<view class="Recharge"> <view class="Recharge">
<span></span> <span></span>
<span>账户充值</span> <span>账户充值</span>
</view> </view>
<!-- 充值的金额 --> <!-- 充值的金额 -->
<view class="MoneyBox"> <!-- <view class="MoneyBox">
<view class="depotMoney" @click="depotMoney(item.value, index)" <view class="depotMoney" @click="depotMoney(item.value, index)"
v-bind:class="MoneyIndex == index ? 'choiceClass' : ''" :data-money="item.value || 0" v-bind:class="MoneyIndex == index ? 'choiceClass' : ''" :data-money="item.value || 0"
v-for="(item, index) in MoneyList" :key="index"> v-for="(item, index) in MoneyList" :key="index">
...@@ -88,7 +89,7 @@ ...@@ -88,7 +89,7 @@
item.lable item.lable
}}</span> }}</span>
</view> </view>
</view> </view> -->
<view class="moneyWrapper"> <view class="moneyWrapper">
<view class="moneyItem" @click="depotMoney(item.value, index)" <view class="moneyItem" @click="depotMoney(item.value, index)"
v-bind:class="MoneyIndex == index ? 'active' : ''" :data-money="item.value || 0" v-bind:class="MoneyIndex == index ? 'active' : ''" :data-money="item.value || 0"
...@@ -101,7 +102,7 @@ ...@@ -101,7 +102,7 @@
placeholder-class="placeholderinputOtherM" type="text" maxlength="6" /> placeholder-class="placeholderinputOtherM" type="text" maxlength="6" />
</view> </view>
</view> </view>
<view class="MoneyBox" style="display: none"> <!-- <view class="MoneyBox" style="display: none !important;">
<view class="depotMoney" @click="depotMoney(item.value, index)" <view class="depotMoney" @click="depotMoney(item.value, index)"
v-bind:class="MoneyIndex == index ? 'choiceClass' : ''" :data-money="item.value || 0" v-bind:class="MoneyIndex == index ? 'choiceClass' : ''" :data-money="item.value || 0"
v-for="(item, index) in MoneyList" :key="index"> v-for="(item, index) in MoneyList" :key="index">
...@@ -111,11 +112,11 @@ ...@@ -111,11 +112,11 @@
<span style="font-size: 28rpx; font-weight: 600; margin-left: 7rpx"> <span style="font-size: 28rpx; font-weight: 600; margin-left: 7rpx">
{{item.lable}} {{item.lable}}
</span> </span>
</view>
</view> -->
<!-- <span class="tips" v-show="item.tips"> <!-- <span class="tips" v-show="item.tips">
{{item.tips}} {{item.tips}}
</span> --> </span> -->
</view>
</view>
<!-- 充值限额提示 --> <!-- 充值限额提示 -->
<view class="depositbox"> <view class="depositbox">
<image mode="widthFix" class="depositImg" src="../../../static/img/depositIcon.png"></image> <image mode="widthFix" class="depositImg" src="../../../static/img/depositIcon.png"></image>
...@@ -823,7 +824,7 @@ ...@@ -823,7 +824,7 @@
let this_ = this; let this_ = this;
// let loading = weui.loading('请稍后'); // let loading = weui.loading('请稍后');
$.ajax({ $.ajax({
url: gHost + "/bank-wechat/user/bank/get", url: gHost + "/bank-wechat/user/bank/get/v2",
type: "POST", type: "POST",
contentType: "application/x-www-form-urlencoded", contentType: "application/x-www-form-urlencoded",
data: { data: {
...@@ -1257,7 +1258,7 @@ ...@@ -1257,7 +1258,7 @@
border-radius: 12rpx; border-radius: 12rpx;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-right: 18rpx; margin-right: 14rpx;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx; margin-bottom: 24rpx;
...@@ -1340,6 +1341,7 @@ ...@@ -1340,6 +1341,7 @@
margin-right: 2px; margin-right: 2px;
float: left; float: left;
} }
.depotMoney .value { .depotMoney .value {
font-size: 45rpx; font-size: 45rpx;
font-family: PingFangSC-Semibold, PingFang SC; font-family: PingFangSC-Semibold, PingFang SC;
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<!-- 充值限额提示 --> <!-- 充值限额提示 -->
<view class="depositbox"> <view class="depositbox">
<image mode="widthFix" class="depositImg" src="../../../static/img/depositIcon.png"></image> <image mode="widthFix" class="depositImg" src="../../static/img/depositIcon.png"></image>
<span style=" <span style="
vertical-align: middle; vertical-align: middle;
font-size: 28rpx; font-size: 28rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment