【实训项目】“优品果园”-线上水果商城小程序

2023-10-15 12:45

本文主要是介绍【实训项目】“优品果园”-线上水果商城小程序,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1.项目背景

随着现代人对消费水平的追求以及对食物安全的需要,无污染、产地直销的有机水果受到越来越多市民的喜欢。交易过程的简洁化是现代消费者的追求,产地直销也是近期流行的一种新型的交易模式。产地直销的交易模式使得交易过程更加简便快捷,也使消费也更透明化,有助于增加消费者对商家的信任和认可。有机食物又被誉为“朝阳产业”,具有良好的市场,同时,我们对安全食物的需要日益剧烈,对透明化消费的追求日益迫切,因此我们认为国内市场远景非常豁达。

2.项目目标

主要针对上班族以及中老年等人群,可以满足他们对于有机水果的需求,同时也满足其对于透明化消费的需求,以求达到双赢。

3.项目总体描述

3.1发展成果

我们的项目名称是“优品果源”,采用的是C2C模式。我们的程序包括了水果模板、新鲜到家、购物车和会员中心四个主要界面。

我们所设计的小程序主要是为消费者提供有机水果产地直销。在这个小程序里,我们会提供一定的经营产地,并为消费者提供产地全部信息,同时用户可以在线上对自己选择的产地进行实时观测,了解水果的长势,收货等全部过程,还也可以模拟体验农耕各项流程线上体验,(播种、施肥、浇水、除草、采摘)。

3.2功能描述

(1)用户注册

用户在使用“优品果源”时需要必须进行实名注册,包括姓名、年龄、性别、手机号、身份证号

(2)用户订单 包括

用户选择直销产地、购买水果等。

(3)交易中心

用户之间可以将多余的水果信息上传进行交易,也可以与农场之间进行交易。

(4)我的产地

提供一定的经营产地,并为消费提供产地全部信息,同时用户可以在线上对自己选择的产地进行实时观测,了解水果的长势,收货等全部过程。

(5)通知信息

后台会根据用户水果产地的生长情况,定时向客户发送提示信息; 资讯类信息,会根据季节实时发送一些水果种植信息,丰富地主的农耕经验,切实体验种植生活。

(6)客服中心

用户有任何问题可以咨询客服或者投诉商家。

4.项目成果

5.核心代码展示

