1
xuxueyang
2024-08-02 c1f6996b25ddec9f576d380471b842b44a7f1545
1
已修改3个文件
13 ■■■■ 文件已修改
pages/login/supplier-reg.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/user/supplier-user.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/partner-info/partner-code.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/supplier-reg.vue
@@ -74,8 +74,7 @@
                        <!-- #endif -->
                        <!-- #ifdef PUB_CUSTOMER -->
                        <!--            open-type="getUserInfo"-->
                        <button @tap="wxreg('')"
                            class="bottom-button">注 册</button>
                        <button @tap="wxreg('')" class="bottom-button">注 册</button>
                        <!-- #endif -->
@@ -346,8 +345,8 @@
                        return
                    }
                    var dto = JSON.parse(tjson)
                    dto.partnerId = this.partnerId || undefined
                    // dto.userId  = this.partnerId || undefined
                    // dto.partnerId = this.partnerId || undefined
                    dto.partnerUserId = this.partnerId || undefined
                    post.dto = dto
                }
                post.wxcode = wxcode
pages/user/supplier-user.vue
@@ -368,7 +368,7 @@
                                    data
                                } = await that.$http.request('post', '/api/customer/bind/partner', {
                                    data: {
                                        partnerId: partnerId
                                        partnerUserId: partnerId
                                    }
                                })
                                that.$message.hideLoading()
sub_pages/partner/partner-info/partner-code.vue
@@ -62,8 +62,8 @@
                            foreground: '#000000',
                            text: JSON.stringify({
                                'name': that.name,
                                // 'userId': that.currentInfo.id,
                                'userId': that.currentInfo.partnerDTO.id,
                                'userId': that.currentInfo.id,
                                // 'userId': that.currentInfo.partnerDTO.id,
                                'version': '1.1.0'
                            }),
                            // text: `https://www.hmyxianhua.com/wx-c-jump/sub_pages/customer/customer-info/customer-info?name=${that.name}&userId=${that.currentInfo.id}`