添加用户反馈按钮

This commit is contained in:
高嵩
2023-08-25 17:42:30 +08:00
parent 41c76edfc0
commit a21a3753e4
7 changed files with 35 additions and 19 deletions
+11
View File
@@ -33,6 +33,13 @@
</span>
<van-icon class="icon" name="arrow"/>
</div>
<div class="content-box" @click="UserFeedbackClick">
<img src="~@/assets/wtfk.png" class="content-box-img" alt="">
<span class="content-box-text">
{{$t('UserFeedback')}}
</span>
<van-icon class="icon" name="arrow"/>
</div>
<!-- <div class="content-box">-->
<!-- <img src="~@/assets/icon_assign.png" class="content-box-img" alt="">-->
<!-- <span class="content-box-text">-->
@@ -127,6 +134,10 @@
this.changeLocale('zh-cn')
}
},
UserFeedbackClick(){
window.location.href = 'https://nio.feishu.cn/share/base/form/shrcnPUyb8w32y0S5VDyiMnPK1f'
// window.open('https://nio.feishu.cn/share/base/form/shrcnPUyb8w32y0S5VDyiMnPK1f');
},
changeLocale(localeval) {
this.isLoading = true
switch (localeval) {