diff --git a/components/uniapp-zaudio/zaudio.vue b/components/uniapp-zaudio/zaudio.vue
index 4939a8b..300e6e2 100644
--- a/components/uniapp-zaudio/zaudio.vue
+++ b/components/uniapp-zaudio/zaudio.vue
@@ -199,6 +199,7 @@
this.loading = loading;
});
this.$zaudio.syncRender()
+ console.log(this.$zaudio)
});
},
methods: {
diff --git a/pages/index/customer.vue b/pages/index/customer.vue
index 2b84476..1f304f2 100644
--- a/pages/index/customer.vue
+++ b/pages/index/customer.vue
@@ -46,7 +46,7 @@
@@ -98,6 +98,15 @@
fdFlag: null
};
},
+ computed: {
+ zhipai() {
+ if (this.dataCode == 6) {
+ return this.checkAuthority('顾问指派顾问')
+ } else {
+ return true
+ }
+ }
+ },
components: {},
onShow() {
this.LOADING = true