zouling 1 год назад
Родитель
Сommit
17b9010b16
4 измененных файлов с 6 добавлено и 6 удалено
  1. 1 1
      api/system/user.js
  2. 2 2
      manifest.json
  3. 2 2
      pages/mine/pwd/index.vue
  4. 1 1
      work/pages/case/add.vue

+ 1 - 1
api/system/user.js

@@ -9,7 +9,7 @@ export function updateUserPwd(oldPassword, newPassword) {
   }
   return request({
     url: '/system/user/profile/updatePwd',
-    method: 'put',
+    method: 'post',
     params: data
   })
 }

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "政协",
     "appid" : "__UNI__FF95F38",
     "description" : "",
-    "versionName" : "1.1.5",
-    "versionCode" : 115,
+    "versionName" : "1.1.6",
+    "versionCode" : 116,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,

+ 2 - 2
pages/mine/pwd/index.vue

@@ -1,9 +1,9 @@
 <template>
   <view class="pwd-retrieve-container pwd">
     <uni-forms ref="form" :value="user" >
-      <!-- <uni-forms-item name="oldPassword" label="旧密码">
+      <uni-forms-item name="oldPassword" label="旧密码">
         <uni-easyinput :inputBorder="false" type="password" v-model="user.oldPassword" placeholder="请输入旧密码" />
-      </uni-forms-item> -->
+      </uni-forms-item>
       <uni-forms-item name="newPassword" label="新密码">
         <uni-easyinput :inputBorder="false" type="password" v-model="user.newPassword" placeholder="请输入您的新密码" />
       </uni-forms-item>

+ 1 - 1
work/pages/case/add.vue

@@ -446,7 +446,7 @@
 					this.$toast("请选择提案类别")
 					return
 				}
-				if(this.datainfo.isJointly==0&&!this.tary){
+				if(this.datainfo.isJointly=='是'&&!this.tary){
 					this.$toast("请选择联名提案人员")
 					return
 				}