Compare commits

..

No commits in common. "7b1d55dfa3143d69d8f48865be5af8edeecf1be5" and "bd829907f432dbcfc7bb032bb525694ed7a66f0d" have entirely different histories.

3 changed files with 1 additions and 8 deletions

View File

@ -1644,10 +1644,6 @@
}
.call-list-huawei {
.kj{
width: 18rpx !important;
height: 22rpx !important;
}
.item {
padding: 24rpx 32rpx 0 32rpx !important;
justify-content: space-between;

View File

@ -147,9 +147,6 @@
} else {
LeftTitle.value = ''
}
//
const systemInfo = uni.getSystemInfoSync();
data.statusBarHeight = systemInfo.statusBarHeight || 0;
if (props.isTipLayer) {
if (uni.getStorageSync("call_" + props.type) == props.type) {
showTipLayer.value = false

View File

@ -27,7 +27,7 @@ export function createApp() {
const systemInfo = uni.getStorageSync('systemInfo') || {}
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.3.sp6')
uni.setStorageSync('version', '1.0.3.sp5')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);