ソースを参照

传递经销商参数

zizhong.wang 5 年 前
コミット
5a7d82ad40
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  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, //需要设置为全局