Commit aa27d5b9 by 冷斌

fix bug

parent 4474f24f
......@@ -33,7 +33,7 @@
<img src="__PUBLIC__/appapi/pay/img/more.png">
</div>
</div>
<div class="menuItem">
<div class="menuItem" v-if="family_type==1">
<div class="menuHd">
<img src="__PUBLIC__/appapi/pay/img/jiazu.png">
<div class="menutile">家族魅力</div>
......@@ -55,6 +55,7 @@
data: {
identity: 0,
certification: 0,
family_type: 0,
},
methods: {
info () {
......@@ -95,6 +96,7 @@
let d = data.data;
_this.identity = d.identity;
_this.certification = d.certification;
_this.family_type = d.family_type;
}else{
layer.msg(data.msg);
}
......
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