|
@@ -7,7 +7,7 @@
|
|
|
<view class="name"> {{ userInfo.name || "" }}</view>
|
|
<view class="name"> {{ userInfo.name || "" }}</view>
|
|
|
<view class="mark"> 普通代理 </view>
|
|
<view class="mark"> 普通代理 </view>
|
|
|
</view>
|
|
</view>
|
|
|
- <navigator class="user-wrap-right" :url="`/pagesClient/official/index?shopAdminId=${loginInfo.shopAdminId}`">
|
|
|
|
|
|
|
+ <navigator class="user-wrap-right" :url="`/pagesClient/official/index?hdShopAdminId=${loginInfo.shopAdminId}`">
|
|
|
<img :src="`${constant.imgUrl}/retail/interest/invite-store.png`" alt mode="widthFix" />
|
|
<img :src="`${constant.imgUrl}/retail/interest/invite-store.png`" alt mode="widthFix" />
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<button class="user-wrap-right" @tap="inviteGhs">
|
|
<button class="user-wrap-right" @tap="inviteGhs">
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
//develop 开发板 trial 体验版 release 正式版
|
|
//develop 开发板 trial 体验版 release 正式版
|
|
|
envVersion: process.env.NODE_ENV === 'development' ? 'develop' : 'release',
|
|
envVersion: process.env.NODE_ENV === 'development' ? 'develop' : 'release',
|
|
|
extraData: {
|
|
extraData: {
|
|
|
- 'shopAdminId': this.loginInfo.shopAdminId
|
|
|
|
|
|
|
+ 'hdShopAdminId': this.loginInfo.shopAdminId
|
|
|
},
|
|
},
|
|
|
success(res) {
|
|
success(res) {
|
|
|
// 打开成功
|
|
// 打开成功
|