浏览代码

传递经销商参数

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, //需要设置为全局