Commit dc01fbf3 by 姜雷

Merge branch 'develop' into 'test'

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