Compare commits
No commits in common. "c6ecc56060d2328f88f4ae94b869e62cb28ffb9c" and "2b46401bd8d59cdb37b52db84a1506054318d25f" have entirely different histories.
c6ecc56060
...
2b46401bd8
|
|
@ -722,7 +722,6 @@ const getButtons = (shopType, status, item) => {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 999;
|
|
||||||
height: 56rpx;
|
height: 56rpx;
|
||||||
line-height: 56rpx;
|
line-height: 56rpx;
|
||||||
padding: 0 24rpx;
|
padding: 0 24rpx;
|
||||||
|
|
|
||||||
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.4.sp9')
|
uni.setStorageSync('version', '1.0.4.sp8')
|
||||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||||
app.use(globalMethods);
|
app.use(globalMethods);
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -488,7 +488,7 @@ onBackPress((e) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
onLoad(async (option) => {
|
onLoad(async () => {
|
||||||
if (option.source) {
|
if (option.source) {
|
||||||
data.source = option.source
|
data.source = option.source
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue