|
@@ -241,6 +241,7 @@ export default {
|
|
|
offset: 200,
|
|
|
message:
|
|
|
"您已购买成功,点击【<a style='text-decoration: underline;' onclick=handleToShlef()>书架</a>】跳转查看。",
|
|
|
+ duration: 15000,
|
|
|
});
|
|
|
clearInterval(this.timer);
|
|
|
if (this.$emit("handleSuccess")) {
|
|
@@ -259,6 +260,7 @@ export default {
|
|
|
},
|
|
|
//生命周期 - 创建完成(可以访问当前this实例)
|
|
|
created() {
|
|
|
+ console.log("2025-09-19");
|
|
|
this.payType = this.payWay;
|
|
|
},
|
|
|
//生命周期 - 挂载完成(可以访问DOM元素)
|