Commit dc01fbf3 by 姜雷

Merge branch 'develop' into 'test'

Develop See merge request !77
parents 9942e3c3 279db73d
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
:customerPhone="customerPhone" :customerPhone="customerPhone"
:showMoney="showMoney" :showMoney="showMoney"
:visible="visible" :visible="visible"
ref="UserInfo"
/> />
<div class="right-part"> <div class="right-part">
<div class="el-dialog__header"> <div class="el-dialog__header">
...@@ -45,6 +46,11 @@ export default { ...@@ -45,6 +46,11 @@ export default {
default: false, default: false,
}, },
}, },
methods: {
refreshBeanData() {
this.$refs.UserInfo.getAllData();
},
},
}; };
</script> </script>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
> >
<img <img
slot="icon" slot="icon"
src="@/assets/images/layout/icon_quanyetai@2x.png" src="@/assets/images/layout/wechat.png"
/> />
</MenuItem> </MenuItem>
<!-- <div @click="() => toggleFastLink(false)"> <!-- <div @click="() => toggleFastLink(false)">
......
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