fix(custom): 修复无法核销的bug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -74,6 +74,7 @@ const subVerify = async () => {
|
||||
try {
|
||||
const res = await activeOrderVerify({
|
||||
oid: goodInfo.value.oid,
|
||||
bid: goodInfo.value.bid,
|
||||
});
|
||||
Taro.showToast({
|
||||
title: res.msg,
|
||||
@@ -106,8 +107,8 @@ const subVerify = async () => {
|
||||
display: flex;
|
||||
|
||||
image {
|
||||
width: 150rpx;
|
||||
height: 150rpx;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
border-radius: 7px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user