我的车辆图片显示问题
This commit is contained in:
@@ -253,8 +253,7 @@
|
||||
overflow-y: auto;
|
||||
padding: 0px 40rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #
|
||||
/* fff */
|
||||
/* background-color: #fff */
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user