Browse Source

关闭打印

develop
nesxy 6 years ago
parent
commit
8d980415cb
1 changed files with 2 additions and 2 deletions
  1. 4
      src/view/home.vue

4
src/view/home.vue

@ -496,8 +496,8 @@ export default {
// this.getdefaultAddress();
// this.getAddress();
// this.getLocation();
alert("start")
this.getCity();
// TODO api
// this.getCity();
this.getData();
var uuniqueId = Qs.parse(location.search.substring(1)).uniqueId
if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){

Loading…
Cancel
Save