Commit aa27d5b9 by 冷斌

fix bug

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