Browse Source

小程序续费跳转

wuyongxiang 4 years ago
parent
commit
4f41420824
1 changed files with 3 additions and 0 deletions
  1. 3 0
      screenH5/homeNew.html

+ 3 - 0
screenH5/homeNew.html

@@ -645,6 +645,9 @@
 			// });
 			$(".homeRenew").on("click", function() {
 				console.log("续费啊");
+				wx.miniProgram.navigateTo({
+					url: '/pages/order/buy/index'
+				})
 			});
 			$('.helps').bind('click', function(e) {
 				stopPropagation(e);