123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508 |
- <template>
- <view class="center">
- <scroll-view scroll-y="true" style="padding-bottom: 20rpx;">
- <view class="shopBox" v-for="(item, index) in list.open_times" :key="index" v-if="item.ifShow">
- <view class="shopBox-top flex" >
- <view class="left-box flex">
- <view class="left-bg"><image src="../../static/img/index4.png" mode=""></image></view>
- <view class="one">{{ list.data ? list.data.name : '' }}</view>
- <view class="two">{{ index+1 }}轮</view>
- </view>
- <view class="three" style="color: #FF4C4C;" v-if="item.type == 1">预约中</view>
- <view class="three" style="color: ##44969D;" v-if="item.type == 2">待上架</view>
- <view class="three" style="color: ##6D7C88;" v-if="item.type == 3">已开奖</view>
- </view>
- <view class="shopBox-between">
- <view class="number">
- <text class="number-left">{{ 1 * list.data.cost }}</text>
- <text class="number-right">{{ list.data.cost_money_type }}/份</text>
- </view>
- <view class="quotient"><text class="quotient-children">每轮限购1组,每组限购一份</text></view>
- </view>
- <image :src="list.data.background_image" style="width: 635rpx; height: 170rpx; margin: 40rpx 0;" mode=""></image>
- <view class="shopBox-bottom">
- <view class="forward">
- <view class="forward-left"></view>
- <view class="forward-right">每组分数:  11份</view>
- </view>
- <view class="consume">
- GAS消耗:
- <text>{{ 1 * list.data.ticket }}{{ list.data.ticket_money_type }}</text>
- </view>
- <view class="appointmentTime">
- 预约开始时间:
- <text>{{ item.start }}</text>
- </view>
- <view class="appointmentTime">
- 预约结束时间:
- <text>{{ item.end }}</text>
- </view>
- <view class="lotteryTime">
- 开奖时间:
- <text>{{ item.name }}</text>
- </view>
- </view>
- <view class="btn-box flex" v-if="item.type == 1" @click="buy()"><view class="submit" >预约</view></view>
- <view class="btn-box flex" v-else ><view class="submit1" >{{item.type == 2 ? '待上架' : '已开奖'}}</view></view>
- </view>
- </scroll-view>
- <u-popup v-model="show" mode="bottom" border-radius="40" height="868rpx" :closeable="true">
- <view class="yugo">
-
- <view class="Type flex" >
- <view class="moneyName clamp" @click="moneyshow = true">{{moneyType[index].text}}</view>
- <u-icon name="arrow-down-fill" color="#0F253A" size="10"></u-icon>
- </view>
- <view class="zhu">
- 注:每轮限购1组,每组限购1份
- <span class="zhu-right">
- 最多可预约:
- <span class="zhu-num">1份</span>
- </span>
- </view>
- <view class="info-main">
- <view class="info-box">
- <view class="info-left">预约份数:</view>
- <view class="info-right"><u-number-box :max="max" v-model="value" @change="valChange"></u-number-box></view>
- </view>
- <view class="info-box">
- <view class="info-left">预约金额:</view>
- <view class="info-right">{{ moneyType[index].money*1 }}{{moneyType[index].text}}</view>
- </view>
- <view class="info-box">
- <view class="info-left">预约手续费:</view>
- <view class="info-right">{{ souxu }}</view>
- </view>
- </view>
- <view class="btn" @click="submit()">确定</view>
- </view>
- </u-popup>
- <u-popup v-model="show1" mode="center" width="548rpx" border-radius="14">
- <view class="psw-wrapper">
- <view class="psw-title">请输入支付密码</view>
- <input type="password" v-model="password" class="psw-ipt" />
- <view class="psw-btn">
- <text @click="cancel">取消</text>
- <text class="psw-qd" @click="pswQd">确定</text>
- </view>
- </view>
- </u-popup>
- <u-action-sheet :list="moneyType" v-model="moneyshow" @click="changeIndex"></u-action-sheet>
- </view>
- </template>
- <script>
- import { lalaDetial, buylala } from '@/api/product.js';
- import { getTime } from '@/utils/rocessor.js';
- export default {
- data() {
- return {
- loding: 'loading', //loading加载中 nomore没有数据
- limit: 10,
- page: 1,
- id: '',
- list: {
- data: {
- name: '',
- cost: ''
- }
- },
- history: false,
- show: false, //支付数量
- show1: false, //支付密码
- moneyshow:false,//支付方式开关
- moneyType:[{text:''}],//支付方式选择
- index:0,//判断支付方式是那个
- password: '',
- value: 1,
- money: '',
- souxu: '',
- max: 1
- };
- },
- onLoad(option) {
- this.id = option.id;
- this.loadData();
- },
- methods: {
- loadData() {
- uni.showLoading({
- title: '加载中'
- });
- const obj = this;
- if (obj.loding == 'nomore') {
- return;
- }
- lalaDetial(
- {
- page: obj.page,
- limit: obj.limit
- },
- obj.id
- )
- .then(({ data }) => {
- let date = data.open_times[0].name.split(" ")
- data.open_times.forEach((e,index) => {
- let end = getTime(e.value - data.close_join*60)
- let type = 0
- if (index == 0) {
- e.start = date[0] + ' ' + data.lala_pink_open +':00'
- }else {
- let i = index - 1
- e.start = data.open_times[i].name
- }
- console.log();
-
- if (e.value == data.next_pink.value){
- type = 1
- console.log(1)
- }else if(e.value > data.next_pink.value){
- type = 2
- console.log(2)
- }else if(e.value < data.next_pink.value){
- type =3
- console.log(3)
- }
- e.end = end
- if(this.isToday(e.value*1000)){
- e.ifShow = true;
- }else{
- e.ifShow = false;
- }
- e.type = type
- })
- obj.list = data;
- obj.moneyType[0].text = obj.list.data.cost_money_type;
- obj.moneyType[0].money = obj.list.data.cost;
- if(obj.list.data.cost_money_type != obj.list.data.cost_2_money_type){
- let shuj = []
- shuj.money = obj.list.data.cost_2;
- shuj.text = obj.list.data.cost_2_money_type;
- console.log(shuj,'111')
- obj.moneyType[1] = shuj
- console.log(obj.moneyType,'123')
- }
- uni.hideLoading();
- })
- .catch(e => {
- console.log(e);
- });
- },
- // 弹出层选择事件
- changeIndex(e) {
- console.log(e);
- this.index = e;
- },
- buy() {
- this.money = 1 * this.list.data.cost + this.list.data.cost_money_type;
- this.souxu = this.list.data.ticket + this.list.data.ticket_money_type;
- this.show = true;
- },
- valChange(e) {},
- submit() {
- if (this.value == 0) {
- this.$api.msg('预约份数不能为0');
- } else {
- this.show = false;
- this.show1 = true;
- }
- },
- cancel() {
- this.password = '';
- this.show1 = false;
- },
- pswQd() {
- buylala(
- {
- trade_psw: this.password,
- cost_type:this.moneyType[this.index].text
- },
- this.id
- )
- .then(e => {
- this.password = '';
- this.show1 = false;
- console.log(e);
- })
- .catch(e => {
- this.password = '';
- this.show1 = false;
- console.log(e);
- });
- },
- isToday(str) {
- if (new Date(str).toDateString() === new Date().toDateString()) {
- return true
- } else{
- return false
- }
- }
- }
- };
- </script>
- <style lang="scss">
- .shopBox {
- padding: 0 30rpx;
- margin: 0 auto;
- margin-top: 60rpx;
- width: 690rpx;
- // height: 770rpx;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 17rpx 0rpx rgba(0, 0, 0, 0.05);
- border-radius: 10px;
- .shopBox-top {
- padding-top: 26rpx;
- justify-content: space-between;
- align-items: center;
- .left-box {
- justify-content: flex-start;
- align-items: center;
- .left-bg {
- height: 46rpx;
- width: 48rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .one {
- margin-left: 10rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #0f253a;
- }
- .two {
- margin-left: 10rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6d7c88;
- }
- }
-
- #three {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ff4c4c;
- }
- }
- .shopBox-between {
- margin-top: 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .number {
- .number-left {
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #44969d;
- }
- .number-right {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #44969d;
- }
- }
- .quotient {
- .quotient-children {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6d7c88;
- }
- }
- }
- .forward {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .forward-left {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #44969d;
- }
- .forward-right {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6d7c88;
- }
- }
- .consume,
- .appointmentTime,
- .lotteryTime {
- margin: 12rpx 0;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #6d7c88;
- }
- .consume > text,
- .appointmentTime > text,
- .lotteryTime > text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #000000;
- }
- .submit {
- width: 600px;
- height: 70rpx;
- background: linear-gradient(90deg, #60bab0, #45969b);
- border-radius: 35rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- text-align: center;
- line-height: 70rpx;
- margin: 40rpx 10rpx;
- }
- .submit1 {
- width: 600px;
- height: 70rpx;
- background: #ececec;
- border-radius: 35rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- text-align: center;
- line-height: 70rpx;
- margin: 40rpx 10rpx;
- }
- }
- .yugo {
- padding-top: 80rpx;
- position: relative;
- height: 100%;
- .Type {
- border-top: 1px solid #eeeeee;
- padding: 20rpx $page-row-spacing;
- justify-content: start;
- .moneyName {
- font-size: 30rpx;
- font-weight: 500;
- color: $font-color-dark;
- margin: 0 20rpx;
- }
-
- .input {
- flex-grow: 1;
- height: 45rpx;
- line-height: 45rpx;
- margin-left: 40rpx;
- color: $font-color-light;
- border-bottom: 1px solid $border-color-light;
- }
-
- .line {
- width: 2rpx;
- background-color: $font-color-dark;
- margin: 0 10rpx;
- height: 30rpx;
- }
- }
- .zhu {
- height: 112rpx;
- border-top: 1px #eeeeee solid;
- border-bottom: 1px #eeeeee solid;
- line-height: 112rpx;
- padding: 0 32rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6d7c88;
- .zhu-right {
- display: inline-block;
- padding-left: 60rpx;
- }
- .zhu-num {
- color: #000000;
- }
- }
- .info-main {
- padding: 0 32rpx;
- .info-box {
- padding-top: 22rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .info-left {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6d7c88;
- }
- .info-right {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #0f253a;
- }
- }
- }
- .btn {
- position: absolute;
- bottom: 50rpx;
- left: 50%;
- margin-left: -342rpx;
- width: 684rpx;
- height: 86rpx;
- background: linear-gradient(90deg, #60bab0, #60bab0, #45969b);
- border-radius: 10rpx;
- text-align: center;
- line-height: 86rpx;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- }
- }
- .psw-wrapper {
- width: 548rpx;
- height: 344rpx;
- background-color: #ffffff;
- .psw-title {
- width: 100%;
- font-size: 35rpx;
- padding: 43rpx 0 49rpx;
- text-align: center;
- font-weight: 800;
- }
- .psw-ipt {
- display: block;
- background-color: #dce3ed;
- height: 90rpx;
- width: 464rpx;
- padding-left: 30rpx;
- margin: 0 auto;
- font-size: 80rpx;
- }
- .psw-btn text {
- display: inline-block;
- text-align: center;
- width: 50%;
- padding-top: 29rpx;
- font-size: 35rpx;
- }
- .psw-qd {
- color: #45969b;
- }
- }
- </style>
|