Compare commits
No commits in common. "9172ced1723962dfb671b7b8154b4cdc0c94b6ae" and "6242e47490ea466f4750cc8e33c44a79b6cfe5e3" have entirely different histories.
9172ced172
...
6242e47490
2
main.js
2
main.js
|
|
@ -29,7 +29,7 @@ export function createApp() {
|
||||||
app.config.globalProperties.$system = plus.os.name;
|
app.config.globalProperties.$system = plus.os.name;
|
||||||
// #endif
|
// #endif
|
||||||
app.config.globalProperties.$systemInfo = systemInfo
|
app.config.globalProperties.$systemInfo = systemInfo
|
||||||
uni.setStorageSync('version', '1.0.6.sp22')
|
uni.setStorageSync('version', '1.0.6.sp21')
|
||||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||||
app.use(globalMethods);
|
app.use(globalMethods);
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -873,14 +873,7 @@
|
||||||
.button-container {
|
.button-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: fixed;
|
padding: 30rpx 0;
|
||||||
left: 0;
|
|
||||||
bottom: 86px;
|
|
||||||
width: 100vw;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
padding-bottom: constant(safe-area-inset-bottom); // 兼容 IOS<11.2
|
|
||||||
padding-bottom: env(safe-area-inset-bottom); // 兼容 IOS>11.2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-save-image {
|
.btn-save-image {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue