Procházet zdrojové kódy

传递经销商参数

zizhong.wang před 5 roky
rodič
revize
5a7d82ad40
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      pages/index/dealerPage/index.vue

+ 2 - 1
pages/index/dealerPage/index.vue

@@ -164,7 +164,7 @@
 						title: '请选择地区',
 						icon: "none"
 					}):
-					this.submitRequest();
+					this.submitRequest(formData);
 			  	} else {
 			  		uni.showToast({
 			  			title: graceChecker.error,
@@ -173,6 +173,7 @@
 			  	}
 			  },
 			  submitRequest(params){
+				  console.log(params)
 				  let that = this;
 				  uni.request({
 					url:getApp().globalData.shareUrl, //需要设置为全局