lalala hace 6 años
padre
commit
035dc0bbeb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mobile-code/src/admin/home/workbench.vue

+ 1 - 1
mobile-code/src/admin/home/workbench.vue

@@ -287,7 +287,7 @@
 			},
 			},
 			// 续费
 			// 续费
 			renewFn() {
 			renewFn() {
-				location.href = `${window.location.protocol}//www.${this.$constant.firstHost}.com/#/?payMerchantId=${this.userInfo.extend.merchantId}&pay=1`
+				location.href = `${window.location.protocol}//www.${this.$constant.firstHost}.com/#/?merchantId=${this.userInfo.extend.merchantId}&pay=1`
 			}
 			}
 		}
 		}
 	}
 	}