fix(custom): 修复无法核销的bug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-11 16:17:14 +08:00
parent edf1e49cce
commit 863660c8f4
3 changed files with 7 additions and 6 deletions

View File

@@ -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;
}

View File

@@ -57,9 +57,9 @@ const clickText = (type: number, text: string) => {
<view>捷兑通</view>
</view>
<view class="center">
<nut-button type="primary" @click="getCode">一键微信授权登录</nut-button>
<nut-button type="primary" @click="getCode">手机号一键登录</nut-button>
<nut-button style="margin-top: 15px" @click="toPage"
>手机号登录</nut-button
>手机号登录/注册</nut-button
>
</view>
<view class="checkbox"