diff --git a/src/view/put-money.vue b/src/view/put-money.vue index 65f2715..0a5a0a6 100644 --- a/src/view/put-money.vue +++ b/src/view/put-money.vue @@ -101,7 +101,7 @@ getParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); - this.$vux.toast.text(window.location.search,'middle') + this.$vux.toast.text(window.location,'middle') // this.$vux.toast.text(r,'middle') if (r != null) return unescape(r[2]); return null;