分享推广按钮跳转到二维码页面
This commit is contained in:
parent
05504a293d
commit
428bbf6ac7
|
|
@ -8,7 +8,7 @@
|
|||
<text class="avatar-text">昵</text>
|
||||
</view>
|
||||
<view class="user-info">
|
||||
<view class="share-btn">
|
||||
<view class="share-btn" @click="goToSharePromotion">
|
||||
<image :src="commonEnum.GIFT" class="share-img" mode="aspectFit"></image>
|
||||
<text class="share-text">分享推广</text>
|
||||
</view>
|
||||
|
|
@ -171,6 +171,11 @@ export default {
|
|||
url: '/pages/useList/useList',
|
||||
})
|
||||
},
|
||||
goToSharePromotion() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/agents/requestAgent',
|
||||
})
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user