소스 검색

Merge branch 'developer' of http://git.caimei365.com/caimei-repository/caimei-applets-caimei into developer

zhengjinyi 1 년 전
부모
커밋
9eb6f42af2
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      pages/login/supplier_login.vue

+ 4 - 4
pages/login/supplier_login.vue

@@ -93,7 +93,7 @@
         <tui-modal :show="show" custom @cancel="cancel">
             <view class="tui-modal-custom">
                 <view class="tui-modal-custom-text">周一至周五 9:00~1800</view>
-                <view class="tui-modal-custom-phone" @click=";(modal = true), (show = false)">153-3889-7365</view>
+                <view class="tui-modal-custom-phone" @click=";(modal = true), (show = false)">131-6478-0233</view>
             </view>
         </tui-modal>
         <tui-modal :show="isPhone" class="qrcode" custom @cancel="cancel">
@@ -110,7 +110,7 @@
             <view class="tui-modal-custom-call">
                 <view class="tui-modal-custom-text">
                     确定拨打
-                    <text style="color: #FF5B00;font-weight: bold;margin: 0 6rpx;">153-3889-7365</text>
+                    <text style="color: #FF5B00;font-weight: bold;margin: 0 6rpx;">131-6478-0233</text>
                     吗?
                 </view>
                 <view class="modal-btns">
@@ -300,7 +300,7 @@ export default {
         // 拨打电话
         handleClick() {
             uni.makePhoneCall({
-                phoneNumber: '153-3889-7365' //仅为示例
+                phoneNumber: '131-6478-0233' //仅为示例
             })
             this.modal = false
         },
@@ -451,7 +451,7 @@ export default {
     }
     .tui-modal-custom-qrcode {
         width: 412rpx;
-        height: 412rpx;
+        height: 460rpx;
     }
 }
 .modal-btns {