Commit cc45385e authored by 石家欣's avatar 石家欣

sjx

parent 1cb7f09e
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E", //"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web "appid" : "__UNI__1EA80F1", //这个是 web
"description" : "", "description" : "",
"versionName" : "1.0.60", "versionName" : "1.0.61",
"versionCode" : 160, "versionCode" : 161,
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {
......
...@@ -20,6 +20,13 @@ ...@@ -20,6 +20,13 @@
} }
}, },
{
"path" : "pages/setPassword/setPayPassword",
"style" : {
"navigationBarTitleText":"修改支付密码"
}
},
{ {
"path" : "pages/index/index", "path" : "pages/index/index",
"style" : { "style" : {
......
This diff is collapsed.
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<text class="cell-tit">修改登录密码</text> <text class="cell-tit">修改登录密码</text>
<image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image> <image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image>
</navigator> </navigator>
<navigator url="/pages/setPassword/setPassword?is_pay=1" class="list-cell b-b" hover-class="cell-hover" :hover-stay-time="50"> <navigator url="/pages/setPassword/setPayPassword" class="list-cell b-b" hover-class="cell-hover" :hover-stay-time="50">
<text class="cell-tit">修改支付密码</text> <text class="cell-tit">修改支付密码</text>
<image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image> <image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image>
</navigator> </navigator>
......
...@@ -417,4 +417,22 @@ export function storeOpenEle(data) ...@@ -417,4 +417,22 @@ export function storeOpenEle(data)
return request.post("store/openEle",data,{ noAuth : true}); return request.post("store/openEle",data,{ noAuth : true});
} }
//获取商家手机号
export function storeShopTel(data)
{
return request.post("user/shopTel",data,{ noAuth : true});
}
//获取验证码
export function storeSendSms(data)
{
return request.post("user/sendSms",data,{ noAuth : true});
}
//忘记密码提交
export function storeUpdatePassword(data)
{
return request.post("user/updatePassword",data,{ noAuth : true});
}
//2020年1月8号 小谢 //2020年1月8号 小谢(发育位) 小石(辅助位)
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~ //环境变量 这个是 鹿马商家助手的 商家助手的~~~~
module.exports = { module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境 //是否为开发调试环境 true为本地环境 false 为正式环境
// isdebug:true,//测试 isdebug:true,//测试
isdebug:false,//正式 // isdebug:false,//正式
xqdebug:false,//正式权限 xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios // xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment