Commit f4f355b0 authored by zhengke's avatar zhengke

修改

parent 52a8a6ac
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<!-- 扣除 --> <!-- 扣除 -->
<template v-if="ScoreMsg.Type==2"> <template v-if="ScoreMsg.Type==2">
<u-tabs :list="listThree" :is-scroll="false" :current="currentScore" @change="changeScore" <u-tabs :list="listThree" :is-scroll="false" :current="currentScore" @change="changeScore"
:active-color="mainColor" bg-color="#FFF" height="80"></u-tabs> :active-color="mainColor" bg-color="#FFF" height="80" :show-bar="false"></u-tabs>
<view style="margin-top:20rpx;"> <view style="margin-top:20rpx;">
<input v-if="currentScore==0" class="uni-input userManInput" v-model="ScoreMsg.Integral" <input v-if="currentScore==0" class="uni-input userManInput" v-model="ScoreMsg.Integral"
placeholder="请填写扣除积分" /> placeholder="请填写扣除积分" />
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<!-- 充值 --> <!-- 充值 -->
<template v-if="ScoreMsg.Type==1"> <template v-if="ScoreMsg.Type==1">
<u-tabs :list="listFour" :is-scroll="false" :current="currentScore" @change="changeScore" <u-tabs :list="listFour" :is-scroll="false" :current="currentScore" @change="changeScore"
:active-color="mainColor" bg-color="#FFF" height="80"></u-tabs> :active-color="mainColor" bg-color="#FFF" height="80" :show-bar="false"></u-tabs>
<view style="margin-top:20rpx;"> <view style="margin-top:20rpx;">
<input v-if="currentScore==0" class="uni-input userManInput" v-model="ScoreMsg.Integral" <input v-if="currentScore==0" class="uni-input userManInput" v-model="ScoreMsg.Integral"
placeholder="请填写充值积分" /> placeholder="请填写充值积分" />
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
}, },
//点击扣除按钮 //点击扣除按钮
kouchuBtn(item, type) { kouchuBtn(item, type) {
console.log(item, 'item'); this.currentScore = 0;
this.ScoreMsg.Balance=''; this.ScoreMsg.Balance='';
this.ScoreMsg.Integral=''; this.ScoreMsg.Integral='';
this.ScoreMsg.Description=''; this.ScoreMsg.Description='';
......
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