GithubHelp home page GithubHelp logo

weilai1437 / red-cover Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhangzhis/red-cover

0.0 0.0 0.0 65 KB

微信红包封面小程序(云开发版)

Vue 72.07% CSS 4.27% JavaScript 17.93% SCSS 5.73%

red-cover's Introduction

项目来自小疯子大神的外卖红包

大神开源的项目,我根据自己的需求做了一些显示和功能上的修改

增加了后端接口版本。

微信红包封面领取小程序,用户观看视频广告或者邀请新用户可获取微信红包封面序列号,还可给外卖优惠券引流

微信红包封面领取小程序

使用方法

源码为uniapp项目,需下载hbuilder导入项目打包,编译成小程序

在线文档

常见问题

1.封面配置(待整理)

2.广告位配置(待整理)

3.优惠券配置(待整理)

另附:外卖CPS红包小程序

如果你觉得这个项目帮助到了你,你可以帮作者买一杯果汁表示鼓励 ❤️

如有问题疑惑,赞赏时可留下你微信,会添加你解答

修改的内容

主要修改了封面详情相关的逻辑,对应字段为下面的内容。

{
	"cover": {
	    "data": [
	        {
	            "isTaskTogether": false,
	            "isInStock": true,
	            "notice": "今日封面剩余  0  !!",
	            "noticeShow": false
	        }
	    ]
	}
}

增加了下架封面的字段

活动封面送完之后可以将该封面改为暂未开始的状态,避免用户做无用的分享,导致生气😤的用户用户举报。

{
	"isInStock": true,
}

将封面中的这个字段改为false,在封面详情中关闭该封面的任务,显示为暂未开发

封面详情页增加了公告栏

封面详情页增加了公告栏,可以放一条公告。可以选择公告展示或者不展示,对应字段如下。

{
	"notice": "今日封面剩余  0  !!",
	"noticeShow": false
}

完成任务方式做了修改

现在可以设置封面任务为广告任务和邀请任务都完成才可以领取。

{
	"isTaskTogether": false,
}

red-cover's People

Contributors

zhangzhis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.