Pārlūkot izejas kodu

✨ feat(【SPD售后问题收集】):

登录页面去掉默认展示的电话

20240425292
002390 11 mēneši atpakaļ
vecāks
revīzija
af411140e1

+ 3 - 5
src/views/business/as/after-sales/progress/details.vue

@@ -74,7 +74,6 @@ export default {
       }
     },
     useCall(prop) {
-      // this.phone = prop.phone;
       this.phone = prop.processorWay;
       this.show = true;
     },
@@ -99,8 +98,6 @@ export default {
           await clipboard.writeText(this.phone);
           return this.$toast("已复制到剪贴板");
         }
-        // await navigator.clipboard.writeText(this.phone);
-        //
       }
     },
     onCancel() {},
@@ -189,12 +186,13 @@ export default {
           >
             <div>
               <span>{{ flow.content }}</span>
-              <div>
+              <div style="padding: 6px 0 0">
                 <span>处理人:{{ flow.processorName }}</span>
                 <el-button
+                  v-if="flow.processorWay"
                   type="text"
                   @click="useCall(flow)"
-                  style="padding: 6px 12px 0px"
+                  style="padding: 0px 12px"
                   >{{ flow.processorWay }}</el-button
                 >
               </div>

+ 2 - 1
src/views/business/as/after-sales/user/login.vue

@@ -16,7 +16,8 @@ export default {
       formData: {
         hospitalId: null,
         userProject: null,
-        userPhone: "13520547721",
+        userPhone: null,
+        // userPhone: "13520547721",
       },
       rules: {
         userProject: [