1.修改充值积分不能自定义

master
杨杰 2 years ago
parent edac09be82
commit 5d42e1d33e
  1. 6
      high-unionPay/pages/login/resetpasswd.vue
  2. 38
      high-unionPay/pages/user/deposit/deposit.vue
  3. 8
      high-unionPay/pages/user/order_details/order_details.vue

@ -8,13 +8,13 @@
<view class="form re">
<view class="username">
<!-- <view class="get-code" :style="{'color':getCodeBtnColor}" @click.stop="getCode()">{{getCodeText}}</view> -->
<input placeholder="请输入旧密码" v-model="phoneNumber" placeholder-style="color: rgba(255,255,255,0.8);"/>
<input placeholder="请输入旧密码" v-model="phoneNumber" placeholder-style="color: #333333;"/>
</view>
<view class="code">
<input placeholder="请输入新密码" v-model="code" password=true placeholder-style="color: rgba(255,255,255,0.8);"/>
<input placeholder="请输入新密码" v-model="code" password=true placeholder-style="color: #333333;"/>
</view>
<view class="password">
<input placeholder="确认新密码" v-model="passwd" password=true placeholder-style="color: rgba(255,255,255,0.8);"/>
<input placeholder="确认新密码" v-model="passwd" password=true placeholder-style="color: #333333;"/>
</view>
<view class="btn" @click="sendUserPass">重置密码</view>

@ -16,12 +16,13 @@
<view class="list">
<view class="box" v-for="(amount,index) in amountList" :key="index" @tap="select(amount)"
:class="{'on':amount == inputAmount}">
{{amount}}
<view class="heTitle">{{amount}}</view>
<view class="font14">{{amount * 100}}</view>
</view>
</view>
<view class="num">
<view class="text">
自定义充值金额
<view class="text font13">
自定义充值金额(:{{inputAmount * 100}})
</view>
<view class="input">
<input type="number" v-model="inputAmount" />
@ -206,30 +207,39 @@
width: 100%;
.list {
width: 94%;
margin-left: 3%;
display: flow-root;
justify-content: space-between;
align-items: center;
padding: 20upx 0;
.box {
width: 30%;
height: 120rpx;
margin-left: 1%;
margin-right: 2%;
margin-top: 20upx;
float: left;
margin-left: 3.333%;
margin-top: 20px;
display: flex;
height: 120upx;
// line-height: 120upx;
display: inline-grid;
justify-content: center;
align-items: center;
border-radius: 10rpx;
box-shadow: 0rpx 5rpx 20rpx rgba(0, 0, 0, 0.05);
font-size: 36rpx;
text-align: center;
box-shadow: 0upx 0upx 4upx #666666;
font-size: 36upx;
color: #089bf5;
background-color: #f1f1f1;
color: 333;
&.on {
background-color: #0083f5;
color: #fff;
background-color: #089bf5;
color: #ffffff;
}
}
.heTitle {
width: 100%;
font-size: 15px;
}
}
.num {

@ -111,6 +111,14 @@
</image>{{recinfo.deductionPrice*100}}
</view>
</view>
<view class="row" v-if="recinfo.payGold">
<view class="left">
抵扣积分 :
</view>
<view class="right">
{{recinfo.payGold}}
</view>
</view>
<view class="row">
<view class="left">
下单时间 :

Loading…
Cancel
Save