menchuang 1 éve
szülő
commit
6d9a389506
5 módosított fájl, 9 hozzáadás és 7 törlés
  1. 1 1
      .gitignore
  2. 1 1
      manifest.json
  3. 2 2
      pages/login.vue
  4. 1 1
      pages/oldrenovation/indoor/indoor.vue
  5. 4 2
      pages/work/index.vue

+ 1 - 1
.gitignore

@@ -1,6 +1,6 @@
 ######################################################################
 # Build Tools
-
+# 代强灶改阀三期项目
 /unpackage/*
 /node_modules/*
 

+ 1 - 1
manifest.json

@@ -41,7 +41,7 @@
     },
     "quickapp" : {},
     "mp-weixin" : {
-        "appid" : "wx79abaa2be02ef711",
+        "appid" : "wx41e003e1c9067d02",
         "setting" : {
             "urlCheck" : false,
             "es6" : false,

+ 2 - 2
pages/login.vue

@@ -53,8 +53,8 @@
 				register: false,
 				globalConfig: getApp().globalData.config,
 				loginForm: {
-					username: "admin",
-					password: "admin123",
+					username: "",
+					password: "",
 					code: "",
 					uuid: '',
 					type: 'app'

+ 1 - 1
pages/oldrenovation/indoor/indoor.vue

@@ -1246,7 +1246,7 @@
 						addTearOldPipe(param).then(res => {
 
 							if (res.code == '200') {
-								nui.hideLoading()
+								uni.hideLoading()
 								uni.showToast({
 									title: res.msg,
 									icon: 'none',

+ 4 - 2
pages/work/index.vue

@@ -235,12 +235,14 @@ border-radius: 50%; margin-right: 20rpx;">旧</view>
 				} else if (e.dictValue == 'courtyard') {
 					//新建庭院
 					getDicts("new_built_courtyard").then(response => {
+
 						this.typeList = response.data;
 
 					});
+					this.handleShowSheet();
 				} else if (e.dictValue == 'overhead') {
 					//新建架空
-					getDicts("new_built_courtyard").then(response => {
+					getDicts("new_built_overhead").then(response => {
 						this.typeList = response.data;
 
 
@@ -592,7 +594,7 @@ border-radius: 50%; margin-right: 20rpx;">旧</view>
 
 				.line2-btn-big {
 					width: 90rpx;
-					height:90rpx;
+					height: 90rpx;
 					margin-bottom: 10rpx;
 				}