README
使用
事件名 | 说明 | 参数 |
---|---|---|
- | - | - |
- | - | - |
- | - | - |
this.$refs.pays.$success(true).then(res => {
console.log("支付成功");
this.$router.push("/success");
});
"我的Btn插件"
<script type="module">
import xlbtn from 'https://cdn.skypack.dev/xlbtn';
</script>
事件名 | 说明 | 参数 |
---|---|---|
- | - | - |
- | - | - |
- | - | - |
this.$refs.pays.$success(true).then(res => {
console.log("支付成功");
this.$router.push("/success");
});