address-client 3.2.111-1 → 3.2.111-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.111-1",
3
+ "version": "3.2.111-2",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -319,17 +319,17 @@
319
319
  </div>
320
320
  </validator>
321
321
 
322
- <modal v-if="isshow" :show.sync="isshow" large backdrop="false" :width="900">
323
- <header slot="modal-header" class="modal-header">
324
- </header>
325
- <article slot="modal-body" class="modal-body">
326
- <amap-location :islocationclearmark="false" dom="addboxmap" v-ref:positionInfo @getmylocation="getmylocation"></amap-location>
327
- </article>
328
- <footer slot="modal-footer" class="modal-footer">
329
- <button v-show="isshow" type="button" class="button_search button_spacing" @click='confirmLocation'>确认</button>
330
- <button v-show="isshow" type="button" class="button_clear button_spacing" @click='closeModal'>取消</button>
331
- </footer>
332
- </modal>
322
+ <!-- <modal v-if="isshow" :show.sync="isshow" large backdrop="false" :width="900">-->
323
+ <!-- <header slot="modal-header" class="modal-header">-->
324
+ <!-- </header>-->
325
+ <!-- <article slot="modal-body" class="modal-body">-->
326
+ <!-- <amap-location :islocationclearmark="false" dom="addboxmap" v-ref:positionInfo @getmylocation="getmylocation"></amap-location>-->
327
+ <!-- </article>-->
328
+ <!-- <footer slot="modal-footer" class="modal-footer">-->
329
+ <!-- <button v-show="isshow" type="button" class="button_search button_spacing" @click='confirmLocation'>确认</button>-->
330
+ <!-- <button v-show="isshow" type="button" class="button_clear button_spacing" @click='closeModal'>取消</button>-->
331
+ <!-- </footer>-->
332
+ <!-- </modal>-->
333
333
 
334
334
  </div>
335
335
  </template>