|
|
@@ -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
|