system-phone 1.2.133 → 1.2.135

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": "system-phone",
3
- "version": "1.2.133",
3
+ "version": "1.2.135",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -18,8 +18,8 @@
18
18
  <img src="../assets/未选.png" style="width: 20px;margin-bottom: 5px" alt="" v-if="showauto == '2'" @click="showon1()">
19
19
  <span class="text-left font">自动登录</span>
20
20
  <p></p>
21
- <span class="devicetext">版本号:{{deviceIemi}}</span> <br>
22
- <span class="devicetext">设备码:{{versionNumber}}</span>
21
+ <span class="devicetext1">版本号:{{versionNumber}}</span> <br>
22
+ <span class="devicetext">设备码:{{deviceIemi}}</span>
23
23
  </div>
24
24
  </div>
25
25
  </div>
@@ -103,7 +103,7 @@
103
103
  showpass:false,
104
104
  imageurl:require('../assets/miwen.png'),
105
105
  deviceIemi:'无法获取该设备码,请联系管理员',
106
- versionNumber:this.$appdata.getSingleValue('手机端更新版本'),
106
+ versionNumber:'',
107
107
  loginSafe:false,
108
108
  margintop: document.documentElement.clientHeight * 0.1
109
109
  }
@@ -134,6 +134,7 @@
134
134
  // let version = HostApp.getAppVersion().data
135
135
  // this.$set('version', version)
136
136
  // }
137
+ this.versionNumber = this.$appdata.getSingleValue('手机端更新版本')
137
138
  },
138
139
  methods: {
139
140
  success(val){
@@ -298,6 +299,13 @@
298
299
  bottom:13px;
299
300
  transform: translate(-50%, -50%);
300
301
  }
302
+ .devicetext1 {
303
+ font: 13px PingFang-SC-Medium;
304
+ position:fixed;
305
+ width:100%;
306
+ bottom:25px;
307
+ transform: translate(-50%, -50%);
308
+ }
301
309
  /*输入框样式*/
302
310
  /*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/
303
311
  * {