diff --git a/pages/other_package/components/share-popup.vue b/pages/other_package/components/share-popup.vue index 63c61a7..2164cd4 100644 --- a/pages/other_package/components/share-popup.vue +++ b/pages/other_package/components/share-popup.vue @@ -13,6 +13,13 @@ {{item}} + + + + + {{item}} + + @@ -49,7 +56,8 @@ components:{tkiQrcode}, data() { return { - btnList:['微信','朋友圈','复制链接','保存图片','QQ'], + btnList:['微信','朋友圈'], + appBtnList:['微信', '朋友圈', '复制链接', '保存图片', 'QQ'], qrvalue:'' } }, @@ -89,6 +97,10 @@ creatQrcode() { this.$refs.qrcode._makeCode(); }, + onWxBtn(index){ + console.log('微信分享',index); + this.$emit('share',index) + }, onBtn(index){ if(index == 2){ let tmp = `【信任桥】消费共享数字化权益 ${this.qrvalue} ${this.text}`;