Browse Source

no message

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
63530d90f6
1 changed files with 2 additions and 2 deletions
  1. 4
      src/view/put-money.vue

4
src/view/put-money.vue

@ -101,8 +101,8 @@
getParam(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
this.$vux.toast.text(reg,'middle')
// var r = window.location.search.substr(1).match(reg);
this.$vux.toast.text(r,'middle')
var r = window.location.search.substr(1).match(reg);
// this.$vux.toast.text(r,'middle')
if (r != null) return unescape(r[2]);
return null;
}

Loading…
Cancel
Save