Compare commits
No commits in common. "7b1d55dfa3143d69d8f48865be5af8edeecf1be5" and "bd829907f432dbcfc7bb032bb525694ed7a66f0d" have entirely different histories.
7b1d55dfa3
...
bd829907f4
|
|
@ -1644,10 +1644,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.call-list-huawei {
|
.call-list-huawei {
|
||||||
.kj{
|
|
||||||
width: 18rpx !important;
|
|
||||||
height: 22rpx !important;
|
|
||||||
}
|
|
||||||
.item {
|
.item {
|
||||||
padding: 24rpx 32rpx 0 32rpx !important;
|
padding: 24rpx 32rpx 0 32rpx !important;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
|
|
@ -147,9 +147,6 @@
|
||||||
} else {
|
} else {
|
||||||
LeftTitle.value = ''
|
LeftTitle.value = ''
|
||||||
}
|
}
|
||||||
// 同步获取系统信息
|
|
||||||
const systemInfo = uni.getSystemInfoSync();
|
|
||||||
data.statusBarHeight = systemInfo.statusBarHeight || 0;
|
|
||||||
if (props.isTipLayer) {
|
if (props.isTipLayer) {
|
||||||
if (uni.getStorageSync("call_" + props.type) == props.type) {
|
if (uni.getStorageSync("call_" + props.type) == props.type) {
|
||||||
showTipLayer.value = false
|
showTipLayer.value = false
|
||||||
|
|
|
||||||
2
main.js
2
main.js
|
|
@ -27,7 +27,7 @@ export function createApp() {
|
||||||
const systemInfo = uni.getStorageSync('systemInfo') || {}
|
const systemInfo = uni.getStorageSync('systemInfo') || {}
|
||||||
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
|
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
|
||||||
app.config.globalProperties.$systemInfo = systemInfo
|
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.config.globalProperties.$version = uni.getStorageSync('version')
|
||||||
|
|
||||||
app.use(globalMethods);
|
app.use(globalMethods);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue