|
|
@@ -147,6 +147,7 @@ export default {
|
|
|
return {
|
|
|
constant:this.$constant,
|
|
|
shopInfo:{},
|
|
|
+ version:'1.0.0'
|
|
|
};
|
|
|
},
|
|
|
onPullDownRefresh () {
|
|
|
@@ -155,6 +156,13 @@ export default {
|
|
|
onShow () {
|
|
|
this.getMyInfo()
|
|
|
},
|
|
|
+ onLoad(){
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ if(plus.runtime.version){
|
|
|
+ this.version = plus.runtime.version
|
|
|
+ }
|
|
|
+ // #endif
|
|
|
+ },
|
|
|
methods: {
|
|
|
goToService(){
|
|
|
plus.runtime.openURL('http://www.wixhb.com/main/hzg-register')
|
|
|
@@ -390,6 +398,12 @@ export default {
|
|
|
margin-left:39upx;
|
|
|
}
|
|
|
}
|
|
|
+ .bottom-version{
|
|
|
+ text-align:center;
|
|
|
+ color:#CCCCCC;
|
|
|
+ font-size:23upx;
|
|
|
+ margin-top:20upx;
|
|
|
+ }
|
|
|
& .account-info_box {
|
|
|
margin-top: 20upx;
|
|
|
padding: 30upx 20upx;
|