Commit fa0b9649 authored by youjie's avatar youjie

no message

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