Ver código fonte

产权交易跳转页面

newProperty
庞东旭 1 ano atrás
pai
commit
b3a03e0bb0
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      static/js/common/tools.js

+ 1
- 1
static/js/common/tools.js Ver arquivo

@@ -433,7 +433,7 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) {
*/
skip: function (url) {
if (url != '') {
window.open(url)
window.location = url
}
},
/**


Carregando…
Cancelar
Salvar