代码拉取完成,页面将自动刷新
同步操作将从 小马总/省钱兄外卖霸王餐源码 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<script>
import Vue from 'vue';
export default {
methods: {
},
onLaunch: function() {
let that = this;
//获取全局邀请码
that.$Request.getT('/common/type/88').then(res => {
if (res.code == 0) {
if (res.data && res.data.value) {
this.$queue.setData('publicRelation', res.data.value);
}
}
});
// 微信单笔提现最大金额
that.$Request.getT('/common/type/86').then(res => {
if (res.code == 0) {
if (res.data && res.data.value) {
this.$queue.setData('WxMaxMoney', res.data.value);
}
}
});
// 微信单笔提现最大金额
that.$Request.getT('/common/type/170').then(res => {
if (res.code == 0) {
if (res.data && res.data.value) {
this.$queue.setData('fensiImage', res.data.value);
}
}
});
// 微信提现是否显示
that.$Request.getT('/common/type/168').then(res => {
if (res.code == 0) {
if (res.data && res.data.value) {
this.$queue.setData('wxCashSelect', res.data.value);
}
}
});
// 商户端微信小程序APPID 139
that.$Request.getT('/common/type/139').then(res => {
if (res.code == 0) {
if (res.data && res.data.value) {
this.$queue.setData('shopAppId', res.data.value);
}
}
});
// 我的页面是否显示商家端 167
that.$Request.getT('/common/type/167').then(res => {
if (res.code == 0) {
if (res.data && res.data.value) {
this.$queue.setData('shopIsEn', res.data.value);
}
}
});
},
onShow: function() {
},
onHide: function() {}
};
</script>
<style lang="scss">
@import '@/static/css/colorui-main.css';
@import '@/static/css/colorui-icon.css';
@import '@/static/css/iconfont.css';
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。