Просмотр исходного кода

Merge branch 'feature_20250108_分享' into uat(dev)

zhujindu 11 месяцев назад
Родитель
Сommit
aa2a68bfbf
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/home/index.vue

+ 2 - 2
src/views/home/index.vue

@@ -76,8 +76,8 @@ export default {
     }
     }
   },
   },
   created() {
   created() {
-    this.wx.showOptionMenu();
-    getTicketFun(['onMenuShareAppMessage']).then((res) => {
+    this.wx.hideOptionMenu();
+    getTicketFun(['onMenuShareAppMessage'], 'agentConfig').then((res) => {
       this.wx.ready(() => {
       this.wx.ready(() => {
         console.log('this.wx.ready');
         console.log('this.wx.ready');
         console.log(this.wx);
         console.log(this.wx);