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

sjx

parent d8b71ed3
...@@ -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.67", "versionName" : "1.0.68",
"versionCode" : 167, "versionCode" : 168,
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {
......
...@@ -61,6 +61,10 @@ ...@@ -61,6 +61,10 @@
<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>
<view class="list-cell b-b" hover-class="cell-hover" @click="go" :hover-stay-time="50">
<text class="cell-tit">联系客服</text>
<image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image>
</view>
<navigator url="/pages/feedback/feedback" class="list-cell b-b" hover-class="cell-hover" :hover-stay-time="50"> <navigator url="/pages/feedback/feedback" 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>
...@@ -131,6 +135,26 @@ ...@@ -131,6 +135,26 @@
} }
}, },
methods:{ methods:{
//联系客服
go(){
uni.makePhoneCall({
// 手机号
phoneNumber: '18896603065',
// 成功回调
success: (res) => {
console.log('调用成功!')
},
// 失败回调
fail: (res) => {
console.log('调用失败!')
}
});
},
//查询外卖店铺详情信息 //查询外卖店铺详情信息
async storeEleInfofun(){ async storeEleInfofun(){
let res = await storeEleInfo({ let res = await storeEleInfo({
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~ //环境变量 这个是 鹿马商家助手的 商家助手的~~~~
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
// #ifdef APP-PLUS // #ifdef APP-PLUS
// isdebug:false,//正式 APP里面绝对是正式 // isdebug:false,//正式 APP里面绝对是正式
......
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