Commit 56e60ae1 authored by srf's avatar srf

srf

parent ac53f94d
......@@ -55,17 +55,11 @@
methods:{
//获取 语音消息
async getnewsRemind(){
<<<<<<< HEAD
var date = new Date();
let hours = date.getHours();//当前 时间 小时
let datestime = 5000;//默认15秒
=======
// console.info("66344554");
var date = new Date();
let hours = date.getHours();//当前 时间 小时
let datestime = 5000;//默认15秒
// console.info(hours);
>>>>>>> master
// if(hours==11 || hours==12 || hours==13 ){//1级别 高峰时间
// datestime = 5000;//高峰时期 5s一次
// }else if(hours==10 || hours==14){//1级别
......@@ -77,20 +71,13 @@
if(this.$store.state.token!=""){//判断是否 已登录
<<<<<<< HEAD
let res = await newsRemind({})
console.log(res,'我登陆了')
if(res.code==0){
=======
let res = await newsRemind({
})
// console.info(".99999",res);
if(res.code==0){
// console.info("0000000000");
>>>>>>> master
if(res.data.length!=0){
//进来了就是有消息
let msglist = res.data;
......
......@@ -457,7 +457,7 @@ export function closePrinter(data)
return request.post("user/shopDelPrint",data,{ noAuth : true});
}
<<<<<<< HEAD
//同意退款(外卖)
export function consentEleRefund(data)
{
......@@ -481,9 +481,4 @@ export function geTPublicadvices(data)
{
return request.post("store/geTPublicadvices",data,{ noAuth : true});
}
=======
>>>>>>> master
......@@ -2,7 +2,7 @@
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~
module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境
<<<<<<< HEAD
isdebug:true,//测试
// isdebug:false,//正式
......@@ -11,13 +11,7 @@ module.exports = {
xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
=======
isdebug:true,//测试
// isdebug:false,//正式
//xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
>>>>>>> master
// #ifdef APP-PLUS
// 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