添加用户反馈按钮
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user