|
@@ -75,8 +75,7 @@
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.getMyinfo();
|
|
this.getMyinfo();
|
|
- plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
|
|
|
|
-
|
|
|
|
|
|
+ plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
|
|
//版本号
|
|
//版本号
|
|
this.edition_s = wgtinfo.version
|
|
this.edition_s = wgtinfo.version
|
|
})
|
|
})
|
|
@@ -254,7 +253,6 @@
|
|
})
|
|
})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.userInfo = res.data.data;
|
|
this.userInfo = res.data.data;
|
|
-
|
|
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
|
|
|