Commit 7491fd65 authored by 袁玲利's avatar 袁玲利

Merge branch 'develop' into uat

parents 9ab86cb9 213b67d3
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
:key="index"> :key="index">
<span style="padding-right: 10px">{{ item.bindCardName }} </span> <span style="padding-right: 10px">{{ item.bindCardName }} </span>
<span>尾号:{{item.bindCardNo.slice(item.bindCardNo.length - 4)}}</span> <span>尾号:{{item.bindCardNo.slice(item.bindCardNo.length - 4)}}</span>
<image class="BankListImg" src="../../../static/img/choiceBank.png"></image> <!-- <image class="BankListImg" src="../../../static/img/choiceBank.png"></image> -->
</view> </view>
</view> </view>
<view class="changeCard" @click="ChangeBankPay">我要换卡支付</view> <view class="changeCard" @click="ChangeBankPay">我要换卡支付</view>
...@@ -655,6 +655,7 @@ ...@@ -655,6 +655,7 @@
// 复制我卡号 // 复制我卡号
async CopyCardNumber() { async CopyCardNumber() {
let value = this.bankInfo_.accountNo; let value = this.bankInfo_.accountNo;
console.log(value, 'valuevaluevaluevaluevalue')
Dialog({ Dialog({
title: "系统提示", title: "系统提示",
message: "复制成功!", message: "复制成功!",
...@@ -1035,7 +1036,7 @@ ...@@ -1035,7 +1036,7 @@
display: flex; display: flex;
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
margin-top: 20rpx;
view:first-child { view:first-child {
height: 60rpx; height: 60rpx;
font-size: 40rpx; font-size: 40rpx;
...@@ -1258,10 +1259,10 @@ ...@@ -1258,10 +1259,10 @@
border-radius: 12rpx; border-radius: 12rpx;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-right: 14rpx; margin-right: 8rpx;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx; margin-bottom: 24rpx;
border: 3rpx solid transparent;
view { view {
align-self: center; align-self: center;
color: #333333; color: #333333;
...@@ -1296,7 +1297,7 @@ ...@@ -1296,7 +1297,7 @@
text-align: center; text-align: center;
background: #f8f8f8; background: #f8f8f8;
border-radius: 12rpx; border-radius: 12rpx;
border: 3rpx solid transparent;
/deep/.uni-input-wrapper { /deep/.uni-input-wrapper {
position: absolute; position: absolute;
width: 444rpx; width: 444rpx;
......
...@@ -570,7 +570,7 @@ ...@@ -570,7 +570,7 @@
:style="{height:[915,845,891][tabIndex-1]+'rpx',top:[1425,1099,1260][tabIndex-1]+'rpx'}"> :style="{height:[915,845,891][tabIndex-1]+'rpx',top:[1425,1099,1260][tabIndex-1]+'rpx'}">
<view class="no-open-solution" @tap="equityPay"> <view class="no-open-solution" @tap="equityPay">
<view class="no-open-solution-txt"> <view class="no-open-solution-txt">
<text>最低{{memberInfo.leastAmount||''}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告</text> <text>最低{{memberInfo.leastAmount}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告</text>
</view> </view>
<view class="no-open-solution-item"> <view class="no-open-solution-item">
</view> </view>
...@@ -1139,7 +1139,9 @@ ...@@ -1139,7 +1139,9 @@
const lunchTxt = item.lunchStatus ? '' : ''; const lunchTxt = item.lunchStatus ? '' : '';
const supperTxt = item.supperStatus ? '' : ''; const supperTxt = item.supperStatus ? '' : '';
day.topInfo = breakfastTxt + lunchTxt + supperTxt; day.topInfo = breakfastTxt + lunchTxt + supperTxt;
day.className = 'notice-day' if(day.topInfo){
day.className = 'notice-day'
}
} }
}) })
} }
...@@ -2094,7 +2096,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`, ...@@ -2094,7 +2096,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
}) })
return return
} }
this.memberInfo.leastAmount = data.obj.leastAmount || ''; this.memberInfo.leastAmount = data.obj.leastAmount;
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
console.log(e); console.log(e);
......
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