修改支付跳转页面

This commit is contained in:
2024-12-12 11:04:48 +08:00
parent 9f4e438a31
commit 3edfedb4ab
2 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<template>
<view>
<web-view src="http://baidu.com/"></web-view>
</view>
</template>
<script>
</script>
<style scoped>
.bg-fff{
width: 750rpx;
height: 300rpx;background-color: #fff;
}
</style>