家政小程序介绍
毕业设计家政小程序家政服务预约小程序毕设完整源码分享。这是我自己的毕业设计,基于微信小程序家政小程序家政服务预约小程序毕设系统源码,写这个小程序毕设系统花了很多时间,现在直接分享出来, 随着人们生活节奏的加快,越来越多的人倾向于把家务、整理归纳等事物交给专业机构去做。那么能够让客户快速在微信小程序上实现家政服务,小程序开发家政、保洁维修、搬家服务、预约管理、留言功能、个人中心、公司介绍等功能。程序家政小程序家政服务预约小程序界面如下
家政小程序界面截图



家政小程序代码分享:
<view>
<view>
<view>
<open-data class="" type="userAvatarUrl"></open-data>
</view>
</view>
<view>申请获取以下权限</view>
<view>获得你的公开信息(昵称、头像等)</view>
<tui-button type="primary" shape="circle" bindtap="authorLogin">授权登录</tui-button>
</view>
<view class='container'>
<view class='top-container'>
<image class='bg-img' src='../../images/mine_bg_3x.png'></image>
<view bindtap='logout' class='logout' hover-class="opcity" hover-stay-time="150" >
</view>
<view hidden='{{isLogin}}' class='user-wrapper'>
<navigator url='../login/login' hover-class="opcity" hover-stay-time="150" class='user'>
<image class='avatar-img' src='../../images/mine_def_touxiang_3x.png'></image>
<text class='user-info-mobile'>请登录</text>
</navigator>
</view>
<view hidden='{{!isLogin}}' class='user'>
<image class='avatar-img' src='{{userInfo.avatarUrl}}'></image>
<view class='user-info-mobile'>
<text>{{userInfo.nickName}}</text>
</view>
</view>
</view>
<tui-cell bind:click="onLogs" arrow="{{true}}" tui-cell-class="tui-list">
<tui-icon name="bankcard-fill" size="24" color="#5677fc"></tui-icon>
<view class="tui-cell-name">记录</view>
</tui-cell>
<tui-cell bind:click="onAbout" arrow="{{true}}" tui-cell-class="tui-list">
<tui-icon name="setup-fill" size="24" color="#5677fc"></tui-icon>
<view class="tui-cell-name">关于</view>
</tui-cell>
</view>let globalData = getApp().globalData;
Page({
data: {
userInfo: null,
isLogin: false
},
onLoad: function(options) {
},
onShow: function() {
let isLogin = globalData.isLogin;
console.log(globalData.userInfo)
if (isLogin) {
this.setData({
isLogin: isLogin,
userInfo: globalData.userInfo
});
}
},
onAbout: function() {
wx.navigateTo({
url: '../about/about',
})
},
onLogs:function() {
wx.navigateTo({
url: '../list/list',
})
}
})需要的可以扫下面二维码免费下载。如果有需要代做毕设系统、代写论文、开题报告等服务的同学欢迎加QQ: 2752951132 咨询,请备注来意!!
祝生活愉快!
「一个免费分享计算机毕业设计资源的网站」
微信&QQ扫码免费下载毕业设计资源
QQ小程序
微信小程序
共有 0 条评论 - 毕业设计家政小程序家政服务预约小程序毕设完整源码分享,这是我自己的毕业设计小程序系统