我的车辆图片显示问题

This commit is contained in:
zhouyanli
2026-08-31 17:57:15 +08:00
parent c754d075e6
commit 9df68da253
6 changed files with 18 additions and 11 deletions

View File

@@ -253,8 +253,7 @@
overflow-y: auto;
padding: 0px 40rpx;
box-sizing: border-box;
background-color: #
/* fff */
/* background-color: #fff */
;
}

View File

@@ -222,7 +222,7 @@ const handleBatchPay = () => {
if (!wx.launchMiniProgram) return uni.showToast({ title: '当前微信版本太低,不支持拉起小程序', icon: 'none' })
wx.launchMiniProgram({
id: 'gh_a765aef0172c',
type: 1,
type: 1,//0正式版1开发版2体验版
path: 'pages/arrearsPayment/arrearsPayment?' + query,
}, (res) => {
console.log('小程序回调:', JSON.stringify(res))