添加线上签到按钮
This commit is contained in:
@@ -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 })
|
||||||
|
|||||||
Reference in New Issue
Block a user