diff --git a/api/api.js b/api/api.js index ad25809..5a5c88f 100644 --- a/api/api.js +++ b/api/api.js @@ -207,7 +207,7 @@ export function modifyPassword(data) { } -/** 设置登录密码 */ +/** 设置支付密码 */ export function setPayPwd(data) { return request.post('User/set/withdrawal_pwd', data); } diff --git a/manifest.json b/manifest.json index e30c937..7ec7cc4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "2.0.05", - "versionCode" : 2005, + "versionName" : "2.0.06", + "versionCode" : 2006, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {