Browse Source

1.6.24 修复诉求须知显示BUG;

release
ZhaoTongYao 5 years ago
parent
commit
8d7e6a5b5c
  1. 2
      pages/toRegister/toRegister.js
  2. 5
      subpages/oneKeyService/compontents/richTextDialog/richTextDialog.wxss

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// } // }
// }) // })
let that = this let that = this
const versionNum = "1.6.23" const versionNum = "1.6.24"
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data) console.log(res.data)
let state = res.data.scanFlag let state = res.data.scanFlag

5
subpages/oneKeyService/compontents/richTextDialog/richTextDialog.wxss

@ -44,6 +44,7 @@
width: 100%; width: 100%;
padding-bottom: 35rpx; padding-bottom: 35rpx;
white-space: normal; white-space: normal;
overflow: scroll;
} }
.notice .box .content view { .notice .box .content view {
font-size: 30rpx; font-size: 30rpx;
@ -83,7 +84,3 @@
.notice .box .operation .confirm{ .notice .box .operation .confirm{
color: #04BCA0; color: #04BCA0;
} }
rich-text {
height: 480rpx;
}
Loading…
Cancel
Save