fix:修复【c端】微信中打开链接,在商品详情页面中点击立即支付按钮,微信支付应该默认选中
This commit is contained in:
parent
f2da835f39
commit
4957058d52
|
@ -222,7 +222,7 @@
|
|||
'https://lsxd-yunshanfu.oss-cn-hangzhou.aliyuncs.com/common_image/20220120/9bedd7af6a8a570be8f2858564f9ec6d.png'
|
||||
],
|
||||
show: false, /* 控制支付弹窗 */
|
||||
payType: 2, /* 支付方式 */
|
||||
payType: 1, /* 支付方式 */
|
||||
|
||||
/* 提示框状态 */
|
||||
popShow: false,
|
||||
|
|
Loading…
Reference in New Issue