|
@@ -1,21 +1,21 @@
|
|
<template>
|
|
<template>
|
|
<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
<cus-header title='意见反馈' :titleStyle="{'color':'transparent'}" bgColor='transparent'></cus-header>
|
|
<cus-header title='意见反馈' :titleStyle="{'color':'transparent'}" bgColor='transparent'></cus-header>
|
|
- <image class="topbg" src="http://106.54.209.120:8188/static/feedback_bg.png"></image>
|
|
|
|
|
|
+ <image class="topbg" src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/05/29/ebaaeb8a-ca70-4caa-b55a-87ba3bd5de23.png"></image>
|
|
<div class="box" style="margin-top: 189rpx;">
|
|
<div class="box" style="margin-top: 189rpx;">
|
|
<div class="title adfac">选择问题类型<span>*</span></div>
|
|
<div class="title adfac">选择问题类型<span>*</span></div>
|
|
<div class="list adfacjb">
|
|
<div class="list adfacjb">
|
|
<div class="pre adffcacjc" :class="{'active':tidx===1}" @tap="changeType(1)">
|
|
<div class="pre adffcacjc" :class="{'active':tidx===1}" @tap="changeType(1)">
|
|
<text>功能异常</text>
|
|
<text>功能异常</text>
|
|
- <image src="http://106.54.209.120:8188/static/selected_dh.png" v-if="tidx===1"></image>
|
|
|
|
|
|
+ <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/05/29/8e24c230-a530-48ae-a2ed-d41262b9a051.png" v-if="tidx===1"></image>
|
|
</div>
|
|
</div>
|
|
<div class="pre adffcacjc" :class="{'active':tidx===2}" @tap="changeType(2)">
|
|
<div class="pre adffcacjc" :class="{'active':tidx===2}" @tap="changeType(2)">
|
|
<text>新功能建议</text>
|
|
<text>新功能建议</text>
|
|
- <image src="http://106.54.209.120:8188/static/selected_dh.png" v-if="tidx===2"></image>
|
|
|
|
|
|
+ <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/05/29/8e24c230-a530-48ae-a2ed-d41262b9a051.png" v-if="tidx===2"></image>
|
|
</div>
|
|
</div>
|
|
<div class="pre adffcacjc" :class="{'active':tidx===3}" @tap="changeType(3)">
|
|
<div class="pre adffcacjc" :class="{'active':tidx===3}" @tap="changeType(3)">
|
|
<text>其他</text>
|
|
<text>其他</text>
|
|
- <image src="http://106.54.209.120:8188/static/selected_dh.png" v-if="tidx===3"></image>
|
|
|
|
|
|
+ <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/05/29/8e24c230-a530-48ae-a2ed-d41262b9a051.png" v-if="tidx===3"></image>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -223,7 +223,7 @@
|
|
margin-top: 54rpx;
|
|
margin-top: 54rpx;
|
|
width: 148rpx;
|
|
width: 148rpx;
|
|
height: 148rpx;
|
|
height: 148rpx;
|
|
- background: url('http://106.54.209.120:8188/static/upload.png') no-repeat;
|
|
|
|
|
|
+ background: url('https://transcend.ringzle.com/xiaozhi-app/profile/2025/05/29/45ebe996-192d-47ec-a749-33ddb3869a23.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
|
|
|