Commit fa0b9649 authored by youjie's avatar youjie

no message

parent 19047e53
...@@ -380,13 +380,12 @@ ...@@ -380,13 +380,12 @@
</view> </view>
<view style="margin-top: 30px;display: flex; align-items: center;"> <view style="margin-top: 30px;display: flex; align-items: center;">
<view style="font-size: 12px;width:1px;flex:1"> <view style="font-size: 12px;width:1px;flex:1">
<!-- :max="happinessPassbook.max" -->
<u-number-box <u-number-box
size="28" :min="0" size="28" :min="0"
:max="happinessPassbook.max"
@change="ChangeUse" @change="ChangeUse"
@blur="ChangeUse" @blur="ChangeUse"
v-model="happinessPassbook.RedEnvelopeMoney" v-model="happinessPassbook.RedEnvelopeMoney"
value="0"
inputWidth="150"></u-number-box> inputWidth="150"></u-number-box>
</view> </view>
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
...@@ -649,7 +648,9 @@ ...@@ -649,7 +648,9 @@
userVipRights:null, userVipRights:null,
vipDiscountMoney:0, vipDiscountMoney:0,
successVisible: false, successVisible: false,
happinessPassbook: null happinessPassbook: {
RedEnvelopeMoney: 0,
}
}; };
}, },
created() { created() {
......
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