Compare commits

..

No commits in common. "c6ecc56060d2328f88f4ae94b869e62cb28ffb9c" and "2b46401bd8d59cdb37b52db84a1506054318d25f" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -722,7 +722,6 @@ const getButtons = (shopType, status, item) => {
.btn {
position: relative;
z-index: 999;
height: 56rpx;
line-height: 56rpx;
padding: 0 24rpx;

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.4.sp9')
uni.setStorageSync('version', '1.0.4.sp8')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {

View File

@ -488,7 +488,7 @@ onBackPress((e) => {
})
onLoad(async (option) => {
onLoad(async () => {
if (option.source) {
data.source = option.source
}