1
xuxueyang
2024-08-02 a2fff11b416bedd85185d759b671d569e033e530
pages/user/supplier-user.vue
@@ -368,14 +368,14 @@
                           data
                        } = await that.$http.request('post', '/api/customer/bind/partner', {
                           data: {
                              userId: partnerId
                              partnerId: partnerId
                           }
                        })
                        that.$message.hideLoading()
                        if (code == 0) {
                           that.$message.showToast(`绑定合伙人${partnerName}成功`)
                           await that.$store.dispatch('getCurrentInfo')
                           that.$message.showToast(`绑定合伙人${partnerName}成功`)
                           await that.$store.dispatch('getCurrentInfo')
                           // setTimeout(async () => {
                           //    that.$message.showLoading()
                           //    that.$message.hideLoading()