|
|
@@ -107,10 +107,10 @@
|
|
|
img:this.$imgBase+'questionnaire_info.png',
|
|
|
text:'团队信息'
|
|
|
},
|
|
|
- {
|
|
|
- img:this.$imgBase+'questionnaire_copy.png',
|
|
|
- text:'复制链接'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // img:this.$imgBase+'questionnaire_copy.png',
|
|
|
+ // text:'复制链接'
|
|
|
+ // },
|
|
|
{
|
|
|
img:this.$imgBase+'questionnaire_users.png',
|
|
|
text:'团队人员'
|
|
|
@@ -120,7 +120,7 @@
|
|
|
text:'生成报告'
|
|
|
},
|
|
|
{
|
|
|
- img:this.$imgBase+'questionnaire_report.png',
|
|
|
+ img:this.$imgBase+'questionnaire_send.png',
|
|
|
text:'发送报告'
|
|
|
}
|
|
|
],
|
|
|
@@ -196,6 +196,9 @@
|
|
|
})
|
|
|
}
|
|
|
else if(item.text==='复制链接') {
|
|
|
+ uni.setClipboardData({
|
|
|
+
|
|
|
+ })
|
|
|
this.$showToast('复制成功')
|
|
|
}
|
|
|
else if(item.text==='团队人员'){
|