提交 a535fbbb 编写于 作者: tao.wu's avatar tao.wu

去除自动触发调试

上级 82aa77cb
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
const _seft = this; const _seft = this;
this.$rocNative.appInit(); this.$rocNative.appInit();
window.__refresh = function() { window.__refresh = function() {
alert('准备自动触发预约') // alert('准备自动触发预约')
_seft.setRemind(true); _seft.setRemind(true);
} }
this.shareObj = { this.shareObj = {
...@@ -234,12 +234,14 @@ export default { ...@@ -234,12 +234,14 @@ export default {
if (status == 1) { // 机构状态正常 if (status == 1) { // 机构状态正常
remind({ token: userToken }).then(resD => { remind({ token: userToken }).then(resD => {
if (resD.code == '000000') { if (resD.code == '000000') {
if(!flag){
this.$dialog.alert({ this.$dialog.alert({
title: '设置提醒成功', title: '设置提醒成功',
message: '云鹊奖活动正式时间:12月16日 10:00开始,我们将会以APP消息提醒和短信形式提醒道您,请记得及时参与活动', message: '云鹊奖活动正式时间:12月16日 10:00开始,我们将会以APP消息提醒和短信形式提醒道您,请记得及时参与活动',
confirmButtonText: '我知道了', confirmButtonText: '我知道了',
className: 'remind-success' className: 'remind-success'
}); });
}
this.remindStatus = true; this.remindStatus = true;
} else { } else {
this.$toast(resD.message) this.$toast(resD.message)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册