qukaidi преди 4 години
родител
ревизия
72bb33c9df
променени са 2 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 1 1
      manifest.json
  2. 3 4
      pages/login/register_3.vue

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "耀灵全钢店管家",
     "appid" : "__UNI__0C3473D",
     "description" : "测试",
-    "versionName" : "0.0.0.0.0.10",
+    "versionName" : "0.0.0.0.0.12",
     "versionCode" : "100",
     "transformPx" : false,
     "app-plus" : {

+ 3 - 4
pages/login/register_3.vue

@@ -112,8 +112,7 @@
 			</u-form-item>
 		</u-form>
 		<view style="margin:0 30rpx 30rpx 30rpx">
-			<u-button @click="nextStep" type="primary" @tap="$u.debounce(submit, 2000,immediate = true)" :loading="loading"
-			 :ripple="true" ripple-bg-color="#99d4ff">确认注册</u-button>
+			<u-button @click="submit" type="primary" :loading="loading" :ripple="true" ripple-bg-color="#99d4ff">确认注册</u-button>
 		</view>
 	</view>
 </template>
@@ -150,7 +149,7 @@
 				// brandList: [],
 				allbrandList: [], //弹出窗获取brand数组
 				checkedBrandlist: [], //选中brand组成一个新数组
-				appStoreBusinessLicenseDto:''
+				appStoreBusinessLicenseDto: ''
 			}
 		},
 		created() {
@@ -364,7 +363,7 @@
 					return res;
 				}, []);
 				let data = {
-					"appStoreBusinessLicenseDto":this.dataUrl.appStoreBusinessLicenseDto,
+					"appStoreBusinessLicenseDto": this.dataUrl.appStoreBusinessLicenseDto,
 					"brandAgentLvQueryList": this.brandAgentLvQueryList,
 					"city": this.formData.city,
 					"contactName": this.formData.name,