Merge branch 'master' into test6.9.11
# Conflicts: # web/src/main/webapp/ueditor/dialogs/yohoLink/yohoLink.html
Showing
1 changed file
with
1 additions
and
2 deletions
@@ -121,7 +121,6 @@ | @@ -121,7 +121,6 @@ | ||
121 | } | 121 | } |
122 | return url; | 122 | return url; |
123 | } | 123 | } |
124 | - | ||
125 | function handleDialogOk(){ | 124 | function handleDialogOk(){ |
126 | var href =$G('href').value.replace(/^\s+|\s+$/g, ''); | 125 | var href =$G('href').value.replace(/^\s+|\s+$/g, ''); |
127 | if (!domainValidate(href)) { | 126 | if (!domainValidate(href)) { |
@@ -202,7 +201,7 @@ | @@ -202,7 +201,7 @@ | ||
202 | } | 201 | } |
203 | 202 | ||
204 | else if (action == "go.productDetail") { | 203 | else if (action == "go.productDetail") { |
205 | - params.params = {product_skn: href.match(/product\/(\d+).html/)[1]} | 204 | + params.params = hrefParams; |
206 | } | 205 | } |
207 | else if (action == "go.shop") { | 206 | else if (action == "go.shop") { |
208 | params.params = { | 207 | params.params = { |
-
Please register or login to post a comment