陶杰
2025-01-19 87a56274d598af9842b593ec972f517161f60707
sub_pages/partner/delivery/delivery-home.vue
@@ -99,7 +99,7 @@
            tcode: '',
            inviterName: '',
            // StatusBar:0,
            tel: '15974805814',
            tel: '19288780072',
            tj: {},
            cacheUserId: '',
@@ -112,7 +112,9 @@
      //       }
      //    }
      // },
      onShow() {},
      onShow() {
         this.getHotLineConfig()
      },
      onLoad(options) {
         // const url = options.q ? decodeURIComponent(options.q) : '';
         // const urlcode = options.url && decodeURIComponent(options.url) || ''
@@ -148,7 +150,27 @@
         uni.stopPullDownRefresh()
      },
      methods: {
         async getHotLineConfig() {
            this.$message.showLoading()
            const {
               code,
               data
            } = await this.$http.request('get', `/v2/config-param/base/getBaseString`, {
               params: {
                  paramGroup: "servicehotline",
                  paramKey: "hotline_tel"
               }
            })
            this.$message.hideLoading()
            if (code === 0) {
               // 电话
               console.log(data)
               this.tel =data
            }
         },
         async clearlogout() {
            await this.$message.confirm('是否退出登录?')