【最新版】龙兵上门预约按摩最新版V242版本源码+uniapp前端

一.系统介绍

 龙兵上门预约服务系统独立版全插件 多城市版,版本现在是最新版V242包含公众号+小程序版,前端是uniapp。

二.搭建环境

系统环境:CentOS、

运行环境: 宝塔 Linux

网站环境:Nginx 1.21 + MySQL 5.7.46 + PHP-71

常见插件:fileinfo ; redis

三.测试搭建图片(仅供参考)

(无实际运营,图片仅仅后台搭建仅供参考)

前端部分VUE的APP.vue代码:

<script>
	import {
		mapState,
		mapActions,
		mapMutations
	} from "vuex"
	import $store from "@/store/index.js"
	export default {
		data() {
			return {
				timer: null,
				travelTimer: null,
				orderTimer: null,
				lockTap: false,
				resolvePrivacyAuthorization: ''
			}
		},
		async mounted() {
			// #ifdef H5
			if (window.location.href.indexOf('?#') < 0 && window.location.href.indexOf('state=STATE') < 0) {
				window.location.href = window.location.href.replace("#", "?#")
			}
			if (typeof window.entryUrl === 'undefined' || window.entryUrl === '') {
				window.entryUrl = window.location.href.split('#')[0]
			}
			let reg = window.location.href.indexOf('state=STATE') > 0 ? /\/([^/]+)\/\?&code.*/ : /\/([^/]+)\/\?#.*/
			let arr = window.location.href.match(reg)
			if (arr && arr != null && arr.length > 0) {
				console.log(arr)
				this.updateUserItem({
					key: 'portName',
					val: arr[arr.length - 1]
				})
			}
			console.log(this.portName)
			// #endif
		},
		async onLaunch() {
			let that = this
			// #ifndef H5
			let isHave = true
			// #ifdef APP-PLUS
			if (this.app_model_type == 1) {
				isHave = false
			}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

fakaifa

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值