系统架构选择的综合考虑
前端使用uniapp可跨平台开发,基于Vue.js的跨平台开发框架,允许开发者使用同一套代码基础构建面向iOS、Android、以及各种小程序(如微信小程序)、H5等多个平台的应用。
后端使用易于学习且免费开源的thinkphp,它是一种解释型语言,开发者可以在运行时看到结果,这对于调试和开发大型项目非常有帮助。可以免费使用、修改和分发,这有助于节省开发成本。
数据库使用sql,能够持久化存储数据,即使应用程序关闭或崩溃,数据也不会丢失。
服务实现概述
源码获取直通车多客陪玩系统源码获取直通车
部分代码展示
<view class="template-circle tn-safe-area-inset-bottom ">
<tn-nav-bar :isBack="false" :bottomShadow="false" :backgroundColor="body.bg">
<view class="tn-flex tn-flex-row-between tn-margin-left tn-margin-right ">
<view style="font-size: 22px;" class="">
<text @click="tn('/homePages/search')" class="tn-icon-search tn-text-bold" style="font-size: 24px;">
</text>
<text @click="tn('/homePages/school?type=jin')" class="tn-icon-sequence tn-text-bold tn-margin-left"
style="font-size: 24px;">
</text>
<text style="font-size: 12px;" @click="tn('/homePages/school?type=jin')">切换学校</text>
</view>
<view>
<!-- #ifndef MP -->
<view @click="dingdan()" class="tn-icon-notice tn-color-white tn-text-shadow-brown" style="font-size: 50rpx;">
<tn-badge v-if="msgcount>0" backgroundColor="#e70003" fontColor="#FFFFFF" :absolute="true"
:top="10" :right="10" :translateCenter="false">
<text>{{msgcount}}</text>
</tn-badge>
</view>
<!-- #endif -->
</view>
</view>
</tn-nav-bar>
<!-- 推荐 -->
<mescroll-body ref="mescrollRef" @down="downCallback" @up="upCallback">
<view class="" v-if="city_id" :style="{paddingTop: vuex_custom_bar_height + 'px'}">