Commit 19047e53 authored by youjie's avatar youjie

no message

parent f58f6b8a
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
</view> </view>
</view> </view>
</view> </view>
<template v-if="happinessPassbook.client_Balance>0"> <template v-if="happinessPassbook&&happinessPassbook.client_Balance>0">
<view class="empty-block"></view> <view class="empty-block"></view>
<view style="padding: 50rpx 40rpx"> <view style="padding: 50rpx 40rpx">
<view class="big-title"> <view class="big-title">
...@@ -649,7 +649,7 @@ ...@@ -649,7 +649,7 @@
userVipRights:null, userVipRights:null,
vipDiscountMoney:0, vipDiscountMoney:0,
successVisible: false, successVisible: false,
happinessPassbook: {} happinessPassbook: null
}; };
}, },
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