ソースを参照

feat: 调整标书手机号

zhangyuhan 6 ヶ月 前
コミット
88ce338e7b
1 ファイル変更4 行追加4 行削除
  1. 4 4
      src/web/staticres/common-module/bidedoc/js/index.js

+ 4 - 4
src/web/staticres/common-module/bidedoc/js/index.js

@@ -12,11 +12,11 @@ var vm = new Vue({
   delimiters: ['{', '}'],
   data: function () {
     return {
-      
+
     }
   },
   created() {
-    
+
   },
   methods: {
     getMsg() {
@@ -31,11 +31,11 @@ var vm = new Vue({
       let wxType = getType()
       if (wxType) {
         const a1 = document.createElement('a')
-        a1.href = 'tel:400-108-6670'
+        a1.href = 'tel:13633811737'
         a1.click()
       } else {
         try {
-          JyObj.callPhone('400-108-6670')
+          JyObj.callPhone('13633811737')
         } catch (error) {
           console.log(error)
         }