|
@@ -1,8 +1,6 @@
|
|
|
import * as WxJsApi from '@/utils/wxJsApi.js'
|
|
|
import * as API from '@/apis/index.js'
|
|
|
-import {
|
|
|
- getRemind
|
|
|
-} from '@/utils'
|
|
|
+
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
@@ -125,13 +123,7 @@ export default {
|
|
|
this.$refs.common.alert( error);
|
|
|
})
|
|
|
},
|
|
|
- getBtn(){
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- },
|
|
|
+
|
|
|
getNewNum(){
|
|
|
|
|
|
|
|
@@ -384,7 +376,7 @@ export default {
|
|
|
this.$refs.uDropdown.close();
|
|
|
}
|
|
|
},onReady(){
|
|
|
- WxJsApi.getWxConfig(['scanQRCode','getLocation','addEventListener']).then(()=>{
|
|
|
+ WxJsApi.getWxConfig(['getLocation','addEventListener']).then(()=>{
|
|
|
this.wxinit=true;
|
|
|
var _this=this;
|
|
|
|
|
@@ -400,7 +392,7 @@ export default {
|
|
|
this.getBanner();
|
|
|
this.getNewNum();
|
|
|
this.getRemindInfo();
|
|
|
- this.getBtn();
|
|
|
+
|
|
|
this.getRegion();
|
|
|
//清空缓存
|
|
|
this.carhelp.set("form",{});
|