From b5f084460e9e639358fbf91056a86be8d0a5c4b2 Mon Sep 17 00:00:00 2001
From: yaolonglong <yaolonglong15@163.com>
Date: 星期四, 09 十月 2025 20:18:57 +0800
Subject: [PATCH] 获取验证码功能

---
 qiye/record/details.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/qiye/record/details.vue b/qiye/record/details.vue
index a198fa5..c939414 100644
--- a/qiye/record/details.vue
+++ b/qiye/record/details.vue
@@ -169,7 +169,7 @@
         </view>
       </view>
     </view>
-    <view class="bottom" v-if=" msg.orderStatus== 5">
+    <view class="bottom" v-if="msg.orderStatus== 5 && from != 1">
       <view class="one" v-if="msg.isComplaint != 1 && msg.isEva == 1">
         <view class="b1" @click="open()">
           鎶曡瘔
@@ -189,14 +189,12 @@
         </view>
       </view>
     </view>
-    <view class="bottom" v-if=" msg.orderStatus == 4">
+    <view class="bottom" v-if="msg.orderStatus == 4 && from != 1">
       <view class="one">
         <view class="b1" style="background-color: #1171E0;color: white;" @click="enterOrder()">
           纭
         </view>
       </view>
-
-
     </view>
     <u-popup :show="show" @close="close" mode="bottom" round="10" closeable>
       <view class="page-box">
@@ -259,11 +257,13 @@
         //type: 2,
         show: false,
         list: [],
-        qlist: []
+        qlist: [],
+        from: '', // 1 缁煎悎鏌ヤ竴娆�
       }
     },
     onLoad(options) {
       this.id = options.id
+      this.from = options.type || ''
       //this.getdata(options.id)
       getDicts('complaint_type').then(val => {
         this.list = val.data.data
@@ -280,7 +280,7 @@
       enterOrder() {
         uni.showModal({
           title: '鎻愮ず',
-          content: '纭璇ヨ鍗曪紵',
+          content: '鏄惁纭璇ユ鏌ュ唴瀹癸紵',
           success: val => {
             if (val.confirm) {
               confirmOrderId({

--
Gitblit v1.9.1