| | |
| | | <view class="t-a titles-top"> |
| | | <view class="title-1">HELLO</view> |
| | | <view class="title-2">欢迎入驻<span class="title-3">花满芫</span></view> |
| | | <!-- #ifdef PUB_CUSTOMER --> |
| | | <view class="title-2">{{!partnerId?'未绑定合伙人':`已绑定${partnerName}`}}</view> |
| | | <!-- #endif --> |
| | | </view> |
| | | |
| | | |
| | |
| | | <!-- #ifdef PUB_CUSTOMER --> |
| | | <!-- open-type="getUserInfo"--> |
| | | <button @tap="wxreg('')" |
| | | class="bottom-button">注册,{{!partnerId?'未绑定合伙人':`已绑定${partnerName}`}}</button> |
| | | class="bottom-button">注 册</button> |
| | | |
| | | <!-- #endif --> |
| | | |
| | |
| | | } |
| | | var dto = JSON.parse(tjson) |
| | | dto.partnerId = this.partnerId || undefined |
| | | // dto.userId = this.partnerId || undefined |
| | | post.dto = dto |
| | | } |
| | | post.wxcode = wxcode |