<view class="goods marUpTop"><text class="total">共{{totalNum}}条</text><view class="good" wx:for="{{goods}}" wx:key="id" wx:for-item="good"><image class="image" src="{{good.icon}}"></image><text class="name" style='width:{{windowWidth - 80}}px;'>{{good.name}}</text></view><text class="bottomLoad" bindtap='bottomLoad' hidden='{{initLoadDataNum < pageSize}}'>{{bottomLoadMsg}}</text>
</view>
<view class="swiper-tab">  <view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">未开始({{notStartTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">进行中({{progressTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==2 ? 'on' : ''}}" data-current="2" bindtap="swichNav">已结束({{doneTotalNums}})</view>  
</view> <swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 40}}px;" bindchange="bindChange">  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{notStartDatas}}" wx:for-item="notStart" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{notStart.id}}" ><image bindtap="toTaskDetail" src="/images/notStart.png" class="icon" data-taskId="{{notStart.id}}"></image><text bindtap="toTaskDetail" style="width:{{winWidth - 140}}px;" class="name" data-taskId="{{notStart.id}}">{{notStart.name}}</text><button open-type="share" data-taskId="{{notStart.id}}" data-hookName="{{notStart.userName}}" type='primary' style="background-color: #265a88;" class='btn invite'>邀请</button><form bindsubmit='del' report-submit data-taskId="{{notStart.id}}"><button form-type='submit' type='primary' style="background-color: red;" class='btn delete'>删除</button></form></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{notStartCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{notStartCurPage}}/{{notStartTotalPage}}</text><image class="page" bindtap='downPage' src="{{notStartCurPage == notStartTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item><swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{progressDatas}}" wx:for-item="progress" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{progress.id}}" bindtap="toTaskDetail"><image src="/images/doing.png" class="icon" data-taskId="{{progress.id}}"></image><text class="name" style="width:{{winWidth - 140}}px;" data-taskId="{{progress.id}}">{{progress.name}}</text><progress class="progress" data-taskId="{{progress.id}}" activeColor="{{progress.activeColor}}" percent="{{progress.progress}}" show-info="true" active/></view></view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{progressCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{progressCurPage}}/{{progressTotalPage}}</text><image class="page" bindtap='downPage' src="{{progressCurPage == progressTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{doneDatas}}" wx:for-item="done" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{done.id}}"><image src="/images/done.png" class="icon" data-taskId="{{done.id}}" bindtap="toTaskDetail"></image><text style="width:{{winWidth - 95}}px;" class="name" data-taskId="{{done.id}}" bindtap="toTaskDetail">{{done.name}}</text><form bindsubmit='del' report-submit data-taskId="{{done.id}}"><button form-type='submit' type='primary' style="background-color: red;" class='btn delete'>删除</button></form></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{doneCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{doneCurPage}}/{{doneTotalPage}}</text><image class="page" bindtap='downPage' src="{{doneCurPage == doneTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  
</swiper>
<template name="normal"><view class="content-msg">{{msg}}</view>
</template>
<template name="apv"><view class="content-msg apv"><view class="apv-title">审批提醒</view><view class="apv-content">{{msg}}</view><view class="apv-do" data-id="{{id}}" data-attValue="{{attValue}}" bindtap="detail"><text>审批</text><image class="right-image" src="/images/right.png"/></view></view>
</template>
<template name="end"><view class="msg-end" style='width:{{windowWidth - 70}}px;'><image class="end-image" src="/images/{{attValue.suc ? 'success.png' : 'failure.png'}}"></image><view style="width:{{windowWidth - 145}}px;" class="end-msg">{{msg}}<text style="color:#5D718D;" data-id="{{attValue.id}}" bindtap='endDetail'> [详情]</text></view></view>
</template><view wx:if="{{isRefresh}}" class="fresh"><image src="/images/timer.gif" class="timer"></image>
</view>
<scroll-view  style="height: {{windowHeight}}px;" scroll-y  bindscroll="scroll" scroll-into-view="msgId_{{scrollInitId}}" bindtouchstart="start" bindtouchend="end" bindscrolltolower="hiddenDownBtn"><view class="msg-item" wx:for="{{msgs}}" wx:for-item="msg" wx:key="id" id="msgId_{{msg.id}}"><view><image src="{{msg.icon}}" class="msg-icon"></image></view><view class="msg-content"><text class="name-time" decode="true">{{msg.sendName}} {{msg.createTime}}</text><block wx:if="{{msg.type == 1}}"><template is="apv" data="{{...msg}}"/></block><block wx:elif="{{msg.type == 2}}"><template is="end" data="{{...msg, windowWidth}}"/></block><block wx:else><template is="normal" data="{{...msg}}"/></block></view></view><form bindsubmit='jumpToUpUnRead' report-submit><button class="toUpUnRead" form-type='submit' hidden='{{upBtnHidden}}'>☝ <text>{{unReadNum}}</text>条未读</button></form><form bindsubmit='jumpToDownUnRead' report-submit><button class="toDownUnRead" form-type='submit' hidden='{{downBtnHidden}}'>︾ <text>{{downUnReadNum}}</text>条未读</button></form>
</scroll-view>
<view class="swiper-tab"><view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">进行中({{progressTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">已结束({{doneTotalNums}})</view>  
</view> <swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 40}}px" bindchange="bindChange">  <swiper-item><scroll-view  style="height: {{winHeight - 80}}px;" scroll-y>  <view wx:for="{{progressDatas}}" wx:for-item="progress" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{progress.id}}" bindtap="toTaskDetail"><image src="/images/doing.png" class="icon" data-taskId="{{progress.id}}"></image><text class="name" style="width:{{winWidth - 140}}px;" data-taskId="{{progress.id}}">{{progress.name}}</text><progress class="progress" data-taskId="{{progress.id}}" activeColor="{{progress.activeColor}}" percent="{{progress.progress}}" show-info="true" active/></view></view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{progressCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{progressCurPage}}/{{progressTotalPage}}</text><image class="page" bindtap='downPage' src="{{progressCurPage == progressTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{doneDatas}}" wx:for-item="done" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{done.id}}" bindtap="toTaskDetail"><image src="/images/done.png" class="icon" data-taskId="{{done.id}}"></image><text class="name" style="width:{{winWidth - 55}}px;" data-taskId="{{done.id}}">{{done.name}}</text></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{doneCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{doneCurPage}}/{{doneTotalPage}}</text><image class="page" bindtap='downPage' src="{{doneCurPage == doneTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  
</swiper>
<view class="layout-column marUpTop" style="padding: 5px 15px;">拉钩创建成功,邀请Ta和你拉钩吧。<button open-type="share" type='primary' style="background-color: #265a88;width:100%;" size='default' class='marUpTop'>邀请</button>
</view>
<form bindsubmit="formSubmit" report-submit><view class="layout-column marUpTop"><textarea class="desc border" placeholder="请描述反馈意见" name="content" maxlength="1000"/><view class="marTop border"><button type="primary" size="default" style="background-color: #265a88;" formType="submit" disabled='{{disableBtn}}'>提交</button></view><modal hidden="{{formMsgHidden}}" title="提示" confirm-text="去完善" no-cancel="true" bindcancel="cancel" bindconfirm="hiddenFromMsg">意见不能为空</modal></view>
</form>
<view class="goods marUpTop"><text class="total">共{{totalNum}}条</text><view class="good" wx:for="{{goods}}" wx:key="id" wx:for-item="good"><image class="image" src="{{good.icon}}"></image><text class="name" style='width:{{windowWidth - 80}}px;'>{{good.name}}</text></view><text class="bottomLoad" bindtap='bottomLoad' hidden='{{initLoadDataNum < pageSize}}'>{{bottomLoadMsg}}</text>
</view>
<view class="swiper-tab">  <view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">未开始({{notStartTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">进行中({{progressTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==2 ? 'on' : ''}}" data-current="2" bindtap="swichNav">已结束({{doneTotalNums}})</view>  
</view> <swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 40}}px;" bindchange="bindChange">  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{notStartDatas}}" wx:for-item="notStart" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{notStart.id}}" ><image bindtap="toTaskDetail" src="/images/notStart.png" class="icon" data-taskId="{{notStart.id}}"></image><text bindtap="toTaskDetail" style="width:{{winWidth - 140}}px;" class="name" data-taskId="{{notStart.id}}">{{notStart.name}}</text><button open-type="share" data-taskId="{{notStart.id}}" data-hookName="{{notStart.userName}}" type='primary' style="background-color: #265a88;" class='btn invite'>邀请</button><form bindsubmit='del' report-submit data-taskId="{{notStart.id}}"><button form-type='submit' type='primary' style="background-color: red;" class='btn delete'>删除</button></form></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{notStartCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{notStartCurPage}}/{{notStartTotalPage}}</text><image class="page" bindtap='downPage' src="{{notStartCurPage == notStartTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item><swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{progressDatas}}" wx:for-item="progress" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{progress.id}}" bindtap="toTaskDetail"><image src="/images/doing.png" class="icon" data-taskId="{{progress.id}}"></image><text class="name" style="width:{{winWidth - 140}}px;" data-taskId="{{progress.id}}">{{progress.name}}</text><progress class="progress" data-taskId="{{progress.id}}" activeColor="{{progress.activeColor}}" percent="{{progress.progress}}" show-info="true" active/></view></view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{progressCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{progressCurPage}}/{{progressTotalPage}}</text><image class="page" bindtap='downPage' src="{{progressCurPage == progressTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{doneDatas}}" wx:for-item="done" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{done.id}}"><image src="/images/done.png" class="icon" data-taskId="{{done.id}}" bindtap="toTaskDetail"></image><text style="width:{{winWidth - 95}}px;" class="name" data-taskId="{{done.id}}" bindtap="toTaskDetail">{{done.name}}</text><form bindsubmit='del' report-submit data-taskId="{{done.id}}"><button form-type='submit' type='primary' style="background-color: red;" class='btn delete'>删除</button></form></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{doneCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{doneCurPage}}/{{doneTotalPage}}</text><image class="page" bindtap='downPage' src="{{doneCurPage == doneTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  
</swiper>
<template name="normal"><view class="content-msg">{{msg}}</view>
</template>
<template name="apv"><view class="content-msg apv"><view class="apv-title">审批提醒</view><view class="apv-content">{{msg}}</view><view class="apv-do" data-id="{{id}}" data-attValue="{{attValue}}" bindtap="detail"><text>审批</text><image class="right-image" src="/images/right.png"/></view></view>
</template>
<template name="end"><view class="msg-end" style='width:{{windowWidth - 70}}px;'><image class="end-image" src="/images/{{attValue.suc ? 'success.png' : 'failure.png'}}"></image><view style="width:{{windowWidth - 145}}px;" class="end-msg">{{msg}}<text style="color:#5D718D;" data-id="{{attValue.id}}" bindtap='endDetail'> [详情]</text></view></view>
</template><view wx:if="{{isRefresh}}" class="fresh"><image src="/images/timer.gif" class="timer"></image>
</view>
<scroll-view  style="height: {{windowHeight}}px;" scroll-y  bindscroll="scroll" scroll-into-view="msgId_{{scrollInitId}}" bindtouchstart="start" bindtouchend="end" bindscrolltolower="hiddenDownBtn"><view class="msg-item" wx:for="{{msgs}}" wx:for-item="msg" wx:key="id" id="msgId_{{msg.id}}"><view><image src="{{msg.icon}}" class="msg-icon"></image></view><view class="msg-content"><text class="name-time" decode="true">{{msg.sendName}} {{msg.createTime}}</text><block wx:if="{{msg.type == 1}}"><template is="apv" data="{{...msg}}"/></block><block wx:elif="{{msg.type == 2}}"><template is="end" data="{{...msg, windowWidth}}"/></block><block wx:else><template is="normal" data="{{...msg}}"/></block></view></view><form bindsubmit='jumpToUpUnRead' report-submit><button class="toUpUnRead" form-type='submit' hidden='{{upBtnHidden}}'>☝ <text>{{unReadNum}}</text>条未读</button></form><form bindsubmit='jumpToDownUnRead' report-submit><button class="toDownUnRead" form-type='submit' hidden='{{downBtnHidden}}'>︾ <text>{{downUnReadNum}}</text>条未读</button></form>
</scroll-view>
<view class="swiper-tab"><view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">进行中({{progressTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">已结束({{doneTotalNums}})</view>  
</view> <swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 40}}px" bindchange="bindChange">  <swiper-item><scroll-view  style="height: {{winHeight - 80}}px;" scroll-y>  <view wx:for="{{progressDatas}}" wx:for-item="progress" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{progress.id}}" bindtap="toTaskDetail"><image src="/images/doing.png" class="icon" data-taskId="{{progress.id}}"></image><text class="name" style="width:{{winWidth - 140}}px;" data-taskId="{{progress.id}}">{{progress.name}}</text><progress class="progress" data-taskId="{{progress.id}}" activeColor="{{progress.activeColor}}" percent="{{progress.progress}}" show-info="true" active/></view></view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{progressCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{progressCurPage}}/{{progressTotalPage}}</text><image class="page" bindtap='downPage' src="{{progressCurPage == progressTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{doneDatas}}" wx:for-item="done" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{done.id}}" bindtap="toTaskDetail"><image src="/images/done.png" class="icon" data-taskId="{{done.id}}"></image><text class="name" style="width:{{winWidth - 55}}px;" data-taskId="{{done.id}}">{{done.name}}</text></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{doneCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{doneCurPage}}/{{doneTotalPage}}</text><image class="page" bindtap='downPage' src="{{doneCurPage == doneTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  
</swiper>
<view class="layout-column marUpTop" style="padding: 5px 15px;">拉钩创建成功,邀请Ta和你拉钩吧。<button open-type="share" type='primary' style="background-color: #265a88;width:100%;" size='default' class='marUpTop'>邀请</button>
</view>
<form bindsubmit="formSubmit" report-submit><view class="layout-column marUpTop"><textarea class="desc border" placeholder="请描述反馈意见" name="content" maxlength="1000"/><view class="marTop border"><button type="primary" size="default" style="background-color: #265a88;" formType="submit" disabled='{{disableBtn}}'>提交</button></view><modal hidden="{{formMsgHidden}}" title="提示" confirm-text="去完善" no-cancel="true" bindcancel="cancel" bindconfirm="hiddenFromMsg">意见不能为空</modal></view>
</form>
<view class="goods marUpTop"><text class="total">共{{totalNum}}条</text><view class="good" wx:for="{{goods}}" wx:key="id" wx:for-item="good"><image class="image" src="{{good.icon}}"></image><text class="name" style='width:{{windowWidth - 80}}px;'>{{good.name}}</text></view><text class="bottomLoad" bindtap='bottomLoad' hidden='{{initLoadDataNum < pageSize}}'>{{bottomLoadMsg}}</text>
</view>
<view class="swiper-tab">  <view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">未开始({{notStartTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">进行中({{progressTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==2 ? 'on' : ''}}" data-current="2" bindtap="swichNav">已结束({{doneTotalNums}})</view>  
</view> <swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 40}}px;" bindchange="bindChange">  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{notStartDatas}}" wx:for-item="notStart" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{notStart.id}}" ><image bindtap="toTaskDetail" src="/images/notStart.png" class="icon" data-taskId="{{notStart.id}}"></image><text bindtap="toTaskDetail" style="width:{{winWidth - 140}}px;" class="name" data-taskId="{{notStart.id}}">{{notStart.name}}</text><button open-type="share" data-taskId="{{notStart.id}}" data-hookName="{{notStart.userName}}" type='primary' style="background-color: #265a88;" class='btn invite'>邀请</button><form bindsubmit='del' report-submit data-taskId="{{notStart.id}}"><button form-type='submit' type='primary' style="background-color: red;" class='btn delete'>删除</button></form></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{notStartCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{notStartCurPage}}/{{notStartTotalPage}}</text><image class="page" bindtap='downPage' src="{{notStartCurPage == notStartTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item><swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{progressDatas}}" wx:for-item="progress" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{progress.id}}" bindtap="toTaskDetail"><image src="/images/doing.png" class="icon" data-taskId="{{progress.id}}"></image><text class="name" style="width:{{winWidth - 140}}px;" data-taskId="{{progress.id}}">{{progress.name}}</text><progress class="progress" data-taskId="{{progress.id}}" activeColor="{{progress.activeColor}}" percent="{{progress.progress}}" show-info="true" active/></view></view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{progressCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{progressCurPage}}/{{progressTotalPage}}</text><image class="page" bindtap='downPage' src="{{progressCurPage == progressTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{doneDatas}}" wx:for-item="done" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{done.id}}"><image src="/images/done.png" class="icon" data-taskId="{{done.id}}" bindtap="toTaskDetail"></image><text style="width:{{winWidth - 95}}px;" class="name" data-taskId="{{done.id}}" bindtap="toTaskDetail">{{done.name}}</text><form bindsubmit='del' report-submit data-taskId="{{done.id}}"><button form-type='submit' type='primary' style="background-color: red;" class='btn delete'>删除</button></form></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{doneCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{doneCurPage}}/{{doneTotalPage}}</text><image class="page" bindtap='downPage' src="{{doneCurPage == doneTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  
</swiper>
<template name="normal"><view class="content-msg">{{msg}}</view>
</template>
<template name="apv"><view class="content-msg apv"><view class="apv-title">审批提醒</view><view class="apv-content">{{msg}}</view><view class="apv-do" data-id="{{id}}" data-attValue="{{attValue}}" bindtap="detail"><text>审批</text><image class="right-image" src="/images/right.png"/></view></view>
</template>
<template name="end"><view class="msg-end" style='width:{{windowWidth - 70}}px;'><image class="end-image" src="/images/{{attValue.suc ? 'success.png' : 'failure.png'}}"></image><view style="width:{{windowWidth - 145}}px;" class="end-msg">{{msg}}<text style="color:#5D718D;" data-id="{{attValue.id}}" bindtap='endDetail'> [详情]</text></view></view>
</template><view wx:if="{{isRefresh}}" class="fresh"><image src="/images/timer.gif" class="timer"></image>
</view>
<scroll-view  style="height: {{windowHeight}}px;" scroll-y  bindscroll="scroll" scroll-into-view="msgId_{{scrollInitId}}" bindtouchstart="start" bindtouchend="end" bindscrolltolower="hiddenDownBtn"><view class="msg-item" wx:for="{{msgs}}" wx:for-item="msg" wx:key="id" id="msgId_{{msg.id}}"><view><image src="{{msg.icon}}" class="msg-icon"></image></view><view class="msg-content"><text class="name-time" decode="true">{{msg.sendName}} {{msg.createTime}}</text><block wx:if="{{msg.type == 1}}"><template is="apv" data="{{...msg}}"/></block><block wx:elif="{{msg.type == 2}}"><template is="end" data="{{...msg, windowWidth}}"/></block><block wx:else><template is="normal" data="{{...msg}}"/></block></view></view><form bindsubmit='jumpToUpUnRead' report-submit><button class="toUpUnRead" form-type='submit' hidden='{{upBtnHidden}}'>☝ <text>{{unReadNum}}</text>条未读</button></form><form bindsubmit='jumpToDownUnRead' report-submit><button class="toDownUnRead" form-type='submit' hidden='{{downBtnHidden}}'>︾ <text>{{downUnReadNum}}</text>条未读</button></form>
</scroll-view>
<view class="swiper-tab"><view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">进行中({{progressTotalNums}})</view>  <view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">已结束({{doneTotalNums}})</view>  
</view> <swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 40}}px" bindchange="bindChange">  <swiper-item><scroll-view  style="height: {{winHeight - 80}}px;" scroll-y>  <view wx:for="{{progressDatas}}" wx:for-item="progress" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{progress.id}}" bindtap="toTaskDetail"><image src="/images/doing.png" class="icon" data-taskId="{{progress.id}}"></image><text class="name" style="width:{{winWidth - 140}}px;" data-taskId="{{progress.id}}">{{progress.name}}</text><progress class="progress" data-taskId="{{progress.id}}" activeColor="{{progress.activeColor}}" percent="{{progress.progress}}" show-info="true" active/></view></view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{progressCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{progressCurPage}}/{{progressTotalPage}}</text><image class="page" bindtap='downPage' src="{{progressCurPage == progressTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  <swiper-item>  <scroll-view  style="height: {{winHeight - 80}}px;" scroll-y><view wx:for="{{doneDatas}}" wx:for-item="done" wx:key="id" wx:for-index="index"><view class="list" style="background-color:{{index % 2 == 0 ? '#F6F6F6' : '#ffffff'}}" data-taskId="{{done.id}}" bindtap="toTaskDetail"><image src="/images/done.png" class="icon" data-taskId="{{done.id}}"></image><text class="name" style="width:{{winWidth - 55}}px;" data-taskId="{{done.id}}">{{done.name}}</text></view> </view></scroll-view><view class="pageCmp"><image class="page" bindtap='upPage' src="{{doneCurPage == 1 ? '/images/up-grey.png' : '/images/up.png'}}"/><text class="page-no">{{doneCurPage}}/{{doneTotalPage}}</text><image class="page" bindtap='downPage' src="{{doneCurPage == doneTotalPage ? '/images/down-grey.png' : '/images/down.png'}}"/></view></swiper-item>  
</swiper>
<view class="layout-column marUpTop" style="padding: 5px 15px;">拉钩创建成功,邀请Ta和你拉钩吧。<button open-type="share" type='primary' style="background-color: #265a88;width:100%;" size='default' class='marUpTop'>邀请</button>
</view>
<form bindsubmit="formSubmit" report-submit><view class="layout-column marUpTop"><textarea class="desc border" placeholder="请描述反馈意见" name="content" maxlength="1000"/><view class="marTop border"><button type="primary" size="default" style="background-color: #265a88;" formType="submit" disabled='{{disableBtn}}'>提交</button></view><modal hidden="{{formMsgHidden}}" title="提示" confirm-text="去完善" no-cancel="true" bindcancel="cancel" bindconfirm="hiddenFromMsg">意见不能为空</modal></view>
</form>

