Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1

This commit is contained in:
tangxinyue 2026-05-19 14:21:14 +08:00
commit 2d488612b4
18 changed files with 10 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export function createApp() {
app.config.globalProperties.$system = plus.os.name;
// #endif
app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.5')
uni.setStorageSync('version', '1.0.5.sp1')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {

View File

@ -414,7 +414,7 @@ const data = reactive({
url: "/static/image/recharge/icon11.png"
},
{
name: "高铁",
name: "高铁",
url: "/static/image/recharge/icon12.png"
},
{
@ -515,6 +515,12 @@ onLoad(async (option) => {
item.url = item.url.replace('/static/image/recharge/',
'/static/image/recharge/51/')
})
} else if (themeConfig?.theme == '0520') {
data.banner = '/static/image/recharge/520/bannar.png'
data.benefitList.forEach(item => {
item.url = item.url.replace('/static/image/recharge/',
'/static/image/recharge/520/')
})
}
}
let pages = getCurrentPages();
@ -1746,7 +1752,7 @@ function shouldBeTrue(obj) {
height: 280rpx;
background-image: url("/static/image/recharge/packagItemBg.png");
background-size: cover;
margin-right: 40rpx;
margin-right: 32rpx;
padding: 54rpx 0 0 0;
transition: width 0.2s, background-image 0.2s;

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB