diff --git a/root/chat/index.vue b/root/chat/index.vue
index b11a2b4..83c06b2 100644
--- a/root/chat/index.vue
+++ b/root/chat/index.vue
@@ -113,7 +113,7 @@
-
@@ -154,7 +154,7 @@
}" style="align-items: flex-end; min-height: 56px">
+ :class="voiceStatus == 1 ? 'g_c_f g_bg_f0a' : voiceStatus == 0 ? 'g_bg_mais' : voiceStatus == -2 ? 'g_bg_mais' : ''">
{{ voiceStatus == 1 ? "" : voiceStatus == -1 ? "按住 说话" : "" }}
@@ -2608,4 +2608,8 @@
.mplace{
line-height: 32px;
}
+
+ .g_bg_mais{
+ background-color: #07c160;
+ }
\ No newline at end of file
diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue
index 5d4076c..db3c4d8 100644
--- a/root/home/quickApplication.vue
+++ b/root/home/quickApplication.vue
@@ -18,12 +18,20 @@
-
+
-
+
- 编辑
+ 编辑
+
+
+
+
+
+
+
+ 删除
@@ -399,6 +407,25 @@ export default {
});
}
},
+ // 删除工友
+ deleteFellow(index) {
+ let that = this;
+ uni.showModal({
+ title: "提示",
+ content: "确定要删除这位工友吗?",
+ confirmColor: "#FF0000",
+ success(res) {
+ if (res.confirm) {
+ // 使用数组方法删除对应索引的元素
+ that.persenInfo.splice(index, 1);
+ uni.showToast({
+ title: "删除成功",
+ icon: "success",
+ });
+ }
+ },
+ });
+ },
handleClickMobile() {},
submitForm() {
let that = this;
diff --git a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue
index daa51e0..bdbd8a7 100644
--- a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue
+++ b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue
@@ -17,7 +17,7 @@
-
+
@@ -25,7 +25,7 @@
编辑
-
+