添加线上签到按钮

This commit is contained in:
sangchengzhi
2026-01-14 18:20:46 +08:00
parent c4a06501cb
commit 84a7fc7acc

View File

@@ -82,6 +82,18 @@
> >
退号 退号
</van-button> </van-button>
<van-button
class="btn"
color="#166bcc"
:loading="loading"
type="primary"
loading-text="处理中..."
@click="handleSignIn"
v-if="RefundSTATE == 'Y'"
>
线上签到
</van-button>
<van-button <van-button
class="btn" class="btn"
@@ -165,6 +177,12 @@ export default {
} }
}, },
methods: { methods: {
handleSignIn() {
Toast({
message: '目前请到自助机/签到机上进行签到',
duration: 5000
});
},
CancelGH() { CancelGH() {
this.show = true; this.show = true;
apiopRegisterCancel({ hisorderno: this.OrderNo }) apiopRegisterCancel({ hisorderno: this.OrderNo })