修改支付问题
This commit is contained in:
parent
009422675d
commit
c506a7fd42
|
|
@ -722,6 +722,7 @@ const getButtons = (shopType, status, item) => {
|
|||
|
||||
.btn {
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
height: 56rpx;
|
||||
line-height: 56rpx;
|
||||
padding: 0 24rpx;
|
||||
|
|
|
|||
2
main.js
2
main.js
|
|
@ -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.sp8')
|
||||
uni.setStorageSync('version', '1.0.4.sp9')
|
||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||
app.use(globalMethods);
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -488,7 +488,7 @@ onBackPress((e) => {
|
|||
})
|
||||
|
||||
|
||||
onLoad(async () => {
|
||||
onLoad(async (option) => {
|
||||
if (option.source) {
|
||||
data.source = option.source
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue