lingdu 1 개월 전
부모
커밋
d8fe327d93
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/view/fenghui/introduction.vue

+ 4 - 4
src/view/fenghui/introduction.vue

@@ -185,7 +185,10 @@
         </van-button>
 
         <p class="tologo" v-html="lang[langType].tologoText + '>>'" @click="showLogin = true"></p>
-
+        <p class="tologo" >
+            {{lang[langType].technicalAdvice}}<a href="tel:18502918086">18502918086</a>
+        </p>
+        
         <!-- 邀请码校验 -->
         <van-dialog destroy-on-close :confirmButtonText="lang[langType].confirm"
             :cancelButtonText="lang[langType].cancel" @confirm="checkVerificationCode" v-model:show="showCheck"
@@ -210,9 +213,6 @@
                         {{ lang[langType].login }}
                     </van-button>
                 </div>
-                <div style="margin: 16px;">
-                    技术咨询:<a href="tel:18502918086">18502918086</a>
-                </div>
             </van-form>
         </van-dialog>
     </div>