system-phone 3.0.49-32 → 3.0.49-34

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": "3.0.49-32",
3
+ "version": "3.0.49-34",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -165,6 +165,7 @@
165
165
  .imgs{
166
166
  width: 35px;
167
167
  margin-top: 15px;
168
+ height: 39px;
168
169
  }
169
170
  .pages-bgcolor{
170
171
  text-align: center;
@@ -508,6 +508,7 @@ export default {
508
508
  .imgs{
509
509
  width: 35px;
510
510
  margin-top: 15px;
511
+ height: 39px;
511
512
  }
512
513
  .pages-bgcolor{
513
514
  text-align: center;
@@ -201,7 +201,7 @@ export default {
201
201
  try {
202
202
  let ret = {}
203
203
  try {
204
- ret = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/user/userLogin/手机服务`, userDataEncrypt, {
204
+ ret = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/user/userLogin/新手机服务`, userDataEncrypt, {
205
205
  resolveMsg: null,
206
206
  rejectMsg: null
207
207
  })
@@ -224,7 +224,7 @@
224
224
 
225
225
  .imgs {
226
226
  width: 35px;
227
- height: 35px;
227
+ height: 39px;
228
228
  margin-top: 15px;
229
229
  }
230
230
 
@@ -277,6 +277,7 @@
277
277
  .imgs {
278
278
  width: 35px;
279
279
  margin-top: 15px;
280
+ height: 39px;
280
281
  }
281
282
 
282
283
  .plan {
@@ -166,6 +166,7 @@
166
166
  .imgs{
167
167
  width: 35px;
168
168
  margin-top: 15px;
169
+ height: 39px;
169
170
  }
170
171
  .pages-bgcolor{
171
172
  text-align: center;