|
|
|
|
@ -885,7 +885,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 右侧 -->
|
|
|
|
|
<div class="rightCard g_flex_none">
|
|
|
|
|
<promotion />
|
|
|
|
|
<promotion :code="managerInfo.qrCode" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -1321,10 +1321,10 @@ export default {
|
|
|
|
|
*/
|
|
|
|
|
getUserManager() {
|
|
|
|
|
getUserManagerApi().then(({ data }) => {
|
|
|
|
|
console.log(data);
|
|
|
|
|
console.log('this.managerInfo',this.managerInfo);
|
|
|
|
|
this.$store.commit("setManagerInfo", data.data);
|
|
|
|
|
this.managerInfo = data.data;
|
|
|
|
|
console.log("+++++++++++++++++++++++++", this.$store);
|
|
|
|
|
console.log("+++++++++++++++++++++++++", this.managerInfo);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
async getRecommendJob() {
|
|
|
|
|
|