6.PPT展示

这篇关于【实训项目】“优品果园”-线上水果商城小程序的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/217801

相关文章

一文教你如何将maven项目转成web项目

《一文教你如何将maven项目转成web项目》在软件开发过程中,有时我们需要将一个普通的Maven项目转换为Web项目,以便能够部署到Web容器中运行,本文将详细介绍如何通过简单的步骤完成这一转换过程... 目录准备工作步骤一:修改​​pom.XML​​1.1 添加​​packaging​​标签1.2 添加

tomcat多实例部署的项目实践

《tomcat多实例部署的项目实践》Tomcat多实例是指在一台设备上运行多个Tomcat服务,这些Tomcat相互独立,本文主要介绍了tomcat多实例部署的项目实践,具有一定的参考价值,感兴趣的可... 目录1.创建项目目录,测试文China编程件2js.创建实例的安装目录3.准备实例的配置文件4.编辑实例的

springboot集成Deepseek4j的项目实践

《springboot集成Deepseek4j的项目实践》本文主要介绍了springboot集成Deepseek4j的项目实践,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价... 目录Deepseek4j快速开始Maven 依js赖基础配置基础使用示例1. 流式返回示例2. 进阶

SpringBoot项目启动报错"找不到或无法加载主类"的解决方法

《SpringBoot项目启动报错找不到或无法加载主类的解决方法》在使用IntelliJIDEA开发基于SpringBoot框架的Java程序时,可能会出现找不到或无法加载主类com.example.... 目录一、问题描述二、排查过程三、解决方案一、问题描述在使用 IntelliJ IDEA 开发基于

