소스 검색

去除提示框引入

yangc 7 년 전
부모
커밋
adbdc49ef7
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      components/mobile/base/SelectAddress.vue

+ 0 - 6
components/mobile/base/SelectAddress.vue

@@ -11,11 +11,9 @@
         </li>
       </ul>
     </div>
-    <remind-box :title="remindText" :timeoutCount="timeoutCount"></remind-box>
   </div>
 </template>
 <script>
-  import { RemindBox } from '~components/mobile/common'
   export default {
     props: {
       isShow: {
@@ -105,10 +103,6 @@
       }
     },
     methods: {
-      setRemindText: function (str) {
-        this.remindText = str
-        this.timeoutCount++
-      },
       checkItem (index) {
         if (this.currentType === 'province') {
           this.activeObj.province = index