|
@@ -87,7 +87,7 @@ import { mapMutations, mapActions, mapGetters } from 'vuex'
|
|
import vScrollView from 'v-scroll-view'
|
|
import vScrollView from 'v-scroll-view'
|
|
// import { notifyMyList, notifyMyRead } from '@/api/notificationCenter/eventAnnouncement'
|
|
// import { notifyMyList, notifyMyRead } from '@/api/notificationCenter/eventAnnouncement'
|
|
import { EventBus } from '@/utils/eventBus'
|
|
import { EventBus } from '@/utils/eventBus'
|
|
-import { getDetail } from "@/api/merchant";
|
|
|
|
|
|
+import { commonCompanywechatGet } from "@/api/common";
|
|
export default {
|
|
export default {
|
|
components: { vScrollView },
|
|
components: { vScrollView },
|
|
data() {
|
|
data() {
|
|
@@ -125,7 +125,8 @@ export default {
|
|
this_.updateUnreadNotice()
|
|
this_.updateUnreadNotice()
|
|
this_.timeId = setTimeout(dingshiqingqiu, 2000);
|
|
this_.timeId = setTimeout(dingshiqingqiu, 2000);
|
|
})()
|
|
})()
|
|
- getDetail({ adminUserId: this.userInfo.companyWechatId }).then(res => {
|
|
|
|
|
|
+ commonCompanywechatGet({ id: this.userInfo.companyWechatId }).then(res => {
|
|
|
|
+ console.log(res)
|
|
this.QRcodeList = []
|
|
this.QRcodeList = []
|
|
if (res.data.qrcode1) {
|
|
if (res.data.qrcode1) {
|
|
this.QRcodeList.push({
|
|
this.QRcodeList.push({
|