SpringBoot项目使用MDC给日志增加唯一标识的实现步骤

《SpringBoot项目使用MDC给日志增加唯一标识的实现步骤》本文介绍了如何在SpringBoot项目中使用MDC(MappedDiagnosticContext)为日志增加唯一标识,以便于日... 目录【Java】SpringBoot项目使用MDC给日志增加唯一标识,方便日志追踪1.日志效果2.实现步

Ubuntu中Nginx虚拟主机设置的项目实践

《Ubuntu中Nginx虚拟主机设置的项目实践》通过配置虚拟主机,可以在同一台服务器上运行多个独立的网站,本文主要介绍了Ubuntu中Nginx虚拟主机设置的项目实践,具有一定的参考价值,感兴趣的可... 目录简介安装 Nginx创建虚拟主机1. 创建网站目录2. 创建默认索引文件3. 配置 Nginx4

如何用java对接微信小程序下单后的发货接口

《如何用java对接微信小程序下单后的发货接口》:本文主要介绍在微信小程序后台实现发货通知的步骤,包括获取Access_token、使用RestTemplate调用发货接口、处理AccessTok... 目录配置参数 调用代码获取Access_token调用发货的接口类注意点总结配置参数 首先需要获取Ac

SpringBoot项目启动错误:找不到或无法加载主类的几种解决方法

《SpringBoot项目启动错误:找不到或无法加载主类的几种解决方法》本文主要介绍了SpringBoot项目启动错误:找不到或无法加载主类的几种解决方法,具有一定的参考价值,感兴趣的可以了解一下... 目录方法1:更改IDE配置方法2:在Eclipse中清理项目方法3:使用Maven命令行在开发Sprin

Nginx实现高并发的项目实践

《Nginx实现高并发的项目实践》本文主要介绍了Nginx实现高并发的项目实践,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧... 目录使用最新稳定版本的Nginx合理配置工作进程(workers)配置工作进程连接数(worker_co

基于Python开发PDF转Doc格式小程序

《基于Python开发PDF转Doc格式小程序》这篇文章主要为大家详细介绍了如何基于Python开发PDF转Doc格式小程序,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 用python实现PDF转Doc格式小程序以下是一个使用Python实现PDF转DOC格式的GUI程序,采用T