Explorar el Código

海外商品-微信支付修改

kevin hace 1 año
padre
commit
9346916ede
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pay/wechat.html

+ 2 - 2
pay/wechat.html

@@ -22,9 +22,9 @@
 	console.log('mweb_url', mweb_url)
 	$(function() {
 		// test
-		// let redirect_url = 'https://nc-fele-mips.elken.com:8015/#/shop/order-list';
+		// let redirect_url = 'https://nc-fele-mips.elken.com:8015/return.html';
 		// prod
-		let redirect_url = 'https://fele.ncshop.elken.com/#/shop/order-list';
+		let redirect_url = 'https://fele.ncshop.elken.com/return.html';
 		// window.location.replace(mweb_url + '&redirect_url=' + encodeURIComponent(redirect_url))
 	});
 </script>