new files

This commit is contained in:
panchengyong
2026-03-07 22:29:07 +08:00
parent cd7e80b502
commit 7acbf45ff7
12516 changed files with 1808447 additions and 194 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
require('../../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/components/timeSlot/index"],{"8cea":function(e,t,a){"use strict";a.r(t);var n=a("dd12"),i=a("9641");for(var r in i)["default"].indexOf(r)<0&&function(e){a.d(t,e,(function(){return i[e]}))}(r);a("f375");var s=a("828b"),h=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,"5dd6702b",null,!1,n["a"],void 0);t["default"]=h.exports},9641:function(e,t,a){"use strict";a.r(t);var n=a("b527"),i=a.n(n);for(var r in n)["default"].indexOf(r)<0&&function(e){a.d(t,e,(function(){return n[e]}))}(r);t["default"]=i.a},b527:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;(new Date).getFullYear(),(new Date).getMonth(),(new Date).getDate();var n={components:{uniCalendar:function(){Promise.all([a.e("pages/annex/common/vendor"),a.e("pages/annex/components/uni-calendar/uni-calendar")]).then(function(){return resolve(a("b4f3"))}.bind(null,a)).catch(a.oe)},Loading:function(){a.e("components/Loading/index").then(function(){return resolve(a("e83c"))}.bind(null,a)).catch(a.oe)}},data:function(){return{time:"all",current:!1,loaded:!1,loading:!1,info:{startDate:"",endDate:"",lunar:!1,range:!0,insert:!1,selected:[],showMonth:!1},where:{start:"",stop:""}}},methods:{close:function(){this.current=!1},confirm:function(e){var t,a;e.range.after&&e.range.before?(e.range.before>e.range.after?(t=new Date(e.range.after+" 00:00:00").getTime()/1e3,a=new Date(e.range.before+" 23:59:59").getTime()/1e3):(t=new Date(e.range.before+" 00:00:00").getTime()/1e3,a=new Date(e.range.after+" 23:59:59").getTime()/1e3),this.where.start=t,this.where.stop=a,this.loaded=!1,this.loading=!1,this.$emit("changeTime",this.where)):(t=new Date(e.fulldate+" 00:00:00").getTime()/1e3,a=new Date(e.fulldate+" 23:59:59").getTime()/1e3,this.where.start=t,this.where.stop=a,this.loaded=!1,this.loading=!1,this.$emit("changeTime",this.where))},dateTitle:function(){this.$refs.calendar.open(),this.time="date"},setTime:function(e){this.time=e;var t=(new Date).getFullYear(),a=(new Date).getMonth()+1,n=(new Date).getDate();switch(this.tip=1,this.loaded=!1,this.loading=!1,e){case"all":this.where.start=0,this.where.stop=0,this.title="全部",this.$emit("changeTime",this.where);break;case"today":this.where.start=new Date(Date.parse(t+"/"+a+"/"+n)).getTime()/1e3,this.where.stop=new Date(Date.parse(t+"/"+a+"/"+n)).getTime()/1e3+86400-1,this.title="今日",this.$emit("changeTime",this.where);break;case"yesterday":this.where.start=new Date(Date.parse(t+"/"+a+"/"+n)).getTime()/1e3-86400,this.where.stop=new Date(Date.parse(t+"/"+a+"/"+n)).getTime()/1e3-1,this.title="昨日",this.$emit("changeTime",this.where);break;case"month":this.where.start=new Date(t,(new Date).getMonth(),1).getTime()/1e3,this.where.stop=new Date(t,a,1).getTime()/1e3-1,this.title="本月",this.$emit("changeTime",this.where);break;case"seven":this.where.start=new Date(Date.parse(t+"/"+a+"/"+n)).getTime()/1e3+86400-604800,this.where.stop=new Date(Date.parse(t+"/"+a+"/"+n)).getTime()/1e3+86400-1,this.title="七日",this.$emit("changeTime",this.where);break;case"date":var i=new Date(this.before).getTime()/1e3,r=new Date(this.after).getTime()/1e3;this.where.start=i,this.where.stop=r,Promise.all([this.getList()]),this.$emit("changeTime",this.where);break}}}};t.default=n},dd12:function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return i})),a.d(t,"a",(function(){}));var n=function(){var e=this.$createElement;this._self._c},i=[]},f375:function(e,t,a){"use strict";var n=a("f60c"),i=a.n(n);i.a},f60c:function(e,t,a){}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'pages/annex/components/timeSlot/index-create-component',
{
'pages/annex/components/timeSlot/index-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("8cea"))
})
},
[['pages/annex/components/timeSlot/index-create-component']]
]);

View File

@@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"uni-calendar": "/pages/annex/components/uni-calendar/uni-calendar",
"loading": "/components/Loading/index"
}
}

View File

@@ -0,0 +1 @@
<view class="data-v-5dd6702b"><view class="dataList data-v-5dd6702b"><view class="times data-v-5dd6702b"><view data-event-opts="{{[['tap',[['setTime',['all']]]]]}}" class="{{['item','data-v-5dd6702b',time=='all'?'on':'']}}" bindtap="__e">全部</view><view data-event-opts="{{[['tap',[['setTime',['today']]]]]}}" class="{{['item','data-v-5dd6702b',time=='today'?'on':'']}}" bindtap="__e">今日</view><view data-event-opts="{{[['tap',[['setTime',['yesterday']]]]]}}" class="{{['item','data-v-5dd6702b',time=='yesterday'?'on':'']}}" bindtap="__e">昨日</view><view data-event-opts="{{[['tap',[['setTime',['seven']]]]]}}" class="{{['item','data-v-5dd6702b',time=='seven'?'on':'']}}" bindtap="__e">近7日</view></view><view data-event-opts="{{[['tap',[['dateTitle',['$event']]]]]}}" class="{{['item','data-v-5dd6702b',time=='date'?'on':'']}}" bindtap="__e">自定义时间 <text class="iconfont icon-ic_downarrow downarrow data-v-5dd6702b"></text></view></view><uni-calendar vue-id="7741a083-1" date="{{info.date}}" insert="{{info.insert}}" lunar="{{info.lunar}}" startDate="{{info.startDate}}" endDate="{{info.endDate}}" range="{{info.range}}" showMonth="{{info.showMonth}}" data-ref="calendar" data-event-opts="{{[['^confirm',[['confirm']]]]}}" bind:confirm="__e" class="data-v-5dd6702b vue-ref" bind:__l="__l"></uni-calendar><view data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['close',['$event']]]]]}}" hidden="{{!(current===true)}}" class="mask data-v-5dd6702b" bindtouchmove="__e" bindtap="__e"></view><loading vue-id="7741a083-2" loaded="{{loaded}}" loading="{{loading}}" class="data-v-5dd6702b" bind:__l="__l"></loading></view>

View File

@@ -0,0 +1 @@
.dataList.data-v-5dd6702b{display:flex;justify-content:space-between;padding:24rpx 20rpx;background-color:#fff;color:#999;font-size:24rpx;width:100%;box-sizing:border-box}.dataList .times.data-v-5dd6702b{display:flex}.dataList .times .item.data-v-5dd6702b{margin-right:20rpx;background:#f5f5f5;padding:8rpx 24rpx;border-radius:30rpx}.dataList .times .item.on.data-v-5dd6702b{color:#e93323;background-color:#fceae9}.dataList .item.data-v-5dd6702b{padding:10rpx 0rpx}.downarrow.data-v-5dd6702b{padding-left:10rpx;font-size:26rpx!important}

View File

@@ -0,0 +1,10 @@
require('../../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/components/uni-calendar/uni-calendar-item"],{"49ba":function(e,n,t){},"5d0c":function(e,n,t){"use strict";t.d(n,"b",(function(){return a})),t.d(n,"c",(function(){return u})),t.d(n,"a",(function(){}));var a=function(){var e=this.$createElement;this._self._c},u=[]},"95e4":function(e,n,t){"use strict";var a=t("49ba"),u=t.n(a);u.a},ac44:function(e,n,t){"use strict";t.r(n);var a=t("bbb8"),u=t.n(a);for(var c in a)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return a[e]}))}(c);n["default"]=u.a},af5f:function(e,n,t){"use strict";t.r(n);var a=t("5d0c"),u=t("ac44");for(var c in u)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(c);t("95e4");var r=t("828b"),i=Object(r["a"])(u["default"],a["b"],a["c"],!1,null,"5724668b",null,!1,a["a"],void 0);n["default"]=i.exports},bbb8:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a={props:{weeks:{type:Object,default:function(){return{}}},calendar:{type:Object,default:function(){return{}}},selected:{type:Array,default:function(){return[]}},lunar:{type:Boolean,default:!1}},methods:{choiceDate:function(e){this.$emit("change",e)}}};n.default=a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'pages/annex/components/uni-calendar/uni-calendar-item-create-component',
{
'pages/annex/components/uni-calendar/uni-calendar-item-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("af5f"))
})
},
[['pages/annex/components/uni-calendar/uni-calendar-item-create-component']]
]);

View File

@@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}

View File

@@ -0,0 +1 @@
<view data-event-opts="{{[['tap',[['choiceDate',['$0'],['weeks']]]]]}}" class="{{['uni-calendar-item__weeks-box','data-v-5724668b',(weeks.disable)?'uni-calendar-item--disable':'',(calendar.fullDate===weeks.fullDate&&weeks.isDay)?'uni-calendar-item--isDay':'',(calendar.fullDate===weeks.fullDate&&!weeks.isDay)?'uni-calendar-item--checked':'',(weeks.multiple)?'uni-calendar-item--multiple':'']}}" bindtap="__e"><view class="uni-calendar-item__weeks-box-item data-v-5724668b"><block wx:if="{{selected&&weeks.extraInfo}}"><text class="uni-calendar-item__weeks-box-circle data-v-5724668b"></text></block><text class="{{['uni-calendar-item__weeks-box-text','data-v-5724668b',(weeks.isDay)?'uni-calendar-item--isDay-text':'',(calendar.fullDate===weeks.fullDate&&weeks.isDay)?'uni-calendar-item--isDay':'',(calendar.fullDate===weeks.fullDate&&!weeks.isDay)?'uni-calendar-item--checked':'',(weeks.multiple)?'uni-calendar-item--multiple':'',(weeks.disable)?'uni-calendar-item--disable':'']}}">{{weeks.date}}</text><block wx:if="{{!lunar&&!weeks.extraInfo&&weeks.isDay}}"><text class="{{['uni-calendar-item__weeks-lunar-text','data-v-5724668b',(weeks.isDay)?'uni-calendar-item--isDay-text':'',(calendar.fullDate===weeks.fullDate&&weeks.isDay)?'uni-calendar-item--isDay':'',(calendar.fullDate===weeks.fullDate&&!weeks.isDay)?'uni-calendar-item--checked':'',(weeks.multiple)?'uni-calendar-item--multiple':'']}}">今天</text></block><block wx:if="{{lunar&&!weeks.extraInfo}}"><text class="{{['uni-calendar-item__weeks-lunar-text','data-v-5724668b',(weeks.isDay)?'uni-calendar-item--isDay-text':'',(calendar.fullDate===weeks.fullDate&&weeks.isDay)?'uni-calendar-item--isDay':'',(calendar.fullDate===weeks.fullDate&&!weeks.isDay)?'uni-calendar-item--checked':'',(weeks.multiple)?'uni-calendar-item--multiple':'',(weeks.disable)?'uni-calendar-item--disable':'']}}">{{weeks.isDay?'今天':weeks.lunar.IDayCn==='初一'?weeks.lunar.IMonthCn:weeks.lunar.IDayCn}}</text></block><block wx:if="{{weeks.extraInfo&&weeks.extraInfo.info}}"><text class="{{['uni-calendar-item__weeks-lunar-text','data-v-5724668b',(weeks.extraInfo.info)?'uni-calendar-item--extra':'',(weeks.isDay)?'uni-calendar-item--isDay-text':'',(calendar.fullDate===weeks.fullDate&&weeks.isDay)?'uni-calendar-item--isDay':'',(calendar.fullDate===weeks.fullDate&&!weeks.isDay)?'uni-calendar-item--checked':'',(weeks.multiple)?'uni-calendar-item--multiple':'',(weeks.disable)?'uni-calendar-item--disable':'']}}">{{weeks.extraInfo.info}}</text></block></view></view>

View File

@@ -0,0 +1 @@
.uni-calendar-item__weeks-box.data-v-5724668b{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.uni-calendar-item__weeks-box-text.data-v-5724668b{font-size:28rpx;color:#333}.uni-calendar-item__weeks-lunar-text.data-v-5724668b{font-size:24rpx;color:#333}.uni-calendar-item__weeks-box-item.data-v-5724668b{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100rpx;height:100rpx}.uni-calendar-item__weeks-box-circle.data-v-5724668b{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:8px;background-color:#dd524d}.uni-calendar-item--disable.data-v-5724668b{background-color:hsla(0,0%,97.6%,.3);color:silver}.uni-calendar-item--isDay-text.data-v-5724668b{color:#007aff}.uni-calendar-item--isDay.data-v-5724668b{background-color:#007aff;opacity:.8;color:#fff}.uni-calendar-item--extra.data-v-5724668b{color:#dd524d;opacity:.8}.uni-calendar-item--checked.data-v-5724668b{background-color:#007aff;color:#fff;opacity:.8}.uni-calendar-item--multiple.data-v-5724668b{background-color:#007aff;color:#fff;opacity:.8}

View File

@@ -0,0 +1,10 @@
require('../../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/components/uni-calendar/uni-calendar"],{"2b2f":function(t,e,n){"use strict";var a=n("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a(n("98ae")),s={components:{uniCalendarItem:function(){n.e("pages/annex/components/uni-calendar/uni-calendar-item").then(function(){return resolve(n("af5f"))}.bind(null,n)).catch(n.oe)}},props:{date:{type:String,default:""},selected:{type:Array,default:function(){return[]}},lunar:{type:Boolean,default:!1},startDate:{type:String,default:""},endDate:{type:String,default:""},range:{type:Boolean,default:!1},insert:{type:Boolean,default:!0},showMonth:{type:Boolean,default:!0}},data:function(){return{show:!1,weeks:[],calendar:{},nowDate:"",aniMaskShow:!1}},watch:{selected:function(t){this.cale.setSelectInfo(this.nowDate.fullDate,t),this.weeks=this.cale.weeks}},created:function(){this.cale=new i.default({date:this.date,selected:this.selected,startDate:this.startDate,endDate:this.endDate,range:this.range}),this.init(this.cale.date.fullDate)},methods:{clean:function(){},init:function(t){this.weeks=this.cale.weeks,this.nowDate=this.calendar=this.cale.getInfo(t)},open:function(){var t=this;this.show=!0,this.$nextTick((function(){setTimeout((function(){t.aniMaskShow=!0}),50)}))},close:function(){var t=this;this.aniMaskShow=!1,this.$nextTick((function(){setTimeout((function(){t.show=!1}),300)}))},confirm:function(){this.setEmit("confirm"),this.close()},change:function(){this.insert&&this.setEmit("change")},monthSwitch:function(){var t=this.nowDate,e=t.year,n=t.month;this.$emit("monthSwitch",{year:e,month:Number(n)})},setEmit:function(t){var e=this.calendar,n=e.year,a=e.month,i=e.date,s=e.fullDate,c=e.lunar,o=e.extraInfo;this.$emit(t,{range:this.cale.multipleStatus,year:n,month:a,date:i,fulldate:s,lunar:c,extraInfo:o||{}})},choiceDate:function(t){t.disable||(this.calendar=t,this.cale.setMultiple(this.calendar.fullDate),this.weeks=this.cale.weeks,this.change())},backtoday:function(){this.cale.setMultiple(""),this.cale.setDate(this.date),this.weeks=this.cale.weeks,this.nowDate=this.calendar=this.cale.getInfo(this.date),this.change()},pre:function(){var t=this.cale.getDate(this.nowDate.fullDate,-1,"month").fullDate;this.setDate(t),this.monthSwitch()},next:function(){var t=this.cale.getDate(this.nowDate.fullDate,1,"month").fullDate;this.setDate(t),this.monthSwitch()},setDate:function(t){this.cale.setDate(t),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(t)}}};e.default=s},b4f3:function(t,e,n){"use strict";n.r(e);var a=n("d5e6"),i=n("b6fc");for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);n("e48b");var c=n("828b"),o=Object(c["a"])(i["default"],a["b"],a["c"],!1,null,"389c2979",null,!1,a["a"],void 0);e["default"]=o.exports},b6fc:function(t,e,n){"use strict";n.r(e);var a=n("2b2f"),i=n.n(a);for(var s in a)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(s);e["default"]=i.a},ca4d:function(t,e,n){},d5e6:function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){}));var a=function(){var t=this.$createElement;this._self._c},i=[]},e48b:function(t,e,n){"use strict";var a=n("ca4d"),i=n.n(a);i.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'pages/annex/components/uni-calendar/uni-calendar-create-component',
{
'pages/annex/components/uni-calendar/uni-calendar-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("b4f3"))
})
},
[['pages/annex/components/uni-calendar/uni-calendar-create-component']]
]);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"uni-calendar-item": "/pages/annex/components/uni-calendar/uni-calendar-item"
}
}

View File

@@ -0,0 +1 @@
<view data-event-opts="{{[['touchmove',[['clean',['$event']]]]]}}" class="uni-calendar data-v-389c2979" catchtouchmove="__e"><block wx:if="{{!insert&&show}}"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="{{['uni-calendar__mask','data-v-389c2979',(aniMaskShow)?'uni-calendar--mask-show':'']}}" bindtap="__e"></view></block><block wx:if="{{insert||show}}"><view class="{{['uni-calendar__content','data-v-389c2979',(!insert)?'uni-calendar--fixed':'',(aniMaskShow)?'uni-calendar--ani-show':'']}}"><block wx:if="{{!insert}}"><view class="uni-calendar__header uni-calendar--fixed-top data-v-389c2979"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="uni-calendar__header-btn-box data-v-389c2979" bindtap="__e"><text class="uni-calendar__header-text uni-calendar--fixed-width data-v-389c2979">取消</text></view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="uni-calendar__header-btn-box data-v-389c2979" bindtap="__e"><text class="uni-calendar__header-text uni-calendar--fixed-width data-v-389c2979">确定</text></view></view></block><view class="uni-calendar__header data-v-389c2979"><view data-event-opts="{{[['tap',[['pre',['$event']]]]]}}" class="uni-calendar__header-btn-box data-v-389c2979" bindtap="__e"><view class="iconfont icon-ic_leftarrow data-v-389c2979"></view></view><text class="uni-calendar__header-text data-v-389c2979">{{(nowDate.year||'')+'年'+(nowDate.month||'')+'月'}}</text><view data-event-opts="{{[['tap',[['next',['$event']]]]]}}" class="uni-calendar__header-btn-box data-v-389c2979" bindtap="__e"><view class="iconfont icon-ic_rightarrow data-v-389c2979"></view></view><text data-event-opts="{{[['tap',[['backtoday',['$event']]]]]}}" class="uni-calendar__backtoday data-v-389c2979" bindtap="__e">回到今天</text></view><view class="uni-calendar__box data-v-389c2979"><block wx:if="{{showMonth}}"><view class="uni-calendar__box-bg data-v-389c2979"><text class="uni-calendar__box-bg-text data-v-389c2979">{{nowDate.month}}</text></view></block><view class="uni-calendar__weeks data-v-389c2979"><view class="uni-calendar__weeks-day data-v-389c2979"><text class="uni-calendar__weeks-day-text data-v-389c2979">日</text></view><view class="uni-calendar__weeks-day data-v-389c2979"><text class="uni-calendar__weeks-day-text data-v-389c2979">一</text></view><view class="uni-calendar__weeks-day data-v-389c2979"><text class="uni-calendar__weeks-day-text data-v-389c2979">二</text></view><view class="uni-calendar__weeks-day data-v-389c2979"><text class="uni-calendar__weeks-day-text data-v-389c2979">三</text></view><view class="uni-calendar__weeks-day data-v-389c2979"><text class="uni-calendar__weeks-day-text data-v-389c2979">四</text></view><view class="uni-calendar__weeks-day data-v-389c2979"><text class="uni-calendar__weeks-day-text data-v-389c2979">五</text></view><view class="uni-calendar__weeks-day data-v-389c2979"><text class="uni-calendar__weeks-day-text data-v-389c2979">六</text></view></view><block wx:for="{{weeks}}" wx:for-item="item" wx:for-index="weekIndex" wx:key="weekIndex"><view class="uni-calendar__weeks data-v-389c2979"><block wx:for="{{item}}" wx:for-item="weeks" wx:for-index="weeksIndex" wx:key="weeksIndex"><view class="uni-calendar__weeks-item data-v-389c2979"><uni-calendar-item vue-id="{{'b4eb2a48-1-'+weekIndex+'-'+weeksIndex}}" weeks="{{weeks}}" calendar="{{calendar}}" selected="{{selected}}" lunar="{{lunar}}" data-event-opts="{{[['^change',[['choiceDate']]]]}}" bind:change="__e" class="data-v-389c2979" bind:__l="__l"></uni-calendar-item></view></block></view></block></view></view></block></view>

View File

@@ -0,0 +1 @@
.uni-calendar.data-v-389c2979{display:flex;flex-direction:column}.uni-calendar__mask.data-v-389c2979{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-property:opacity;transition-duration:.3s;opacity:0;z-index:99}.uni-calendar--mask-show.data-v-389c2979{opacity:1}.uni-calendar--fixed.data-v-389c2979{position:fixed;bottom:0;left:0;right:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;-webkit-transform:translateY(460px);transform:translateY(460px);z-index:99}.uni-calendar--ani-show.data-v-389c2979{-webkit-transform:translateY(0);transform:translateY(0)}.uni-calendar__content.data-v-389c2979{background-color:#fff}.uni-calendar__header.data-v-389c2979{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;height:50px;border-bottom-color:#eee;border-bottom-style:solid;border-bottom-width:1px}.uni-calendar--fixed-top.data-v-389c2979{display:flex;flex-direction:row;justify-content:space-between;border-top-color:#eee;border-top-style:solid;border-top-width:1px}.uni-calendar--fixed-width.data-v-389c2979{width:50px}.uni-calendar__backtoday.data-v-389c2979{position:absolute;right:0;top:25rpx;padding:0 5px;padding-left:10px;height:25px;line-height:25px;font-size:12px;border-top-left-radius:25px;border-bottom-left-radius:25px;color:#333;background-color:#f1f1f1}.uni-calendar__header-text.data-v-389c2979{text-align:center;width:100px;font-size:28rpx;color:#333}.uni-calendar__header-btn-box.data-v-389c2979{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50px;height:50px}.uni-calendar__header-btn.data-v-389c2979{width:10px;height:10px;border-left-color:grey;border-left-style:solid;border-left-width:2px;border-top-color:#555;border-top-style:solid;border-top-width:2px}.uni-calendar--left.data-v-389c2979{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-calendar--right.data-v-389c2979{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.uni-calendar__weeks.data-v-389c2979{position:relative;display:flex;flex-direction:row}.uni-calendar__weeks-item.data-v-389c2979{flex:1}.uni-calendar__weeks-day.data-v-389c2979{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:45px;border-bottom-color:#f5f5f5;border-bottom-style:solid;border-bottom-width:1px}.uni-calendar__weeks-day-text.data-v-389c2979{font-size:14px}.uni-calendar__box.data-v-389c2979{position:relative}.uni-calendar__box-bg.data-v-389c2979{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0}.uni-calendar__box-bg-text.data-v-389c2979{font-size:200px;font-weight:700;color:#999;opacity:.1;text-align:center;line-height:1}

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/offline_pay/index"],{"15d9":function(t,e,n){"use strict";(function(t,e){var i=n("47a9");n("f076");i(n("3240"));var a=i(n("7454"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"234d":function(t,e,n){"use strict";var i=n("d0fc"),a=n.n(i);a.a},"4d6d":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var i=function(){var t=this.$createElement;this._self._c},a=[]},"6f7e":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("606e"),a=n("5088"),o=n("8f59"),s=(getApp(),{data:function(){return{money:"",payPrice:"",payType:"weixin",alipayHtml:"",alipay:!1,wxpay:!1,yuePay:!1,paying:!1,now_money:0,isWeixin:!1,site_name:"",isCommitted:!1,isShowAuth:!1}},watch:{money:function(t,e){t&&"number"===typeof t?this.checkPrice():this.payPrice=""}},computed:(0,o.mapGetters)(["isLogin"]),onLoad:function(t){},onShow:function(){this.isLogin?this.getPayType():(0,a.toLogin)()},methods:{getPayType:function(){var e=this;(0,i.orderOfflinePayType)().then((function(n){var i=n.data,a=i.ali_pay_status,o=i.pay_weixin_open,s=i.yue_pay_status,c=i.offline_pay_status,u=i.site_name,r=i.now_money;e.alipay="1"===a,e.wxpay=1===o,e.yuePay=1===s,e.now_money=r,e.site_name=u,c||t.showModal({title:"支付提醒",content:"线下支付已关闭,请点击确认按钮返回主页",showCancel:!1,success:function(){t.switchTab({url:"/pages/index/index"})}}),u&&t.setNavigationBarTitle({title:u})})).catch((function(e){t.showToast({title:e,icon:"none"})}))},checkForm:function(e){var n=e.detail.value,i=n.money,a=n.method;i?this.combData(a):t.showToast({title:"请输入支付金额",icon:"none"})},checkPrice:function(){var e=this;(0,i.offlineCheckPrice)({pay_price:this.money}).then((function(t){e.payPrice=t.data.pay_price})).catch((function(e){t.showToast({title:e,icon:"none"})}))},combData:function(e){var n=this,a={type:3,pay_type:e,from:"weixinh5",price:this.payPrice||this.money,money:this.money};a.from="routine",this.paying||(this.paying=!0,t.showLoading({title:"正在确认…"}),(0,i.offlineCreate)(a).then((function(e){t.hideLoading(),n.callPay(e)})).catch((function(e){n.paying=!1,t.showToast({title:e,icon:"none"})})))},callPay:function(e){var n=e.data,i=n.status,a=n.result,o=(a.orderId,a.jsConfig),s="/pages/annex/offline_result/index?site_name="+this.site_name;switch(i){case"ORDER_EXIST":case"EXTEND_ORDER":case"PAY_ERROR":this.paying=!1,this.$util.Tips({title:e.msg},{tab:5,url:s});break;case"SUCCESS":this.paying=!1,this.money="",this.$util.Tips({title:e.msg,icon:"success"},{tab:5,url:s});break;case"WECHAT_PAY":var c=this,u="";u=t.requestOrderPayment?"requestOrderPayment":"requestPayment",t[u]({timeStamp:o.timestamp,nonceStr:o.nonceStr,package:o.package,signType:o.signType,paySign:o.paySign,success:function(t){c.$util.Tips({title:"支付成功",icon:"success"},{tab:5,url:"/pages/annex/offline_result/index"})},fail:function(){t.showToast({title:"取消支付",icon:"none",success:function(){c.paying=!1}})},complete:function(){c.paying=!1,t.hideLoading()}});break;case"PAY_DEFICIENCY":this.paying=!1,this.$util.Tips({title:e.msg});break;case"WECHAT_H5_PAY":this.paying=!1,t.showToast({title:e.msg,success:function(){location.href=o.mweb_url}});break;case"ALIPAY_PAY":this.paying=!1,t.showToast({title:"微信小程序不支持支付宝支付"});break}}}});e.default=s}).call(this,n("df3c")["default"])},7454:function(t,e,n){"use strict";n.r(e);var i=n("4d6d"),a=n("a0d8");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("234d"),n("8036");var s=n("828b"),c=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"29143d6f",null,!1,i["a"],void 0);e["default"]=c.exports},8036:function(t,e,n){"use strict";var i=n("a5fc"),a=n.n(i);a.a},a0d8:function(t,e,n){"use strict";n.r(e);var i=n("6f7e"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},a5fc:function(t,e,n){},d0fc:function(t,e,n){}},[["15d9","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "支付",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<form data-event-opts="{{[['submit',[['checkForm',['$event']]]]]}}" class="form data-v-29143d6f" bindsubmit="__e"><view class="input-section data-v-29143d6f"><view class="section-hd data-v-29143d6f">支付金额</view><view class="section-bd data-v-29143d6f"><view class="input-group data-v-29143d6f"> ¥ <input class="input data-v-29143d6f" name="money" type="digit" placeholder="0.00" data-event-opts="{{[['input',[['__set_model',['','money','$event',['number']]]]],['blur',[['$forceUpdate']]]]}}" value="{{money}}" bindinput="__e" bindblur="__e"/></view><block wx:if="{{payPrice}}"><view class="discount data-v-29143d6f">{{"会员优惠价:¥"+payPrice}}</view></block></view></view><view class="radio-section data-v-29143d6f"><view class="section-hd data-v-29143d6f">支付方式</view><radio-group class="section-bd data-v-29143d6f" name="method"><block wx:if="{{yuePay}}"><label class="item data-v-29143d6f"><text class="iconfont icon-yue data-v-29143d6f"></text><text class="name data-v-29143d6f"> 余额抵扣 <text class="money data-v-29143d6f">{{"可用余额:"+(now_money||0)+"¥"}}</text></text><radio value="yue" checked="{{payType==='yue'}}" class="data-v-29143d6f"></radio></label></block><block wx:if="{{wxpay}}"><label class="item data-v-29143d6f"><text class="iconfont icon-weixinzhifu data-v-29143d6f"></text><text class="name data-v-29143d6f">微信支付</text><radio value="weixin" checked="{{payType==='weixin'}}" class="data-v-29143d6f"></radio></label></block></radio-group></view><button class="button data-v-29143d6f" form-type="submit">确认</button><view class="alipay data-v-29143d6f"><rich-text nodes="{{alipayHtml}}"></rich-text></view><home vue-id="1e8bdc7b-1" class="data-v-29143d6f" bind:__l="__l"></home></form>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.data-v-29143d6f uni-radio .uni-radio-input.uni-radio-input-checked{border:1px solid #fdc383!important;background-color:#fdc383!important}.input-section .section-hd.data-v-29143d6f{padding:30rpx;font-size:28rpx;color:#666}.input-section .section-bd.data-v-29143d6f{padding-right:30rpx;padding-left:30rpx}.input-section .input-group.data-v-29143d6f{display:flex;align-items:flex-end;padding:45rpx 20rpx 47rpx;font-size:80rpx;color:#999}.input-section .input.data-v-29143d6f{flex:1;height:110rpx;margin-left:15rpx;font-size:100rpx;color:#282828}.input-section .discount.data-v-29143d6f{padding:27rpx 20rpx;border-top:1rpx solid #eee;font-size:28rpx;color:#e93323}.radio-section.data-v-29143d6f{border-top:20rpx solid #f5f5f5}.radio-section .section-hd.data-v-29143d6f{padding:30rpx;font-size:28rpx;color:#666}.radio-section .section-bd.data-v-29143d6f{padding-left:50rpx}.radio-section .item.data-v-29143d6f{display:flex;align-items:center;padding-top:30rpx;padding-right:30rpx;padding-bottom:30rpx;border-bottom:1rpx solid #f5f5f5}.radio-section .iconfont.data-v-29143d6f{font-size:44rpx}.radio-section .icon-yue.data-v-29143d6f{color:#fe960f}.radio-section .icon-weixinzhifu.data-v-29143d6f{color:#41b035}.radio-section .icon-zhifubao.data-v-29143d6f{color:#099bdf}.radio-section .name.data-v-29143d6f{flex:1;margin-left:30rpx;font-size:30rpx;color:#333}.radio-section .money.data-v-29143d6f{float:right;padding-right:20rpx;font-size:20rpx}.button.data-v-29143d6f{height:86rpx;border-radius:43rpx;margin:114rpx 30rpx 30rpx;background:linear-gradient(90deg,#fee2b7,#fdc383);font-size:30rpx;line-height:86rpx;color:#5d3324}.alipay.data-v-29143d6f{display:none}

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/offline_result/index"],{"40bb":function(n,t,e){"use strict";e.r(t);var a=e("e3d2"),c=e.n(a);for(var u in a)["default"].indexOf(u)<0&&function(n){e.d(t,n,(function(){return a[n]}))}(u);t["default"]=c.a},6167:function(n,t,e){"use strict";var a=e("9417"),c=e.n(a);c.a},"7ca4":function(n,t,e){},"82e3":function(n,t,e){"use strict";var a=e("7ca4"),c=e.n(a);c.a},"874d":function(n,t,e){"use strict";e.d(t,"b",(function(){return a})),e.d(t,"c",(function(){return c})),e.d(t,"a",(function(){}));var a=function(){var n=this.$createElement;this._self._c},c=[]},9417:function(n,t,e){},b68a:function(n,t,e){"use strict";(function(n,t){var a=e("47a9");e("f076");a(e("3240"));var c=a(e("cb2c"));n.__webpack_require_UNI_MP_PLUGIN__=e,t(c.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},cb2c:function(n,t,e){"use strict";e.r(t);var a=e("874d"),c=e("40bb");for(var u in c)["default"].indexOf(u)<0&&function(n){e.d(t,n,(function(){return c[n]}))}(u);e("82e3"),e("6167");var i=e("828b"),r=Object(i["a"])(c["default"],a["b"],a["c"],!1,null,"bca880ae",null,!1,a["a"],void 0);t["default"]=r.exports},e3d2:function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=e("4d38"),c={data:function(){return{imgHost:a.HTTP_REQUEST_URL}},onLoad:function(t){var e=t.site_name||"";e&&n.setNavigationBarTitle({title:e})}};t.default=c}).call(this,e("df3c")["default"])}},[["b68a","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "支付结果",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="data-v-bca880ae"><view class="result data-v-bca880ae"><view class="image-wrap data-v-bca880ae"><image class="image data-v-bca880ae" src="{{imgHost+'/statics/images/offline-result.png'}}"></image></view><view class="text data-v-bca880ae">支付成功</view></view><navigator class="link data-v-bca880ae" url="/pages/index/index" open-type="switchTab">进入商城</navigator></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.result.data-v-bca880ae{margin-top:200rpx}.result .image-wrap.data-v-bca880ae{width:267rpx;height:223rpx;margin:0 auto}.result .image.data-v-bca880ae{width:100%;height:100%}.result .text.data-v-bca880ae{margin-top:46rpx;font-size:34rpx;text-align:center;color:#282828}.link.data-v-bca880ae{width:560rpx;height:86rpx;border:1rpx solid #f19d2f;border-radius:43rpx;margin:90rpx auto 0;font-size:30rpx;line-height:86rpx;text-align:center;color:#f19d2f}

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/record_list/index"],{"64ba":function(t,i,n){"use strict";var e=n("e3a3"),o=n.n(e);o.a},"7a2d":function(t,i,n){"use strict";(function(t,i){var e=n("47a9");n("f076");e(n("3240"));var o=e(n("ae7d"));t.__webpack_require_UNI_MP_PLUGIN__=n,i(o.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"98c5":function(t,i,n){"use strict";n.r(i);var e=n("c1c4"),o=n.n(e);for(var a in e)["default"].indexOf(a)<0&&function(t){n.d(i,t,(function(){return e[t]}))}(a);i["default"]=o.a},ae7d:function(t,i,n){"use strict";n.r(i);var e=n("f588"),o=n("98c5");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(i,t,(function(){return o[t]}))}(a);n("64ba");var s=n("828b"),l=Object(s["a"])(o["default"],e["b"],e["c"],!1,null,null,null,!1,e["a"],void 0);i["default"]=l.exports},c1c4:function(t,i,n){"use strict";(function(t){var e=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var o=n("5088"),a=n("8f59"),s=n("92f9"),l=e(n("89cc")),c={components:{timeSlot:function(){n.e("pages/annex/components/timeSlot/index").then(function(){return resolve(n("8cea"))}.bind(null,n)).catch(n.oe)},emptyPage:function(){n.e("components/emptyPage").then(function(){return resolve(n("398a"))}.bind(null,n)).catch(n.oe)}},mixins:[l.default],computed:(0,a.mapGetters)(["isLogin"]),data:function(){return{page:1,limit:15,start:0,stop:0,loading:!1,loadend:!1,loadTitle:"加载更多",list:[],isShowAuth:!1}},onLoad:function(){this.isLogin&&this.getUserBillList()},onShow:function(){this.isLogin||(0,o.toLogin)()},onPageScroll:function(i){t.$emit("scroll")},methods:{onLoadFun:function(){this.getUserBillList(),this.isShowAuth=!1},authColse:function(t){this.isShowAuth=t},changeTime:function(t){this.start=t.start,this.stop=t.stop,this.page=1,this.loadend=!1,this.list=[],this.getUserBillList()},getUserBillList:function(){var t=this;t.loading||t.loadend||(t.loading=!0,t.loadTitle="",(0,s.moneyList)({page:this.page,limit:this.limit,start:this.start,stop:this.stop},9).then((function(i){var n=i.data.list,e=n.length<t.limit;t.list=t.$util.SplitArray(n,t.list),t.$set(t,"list",t.list),t.loadend=e,t.loadTitle=e?"没有更多内容啦~":"加载更多",t.page=t.page+1,t.loading=!1})).catch((function(i){t.loading=!1,t.loadTitle="加载更多"})))}},onReachBottom:function(){this.getUserBillList()}};i.default=c}).call(this,n("df3c")["default"])},e3a3:function(t,i,n){},f588:function(t,i,n){"use strict";n.d(i,"b",(function(){return e})),n.d(i,"c",(function(){return o})),n.d(i,"a",(function(){}));var e=function(){var t=this.$createElement,i=(this._self._c,this.list.length),n=this.list.length;this.$mp.data=Object.assign({},{$root:{g0:i,g1:n}})},o=[]}},[["7a2d","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "消费记录",
"usingComponents": {
"time-slot": "/pages/annex/components/timeSlot/index",
"empty-page": "/components/emptyPage"
}
}

View File

@@ -0,0 +1 @@
<view class="record" style="{{(colorStyle)}}"><time-slot bind:changeTime="__e" vue-id="5afa2e0a-1" data-event-opts="{{[['^changeTime',[['changeTime']]]]}}" bind:__l="__l"></time-slot><block wx:if="{{$root.g0}}"><view class="list"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item acea-row row-between row-top"><view class="acea-row row-top"><block wx:if="{{item.type==1}}"><text class="icon iconfont icon-xiaofeijilu1"></text></block><block wx:else><block wx:if="{{item.type==7}}"><text class="icon iconfont icon-fufeihuiyuan1"></text></block><block wx:else><text class="icon iconfont icon-xiaofeijilu-rongcuo"></text></block></block><view class="txt"><view class="line1">{{item.title}}</view><view class="exp record">{{item.type_name}}</view><view class="time">{{item.day}}</view></view></view><view class="num">{{"-"+item.price}}</view></view></block></view></block><block wx:else><view class="list"><empty-page vue-id="5afa2e0a-2" title="暂无消费记录~" bind:__l="__l"></empty-page></view></block><block wx:if="{{$root.g1}}"><view class="loadingicon acea-row row-center-wrapper"><text class="loading iconfont icon-jiazai" hidden="{{loading==false}}"></text>{{loadTitle+''}}</view></block><home vue-id="5afa2e0a-3" bind:__l="__l"></home></view>

View File

@@ -0,0 +1 @@
.record .list{width:690rpx;background-color:#fff;border-radius:14rpx;margin:20rpx auto 0 auto;padding-top:42rpx}.record .list .item{padding:0 24rpx 26rpx 24rpx;position:relative;margin-bottom:34rpx}.record .list .item .icon{font-size:72rpx;color:#e7c993}.record .list .item .num{color:#282828;font-size:32rpx;font-weight:600}.record .list .item .pictrue{width:76rpx;height:76rpx;background-color:#fdf8ee;border-radius:50%}.record .list .item .pictrue .iconfont{color:#f7b942}.record .list .item .txt{font-weight:400;color:#282828;font-size:28rpx;margin-left:24rpx}.record .list .item .txt .line1{width:320rpx}.record .list .item .txt .exp{color:#999;font-size:22rpx;margin-top:2rpx}.record .list .item .txt .exp.record{margin-top:8rpx}.record .list .item .txt .exp image{color:#999;margin-right:10rpx;width:22rpx;height:22rpx}.record .list .item .txt .time{color:#999;font-size:22rpx;margin-top:8rpx}.record .list .item .bnt{width:112rpx;height:44rpx;background:#f4dbab;border-radius:26rpx;color:#755214;font-size:24rpx}.record .list .item::before{position:absolute;content:"";width:542rpx;height:1px;background:#eee;bottom:0rpx;right:24rpx}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
{
"navigationBarTitleText": "专题页",
"navigationStyle": "custom",
"usingComponents": {
"recommend": "/components/recommend/index",
"loading": "/components/Loading/index",
"page-footer": "/components/pageFooter/index",
"coupon-window": "/components/couponWindow/index",
"home-comb": "/pages/index/components/homeComb",
"new-vip": "/pages/index/components/newVip",
"user-infor": "/pages/index/components/userInfor",
"header-serch": "/pages/index/components/headerSerch",
"swipers": "/pages/index/components/swipers",
"coupon": "/pages/index/components/coupon",
"article-list": "/pages/index/components/articleList",
"bargain": "/pages/index/components/bargain",
"blank-page": "/pages/index/components/blankPage",
"combination": "/pages/index/components/combination",
"customer-service": "/pages/index/components/customerService",
"good-list": "/pages/index/components/goodList",
"guide": "/pages/index/components/guide",
"live-broadcast": "/pages/index/components/liveBroadcast",
"menus": "/pages/index/components/menus",
"picture-cube": "/pages/index/components/pictureCube",
"news": "/pages/index/components/news",
"promotion-list": "/pages/index/components/promotionList",
"rich-text": "/pages/index/components/richText",
"seckill": "/pages/index/components/seckill",
"swiper-bg": "/pages/index/components/swiperBg",
"tab-nav": "/pages/index/components/tabNav",
"titles": "/pages/index/components/titles",
"ranking": "/pages/index/components/ranking",
"presale": "/pages/index/components/presale",
"points-mall": "/pages/index/components/pointsMall",
"videos": "/pages/index/components/videos",
"sign-in": "/pages/index/components/signIn",
"hotspot": "/pages/index/components/hotspot",
"follow": "/pages/index/components/follow",
"waterfalls-flow": "/components/WaterfallsFlow/WaterfallsFlow",
"community": "/pages/index/components/community",
"activity-modal": "/components/activityModal/index"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.sort-scroll{background-color:#fff}.empty-box{text-align:center;padding-top:50rpx}.empty-box .tips{color:#aaa;font-size:26rpx}.empty-box image{width:414rpx;height:304rpx}.sort-product{margin-top:20rpx}.sort-product .sort-box{display:flex;width:100%;border-radius:16rpx;padding:30rpx 0}.sort-product .sort-box .sort-item{width:20%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.sort-product .sort-box .sort-item image{width:90rpx;height:90rpx;border-radius:50%}.sort-product .sort-box .sort-item .txt{color:#272727;font-size:24rpx;margin-top:10rpx;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:140rpx;text-align:center}.sort-product .sort-box .sort-item .pictrues{width:90rpx;height:90rpx;background:#f8f8f8;border-radius:50%;margin:0 auto}.sort-product .sort-box .sort-item .icon-gengduo1{color:#333}.sort-product .sort-box .sort-item.on .txt{color:#fc4141}.sort-product .sort-box .sort-item.on image{border:1px solid #fc4141}.sort-product .product-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30rpx;padding:0 20rpx}.sort-product .product-list .product-item{position:relative;width:344rpx;background:#fff;border-radius:10rpx;margin-bottom:20rpx;overflow:hidden}.sort-product .product-list .product-item .pictrue{position:relative}.sort-product .product-list .product-item image{width:100%;height:344rpx;border-radius:10rpx 10rpx 0 0}.sort-product .product-list .product-item .info{padding:14rpx 16rpx}.sort-product .product-list .product-item .info .title{font-size:28rpx}.sort-product .product-list .product-item .info .price-box{font-size:34rpx;font-weight:700;margin-top:8px;color:#fc4141}.sort-product .product-list .product-item .info .price-box text{font-size:26rpx}.ysize{background-size:100%}.fullsize{background-size:100% 100%}.repeat{background-repeat:repeat}.noRepeat{background-repeat:no-repeat}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/vip_active/index"],{"0303":function(t,e,n){"use strict";n.r(e);var o=n("09c0"),a=n.n(o);for(var c in o)["default"].indexOf(c)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(c);e["default"]=a.a},"0463":function(t,e,n){"use strict";(function(t,e){var o=n("47a9");n("f076");o(n("3240"));var a=o(n("b65b"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"09c0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("92f9"),a={data:function(){return{memberRights:[]}},onLoad:function(){this.getMemberCard()},onShow:function(){t.removeStorageSync("form_type_cart")},onPageScroll:function(e){t.$emit("scroll")},methods:{getMemberCard:function(){var e=this;t.showLoading({title:"加载中"}),(0,o.memberCard)().then((function(n){t.hideLoading(),e.memberRights=n.data.member_rights})).catch((function(e){t.showToast({title:e,icon:"none"})}))},active:function(e){var n=e.detail.value,a={member_card_code:"",member_card_pwd:"",from:"weixinh5"};return n.account?n.password?(a.member_card_code=n.account,a.member_card_pwd=n.password,a.from="routine",t.showLoading({title:"正在激活…"}),void(0,o.memberCardDraw)(a).then((function(e){t.showToast({title:e.msg,icon:"success"}),t.navigateTo({url:"/pages/annex/vip_paid/index"})})).catch((function(e){t.showToast({title:e,icon:"none"})}))):t.showToast({title:"请输入卡密",icon:"none"}):t.showToast({title:"请输入卡号",icon:"none"})}}};e.default=a}).call(this,n("df3c")["default"])},"59e7":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var o=function(){var t=this.$createElement;this._self._c},a=[]},"8c9c":function(t,e,n){},9312:function(t,e,n){"use strict";var o=n("8c9c"),a=n.n(o);a.a},a646:function(t,e,n){"use strict";var o=n("f60e"),a=n.n(o);a.a},b65b:function(t,e,n){"use strict";n.r(e);var o=n("59e7"),a=n("0303");for(var c in a)["default"].indexOf(c)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(c);n("a646"),n("9312");var i=n("828b"),r=Object(i["a"])(a["default"],o["b"],o["c"],!1,null,"6f229a0b",null,!1,o["a"],void 0);e["default"]=r.exports},f60e:function(t,e,n){}},[["0463","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "激活会员",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="data-v-6f229a0b"><view class="head data-v-6f229a0b"><image class="image data-v-6f229a0b" src="../static/member-wang.png"></image><view class="title data-v-6f229a0b"><view class="line data-v-6f229a0b"></view><image class="font data-v-6f229a0b" src="../static/member-font.png"></image><view class="line data-v-6f229a0b"></view></view></view><form data-event-opts="{{[['submit',[['active',['$event']]]]]}}" class="form data-v-6f229a0b" bindsubmit="__e"><input class="input data-v-6f229a0b" name="account" placeholder="请输入卡号" placeholder-style="color:#C38D5D"/><input class="input data-v-6f229a0b" name="password" placeholder="请输入卡密" placeholder-style="color:#C38D5D" password="{{true}}"/><button class="button data-v-6f229a0b" form-type="submit">确认激活</button></form><view class="right-section data-v-6f229a0b"><view class="section-hd acea-row row-center-wrapper data-v-6f229a0b"><view class="title acea-row row-center row-bottom data-v-6f229a0b"><text class="iconfont icon-huiyuan2 data-v-6f229a0b"></text>SVIP会员尊享权</view></view><view class="section-bd acea-row row-between-wrapper data-v-6f229a0b"><block wx:for="{{memberRights}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view class="acea-row row-middle item data-v-6f229a0b"><image class="image data-v-6f229a0b" src="{{item.pic}}"></image><view class="text data-v-6f229a0b"><view class="name data-v-6f229a0b">{{item.title}}</view><view class="data-v-6f229a0b">{{item.explain}}</view></view></view></block></view></view><home vue-id="7c21e867-1" class="data-v-6f229a0b" bind:__l="__l"></home></view>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/vip_clause/index"],{"26d7":function(e,n,t){},"4deb":function(e,n,t){"use strict";(function(e,n){var a=t("47a9");t("f076");a(t("3240"));var i=a(t("8472"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(i.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},"52bd":function(e,n,t){"use strict";t.r(n);var a=t("8efa"),i=t.n(a);for(var u in a)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return a[e]}))}(u);n["default"]=i.a},"5bee":function(e,n,t){"use strict";var a=t("db9f"),i=t.n(a);i.a},7493:function(e,n,t){"use strict";var a=t("26d7"),i=t.n(a);i.a},8472:function(e,n,t){"use strict";t.r(n);var a=t("a8b7"),i=t("52bd");for(var u in i)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(u);t("7493"),t("5bee");var r=t("828b"),c=Object(r["a"])(i["default"],a["b"],a["c"],!1,null,"4ad3673e",null,!1,a["a"],void 0);n["default"]=c.exports},"8efa":function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a=t("92f9"),i={data:function(){return{agreement:""}},onLoad:function(){this.memberCard()},methods:{memberCard:function(){var n=this;e.showLoading({title:"加载中"}),(0,a.memberCard)().then((function(t){e.hideLoading();var a=t.data.member_explain;n.agreement=a})).catch((function(n){e.hideLoading()}))}}};n.default=i}).call(this,t("df3c")["default"])},a8b7:function(e,n,t){"use strict";t.d(n,"b",(function(){return a})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){}));var a=function(){var e=this.$createElement;this._self._c},i=[]},db9f:function(e,n,t){}},[["4deb","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "会员协议",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="data-v-4ad3673e"><view class="title data-v-4ad3673e">{{agreement.title}}</view><view class="cont data-v-4ad3673e"><rich-text nodes="{{agreement.content}}"></rich-text></view></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.title.data-v-4ad3673e{padding-top:60rpx;font-size:30rpx;text-align:center}.cont.data-v-4ad3673e{padding:50rpx 30rpx}

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/vip_coupon/index"],{"1acc":function(t,o,n){"use strict";n.r(o);var e=n("1cf0"),i=n("c587");for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(o,t,(function(){return i[t]}))}(s);n("34f2");var a=n("828b"),u=Object(a["a"])(i["default"],e["b"],e["c"],!1,null,"4ffeba0a",null,!1,e["a"],void 0);o["default"]=u.exports},"1cf0":function(t,o,n){"use strict";n.d(o,"b",(function(){return e})),n.d(o,"c",(function(){return i})),n.d(o,"a",(function(){}));var e=function(){var t=this,o=t.$createElement,n=(t._self._c,t.couponsList.length),e=n?t.__map(t.couponsList,(function(o,n){var e=t.__get_orig(o),i=1!=o.coupon_type?parseFloat(o.coupon_price):null,s=o.use_min_price>0?t._f("money")(o.use_min_price):null;return{$orig:e,m0:i,f0:s}})):null,i=!t.couponsList.length&&!t.loading;t.$mp.data=Object.assign({},{$root:{g0:n,l0:e,g1:i}})},i=[]},"34f2":function(t,o,n){"use strict";var e=n("415d"),i=n.n(e);i.a},"415d":function(t,o,n){},"509f":function(t,o,n){"use strict";(function(t,o){var e=n("47a9");n("f076");e(n("3240"));var i=e(n("1acc"));t.__webpack_require_UNI_MP_PLUGIN__=n,o(i.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},c587:function(t,o,n){"use strict";n.r(o);var e=n("e7ab"),i=n.n(e);for(var s in e)["default"].indexOf(s)<0&&function(t){n.d(o,t,(function(){return e[t]}))}(s);o["default"]=i.a},e7ab:function(t,o,n){"use strict";(function(t){var e=n("47a9");Object.defineProperty(o,"__esModule",{value:!0}),o.default=void 0;var i=e(n("af34")),s=n("92f9"),a=n("360a"),u=n("5088"),c=e(n("89cc")),d=n("4d38"),r=n("8f59"),l={components:{emptyPage:function(){n.e("components/emptyPage").then(function(){return resolve(n("398a"))}.bind(null,n)).catch(n.oe)}},mixins:[c.default],data:function(){return{couponsList:[],loading:!1,isAuto:!1,isShowAuth:!1,imgHost:d.HTTP_REQUEST_URL,page:1,limit:15,loadend:!1,userInfo:{pay_vip_status:!1}}},filters:{money:function(t){return t?parseFloat(t):"0"}},computed:(0,r.mapGetters)(["isLogin"]),watch:{isLogin:{handler:function(t,o){},deep:!0}},onLoad:function(){this.isLogin?(this.getUserInfo(),this.getUseCoupons()):(0,u.toLogin)()},methods:{getUserInfo:function(){var t=this;(0,s.getUserInfo)().then((function(o){t.$set(t,"userInfo",o.data)}))},getUseCoupons:function(){var t=this,o=this;this.loadend||(0,s.memberCouponsList)(this.page,this.limit).then((function(n){o.loading=!0,n.data.forEach((function(t){t.ruleShow=!1})),t.page+=1,t.loadend=n.data.length<t.limit,t.couponsList=[].concat((0,i.default)(t.couponsList),(0,i.default)(n.data))}))},setCouponReceive:function(t){var o=this;(0,a.setCouponReceive)(t).then((function(n){o.$util.Tips({title:"领取成功"});for(var e=0;e<o.couponsList.length;e++)o.couponsList[e].id==t&&(o.couponsList[e].is_use=!0)})).catch((function(t){o.$util.Tips({title:t})}))},useCoupon:function(o){var n="";if(0==o.category_id&&""==o.product_id&&0==o.brand_id&&(n="/pages/goods/goods_list/index?title=默认"),0!=o.category_id&&(n=1==o.category_type?"/pages/goods/goods_list/index?cid="+o.category_id+"&title="+o.category_name:"/pages/goods/goods_list/index?sid="+o.category_id+"&title="+o.category_name),""!=o.product_id){var e=o.product_id.split(","),i=e.length;n=1==i?"/pages/goods_details/index?id="+o.product_id:"/pages/goods/goods_list/index?productId="+o.product_id+"&title=默认"}0!=o.brand_id&&(n="/pages/goods/goods_list/index?brandId="+o.brand_id+"&title=默认"),t.navigateTo({url:n})},openRule:function(t){this.couponsList[t].ruleShow=!this.couponsList[t].ruleShow}},onReachBottom:function(){this.getUseCoupons()},onPageScroll:function(o){t.$emit("scroll")}};o.default=l}).call(this,n("df3c")["default"])}},[["509f","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "会员优惠券",
"usingComponents": {
"empty-page": "/components/emptyPage"
}
}

View File

@@ -0,0 +1 @@
<view class="data-v-4ffeba0a"><block wx:if="{{$root.g0}}"><view class="coupon-list data-v-4ffeba0a"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view class="item-group data-v-4ffeba0a"><view class="{{['item','acea-row','data-v-4ffeba0a',(item.$orig.is_use&&item.$orig.used&&item.$orig.used.is_fail)?'disabled':'']}}"><view class="{{['money','data-v-4ffeba0a',(item.$orig.used&&item.$orig.used.is_fail)?'moneyGray':'']}}"><view class="data-v-4ffeba0a"><block wx:if="{{item.$orig.coupon_type==1}}"><text class="data-v-4ffeba0a">¥</text></block><text class="num data-v-4ffeba0a">{{item.$orig.coupon_type==1?item.$orig.coupon_price:item.m0/10}}</text><block wx:if="{{item.$orig.coupon_type==2}}"><text class="data-v-4ffeba0a">折</text></block></view><block wx:if="{{item.$orig.use_min_price>0}}"><view class="pic-num data-v-4ffeba0a">{{"满"+item.f0+"元可用"}}</view></block><block wx:else><view class="pic-num data-v-4ffeba0a">无门槛券</view></block></view><view class="text-wrap acea-row row-middle data-v-4ffeba0a"><view class="text data-v-4ffeba0a"><view class="condition data-v-4ffeba0a"><view class="name line2 data-v-4ffeba0a"><text class="data-v-4ffeba0a">{{item.$orig.coupon_title}}</text></view></view><view class="data acea-row row-between-wrapper data-v-4ffeba0a"><block wx:if="{{item.$orig.coupon_time}}"><view class="data-v-4ffeba0a">{{"领取后"+item.$orig.coupon_time+"天内有效"}}</view></block><block wx:else><view class="data-v-4ffeba0a">{{item.$orig.start_use_time+"-"+item.$orig.end_use_time}}</view></block></view><view class="look-wrap data-v-4ffeba0a"><view data-event-opts="{{[['tap',[['openRule',[index]]]]]}}" class="look data-v-4ffeba0a" bindtap="__e">{{''+(item.$orig.applicable_type?item.$orig.applicable_type==1?'品类':'商品':'通用')+"优惠券"}}<block wx:if="{{item.$orig.rule}}"><text class="data-v-4ffeba0a">丨查看用券规则</text></block><block wx:if="{{item.$orig.rule}}"><text class="{{['data-v-4ffeba0a','iconfont',item.$orig.ruleShow?'icon-ic_uparrow':'icon-ic_downarrow']}}"></text></block></view></view></view><block wx:if="{{userInfo.pay_vip_status}}"><view class="data-v-4ffeba0a"><block wx:if="{{!item.$orig.is_use}}"><view data-event-opts="{{[['tap',[['setCouponReceive',['$0'],[[['couponsList','id',item.$orig.id,'id']]]]]]]}}" class="bnt data-v-4ffeba0a" bindtap="__e">立即领取</view></block><block wx:else><block wx:if="{{item.$orig.used&&item.$orig.used.is_fail}}"><view class="bnt data-v-4ffeba0a">已失效</view></block><block wx:else><view data-event-opts="{{[['tap',[['useCoupon',['$0'],[[['couponsList','id',item.$orig.id]]]]]]]}}" class="bnt data-v-4ffeba0a" bindtap="__e">去使用</view></block></block></view></block><block wx:else><view class="bnt opacity-50 data-v-4ffeba0a">立即领取</view></block></view></view><block wx:if="{{item.$orig.ruleShow}}"><view class="rules data-v-4ffeba0a"><block wx:for="{{item.$orig.rules}}" wx:for-item="ruleItem" wx:for-index="idx" wx:key="idx"><view class="data-v-4ffeba0a">{{ruleItem}}</view></block></view></block></view></block></view></block><block wx:if="{{$root.g1}}"><view class="px-20 mt-20 data-v-4ffeba0a"><empty-page vue-id="123cc972-1" title="暂无优惠券,去看点别的吧~" src="/statics/images/noCoupon.gif" class="data-v-4ffeba0a" bind:__l="__l"></empty-page></view></block><home vue-id="123cc972-2" class="data-v-4ffeba0a" bind:__l="__l"></home></view>

View File

@@ -0,0 +1 @@
.coupon-list .moneyGray.item .text .data .bnt.data-v-4ffeba0a{background:#b5b5b5}.coupon-list .moneyGray.item .money.data-v-4ffeba0a{color:#7d7d7d}.coupon-list .moneyGray.item .text.data-v-4ffeba0a{background:linear-gradient(-90deg,#dadada,#e9e9e9)}.coupon-list .moneyGray.item .text .condition.data-v-4ffeba0a{border-color:#f0f0f0}.coupon-list .moneyGray.item .text .condition.data-v-4ffeba0a{color:#7d7d7d}.coupon-list .moneyGray.item .text .data.data-v-4ffeba0a{color:#999}.moneyGray .condition .line-title.data-v-4ffeba0a{border-color:#7d7d7d;background:#efefef;color:#7d7d7d}.coupon-list .item-group.data-v-4ffeba0a{margin-bottom:20rpx}.coupon-list .item-group .rules.data-v-4ffeba0a{padding:42rpx 24rpx 24rpx;border-radius:0 0 24rpx 24rpx;margin-top:-18rpx;background:linear-gradient(180deg,#f7f7f7,#fff);font-size:20rpx;line-height:28rpx;color:#999}.coupon-list .item.data-v-4ffeba0a{margin-bottom:0}.coupon-list .item .money.data-v-4ffeba0a{position:relative;border-radius:24rpx 0 0 24rpx;background-image:radial-gradient(circle at left,#f5f5f5 16rpx,#32302d 0,#584834 100%);font-family:Regular}.coupon-list .item .money.data-v-4ffeba0a::after{content:"";position:absolute;top:0;bottom:0;right:0;width:6rpx;background-image:radial-gradient(circle at 6rpx,#fff 6rpx,transparent 0);background-size:6rpx 18rpx}.coupon-list .item.disabled .money.data-v-4ffeba0a{background-image:radial-gradient(circle at left,#f5f5f5 16rpx,#ccc 0);color:#fff}.coupon-list .item.disabled .bnt.data-v-4ffeba0a{color:#fff}.money.data-v-4ffeba0a{display:flex;flex-direction:column;justify-content:center}.pic-num.data-v-4ffeba0a{margin-top:8rpx;font-size:24rpx}.coupon-list .item.data-v-4ffeba0a{background-color:initial}.coupon-list .item .text-wrap.data-v-4ffeba0a{flex:1;padding-right:20rpx;border-radius:0 24rpx 24rpx 0;background-color:#fff}.coupon-list .item .text .condition.data-v-4ffeba0a{display:flex;align-items:center}.coupon-list .item .text .condition .name.data-v-4ffeba0a{font-size:28rpx;font-weight:500}.coupon-list .item .text .condition .pic.data-v-4ffeba0a{width:30rpx;height:30rpx;display:block;margin-right:10rpx;display:inline-block;vertical-align:middle}.condition .line-title.data-v-4ffeba0a{width:70rpx;height:32rpx!important;line-height:30rpx;text-align:center;box-sizing:border-box;background:#fef7ec;border:1px solid #eec181;opacity:1;border-radius:20rpx;font-size:18rpx!important;color:#eec181;margin-right:12rpx;text-align:center;display:inline-block;vertical-align:middle}.condition .line-title.bg-color-huic.data-v-4ffeba0a{border-color:#bbb;color:#bbb;background-color:#f5f5f5}.coupon-list .item .bnt.data-v-4ffeba0a{background:linear-gradient(90deg,#584834,#32302d)}.coupon-list .item.disabled .bnt.data-v-4ffeba0a{background:#ccc}.look-wrap.data-v-4ffeba0a{margin-top:20rpx}.look-wrap .look.data-v-4ffeba0a{font-size:20rpx;line-height:28rpx;color:#999}.look-wrap .look.data-v-4ffeba0a{font-size:20rpx;line-height:28rpx;color:#999}.look-wrap .look .iconfont.data-v-4ffeba0a{margin-left:6rpx;font-size:20rpx}.opacity-50.data-v-4ffeba0a{opacity:.5}

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/vip_grade/index"],{"00b6":function(e,n,o){"use strict";o.r(n);var t=o("e670"),i=o.n(t);for(var l in t)["default"].indexOf(l)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(l);n["default"]=i.a},"49c7":function(e,n,o){"use strict";o.r(n);var t=o("d901"),i=o("00b6");for(var l in i)["default"].indexOf(l)<0&&function(e){o.d(n,e,(function(){return i[e]}))}(l);o("4ad9");var c=o("828b"),u=Object(c["a"])(i["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);n["default"]=u.exports},"4ad9":function(e,n,o){"use strict";var t=o("5817"),i=o.n(t);i.a},5817:function(e,n,o){},a8be:function(e,n,o){"use strict";(function(e,n){var t=o("47a9");o("f076");t(o("3240"));var i=t(o("49c7"));e.__webpack_require_UNI_MP_PLUGIN__=o,n(i.default)}).call(this,o("3223")["default"],o("df3c")["createPage"])},d901:function(e,n,o){"use strict";o.d(n,"b",(function(){return i})),o.d(n,"c",(function(){return l})),o.d(n,"a",(function(){return t}));var t={wBarcode:function(){return Promise.all([o.e("common/vendor"),o.e("uni_modules/wmf-code/components/w-barcode/index")]).then(o.bind(null,"78aa"))},wQrcode:function(){return Promise.all([o.e("common/vendor"),o.e("uni_modules/wmf-code/components/w-qrcode/index")]).then(o.bind(null,"a163"))}},i=function(){var e=this,n=e.$createElement,o=(e._self._c,e.level_info.exp>e.level_info.next_exp?null:e.$util.$h.Div(parseInt(e.level_info.exp),e.level_info.next_exp)),t=!(e.level_info.exp>e.level_info.next_exp)&&o>=5?e.$util.$h.Div(parseInt(e.level_info.exp),e.level_info.next_exp):null,i=e.level_info.exp?e.level_info.exp.split("."):null,l=e.user_info.now_money?e.user_info.now_money.split(".")[0]||0:null,c=e.user_info.now_money?e.user_info.now_money.split("."):null,u=e.user_info.now_money&&c[1]>0?e.user_info.now_money.split("."):null;e.$mp.data=Object.assign({},{$root:{g0:o,g1:t,g2:i,g3:l,g4:c,g5:u}})},l=[]},e670:function(e,n,o){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t=o("4d38"),i=o("92f9"),l=o("8f59"),c=o("5088"),u={computed:(0,l.mapGetters)(["isLogin"]),data:function(){return{config:{bar:{code:"",color:["#000"],bgColor:"#FFFFFF",width:480,height:110},qrc:{code:"",size:380,level:3,bgColor:"#FFFFFF",border:{color:["#eee","#eee"],lineWidth:3},color:["#333","#333"]}},codeList:[{name:"会员码"},{name:"付款码"}],codeIndex:0,isCode:!1,imgHost:t.HTTP_REQUEST_URL,level_info:{},user_info:{},task_info:{},list:[],isShowAuth:!1}},onLoad:function(){this.levelInfo(),this.getUserBillList()},onPageScroll:function(n){e.$emit("scroll")},methods:{onLoadFun:function(){this.isShowAuth=!1},authColse:function(e){this.isShowAuth=e},more:function(){e.navigateTo({url:"/pages/users/user_vip/index"})},record:function(){e.navigateTo({url:"/pages/annex/record_list/index"})},hello:function(e){},getCode:function(){var e=this;(0,i.getRandCode)().then((function(n){var o=n.data.code;e.config.bar.code=o,e.config.qrc.code=o})).catch((function(n){return e.$util.Tips(n)}))},tapQrCode:function(){this.isLogin?(this.isCode=!0,this.codeIndex=0,this.$nextTick((function(){var e=this.user_info.bar_code;this.config.bar.code=e,this.config.qrc.code=e}))):(0,c.toLogin)()},closeCode:function(){this.isCode=!1},tapCode:function(e){if(this.codeIndex=e,1==e)this.getCode();else{var n=this.user_info.bar_code;this.config.bar.code=n,this.config.qrc.code=n}},levelInfo:function(){var e=this;(0,i.getlevelInfo)().then((function(n){e.user_info=n.data.user,e.task_info=n.data.task,e.level_info=n.data.level_info,n.data.level_list.forEach((function(o){o.name===n.data.level_info.name&&(e.level_info.next_exp=o.next_exp_num)}))})).catch((function(n){e.$util.Tips({title:n})}))},getUserBillList:function(){var e=this;(0,i.moneyList)({page:1,limit:5},9).then((function(n){e.list=n.data.list})).catch((function(n){e.$util.Tips({title:n})}))},moveHandle:function(){}}};n.default=u}).call(this,o("df3c")["default"])}},[["a8be","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "会员中心",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#302F35",
"usingComponents": {
"w-barcode": "/uni_modules/wmf-code/components/w-barcode/index",
"w-qrcode": "/uni_modules/wmf-code/components/w-qrcode/index"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"navigationBarTitleText": "会员卡激活",
"navigationStyle": "custom",
"usingComponents": {
"ewcomer-pop": "/components/ewcomerPop/index",
"nav-bar": "/components/NavBar"
}
}

View File

@@ -0,0 +1 @@
<view class="gradeActive"><nav-bar vue-id="58b9787f-1" titleText="激活会员" iconColor="#FFFFFF" textColor="#FFFFFF" showBack="{{true}}" bind:__l="__l"></nav-bar><view class="headerBg"></view><view class="header"><view class="title">激活会员卡</view><view>新用户免费激活会员卡</view></view><view class="conter"><view class="headerT"><view class="name">{{$root.g0?'请填写以下信息':'我的成长特权'}}</view></view><view class="form"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item acea-row row-middle"><view class="{{['name','acea-row','row-middle',(item.required==1)?'asterisk':'']}}"><view>{{item.info}}</view></view><block wx:if="{{item.format=='text'}}"><view class="input"><input type="text" placeholder="{{item.tip}}" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','value','$event',[]],[[['list','',index]]]]]]]}}" value="{{item.value}}" bindinput="__e"/></view></block><block wx:if="{{item.format=='num'}}"><view class="input"><input type="number" placeholder="{{item.tip}}" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','value','$event',[]],[[['list','',index]]]]]]]}}" value="{{item.value}}" bindinput="__e"/></view></block><block wx:if="{{item.format=='mail'}}"><view class="input"><input type="text" placeholder="{{item.tip}}" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','value','$event',[]],[[['list','',index]]]]]]]}}" value="{{item.value}}" bindinput="__e"/></view></block><block wx:if="{{item.format=='date'}}"><view class="input"><picker mode="date" value="{{item.value}}" data-event-opts="{{[['change',[['bindDateChange',['$event',index]]]]]}}" bindchange="__e"><view class="acea-row row-middle row-right"><block wx:if="{{item.value==''}}"><view>{{item.tip}}</view></block><block wx:else><view>{{item.value}}</view></block><text class="iconfont icon-ic_rightarrow"></text></view></picker></view></block><block wx:if="{{item.format=='id'}}"><view class="input"><input type="idcard" placeholder="{{item.tip}}" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','value','$event',[]],[[['list','',index]]]]]]]}}" value="{{item.value}}" bindinput="__e"/></view></block><block wx:if="{{item.format=='phone'}}"><view class="input"><input type="tel" placeholder="{{item.tip}}" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','value','$event',[]],[[['list','',index]]]]]]]}}" value="{{item.value}}" bindinput="__e"/></view></block><block wx:if="{{item.format=='radio'}}"><view class="input"><radio-group data-event-opts="{{[['change',[['radioChange',['$event',index]]]]]}}" bindchange="__e"><label class="label"><radio value="0" checked="{{item.value==0}}"></radio>{{item.singlearr[0]+''}}</label><label><radio value="1" checked="{{item.value==1}}"></radio>{{item.singlearr[1]+''}}</label></radio-group></view></block><block wx:if="{{item.format=='address'}}"><view data-event-opts="{{[['tap',[['addressList',['$event']]]]]}}" class="input" bindtap="__e"><picker mode="multiSelector" value="{{valueRegion}}" range="{{multiArray}}" data-event-opts="{{[['change',[['bindRegionChange',['$event',index]]]],['columnchange',[['bindMultiPickerColumnChange',['$event']]]]]}}" bindchange="__e" bindcolumnchange="__e"><view class="acea-row row-middle row-right"><view class="picker">{{region[0]+""+region[1]+""+region[2]}}</view><text class="iconfont icon-ic_rightarrow"></text></view></picker></view></block></view></block></view></view><view data-event-opts="{{[['tap',[['activate',['$event']]]]]}}" class="bnt" bindtap="__e">确认激活</view><block wx:if="{{isComerGift}}"><ewcomer-pop vue-id="58b9787f-2" fromActive="{{1}}" comerGift="{{comerGift}}" data-event-opts="{{[['^comerPop',[['comerPop']]]]}}" bind:comerPop="__e" bind:__l="__l"></ewcomer-pop></block><home vue-id="58b9787f-3" bind:__l="__l"></home></view>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"navigationBarTitleText": "SVIP会员",
"navigationStyle": "custom",
"usingComponents": {
"recommend": "/components/recommend/index",
"nav-bar": "/components/NavBar"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/vip_paid_active/index"],{"0473":function(t,e,n){"use strict";var a=n("9414"),i=n.n(a);i.a},"2e1d":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){}));var a=function(){var t=this.$createElement;this._self._c},i=[]},"37f3":function(t,e,n){"use strict";(function(t){var a=n("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("92f9"),c=n("769c"),r=a(n("1844")),o={data:function(){return{account:"",password:"",showActive:!1,userInfo:JSON.parse(r.default.get(c.USER_INFO))}},methods:{checkForm:function(e){var n=this,a=e.detail.value,c={member_card_code:"",member_card_pwd:"",from:"H5 "};return a.account?a.password?(c.member_card_code=a.account,c.member_card_pwd=a.password,c.from="routine",t.showLoading({title:"激活中"}),void(0,i.memberCardDraw)(c).then((function(e){t.showToast({title:e.msg,icon:"none"}),n.showActive=!0})).catch((function(t){return n.$util.Tips({title:t})}))):this.$util.Tips({title:"请输入卡密"}):this.$util.Tips({title:"请输入卡号"})},goPaidRights:function(){t.navigateTo({url:"/pages/annex/vip_paid_rights/index"})},activeConfirm:function(){t.navigateBack()},jumpBack:function(){t.navigateBack()}},onPageScroll:function(e){t.$emit("scroll")}};e.default=o}).call(this,n("df3c")["default"])},"38dc0":function(t,e,n){"use strict";(function(t,e){var a=n("47a9");n("f076");a(n("3240"));var i=a(n("f66d"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(i.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"8bf9":function(t,e,n){"use strict";n.r(e);var a=n("37f3"),i=n.n(a);for(var c in a)["default"].indexOf(c)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(c);e["default"]=i.a},9414:function(t,e,n){},f66d:function(t,e,n){"use strict";n.r(e);var a=n("2e1d"),i=n("8bf9");for(var c in i)["default"].indexOf(c)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(c);n("0473");var r=n("828b"),o=Object(r["a"])(i["default"],a["b"],a["c"],!1,null,"547efbad",null,!1,a["a"],void 0);e["default"]=o.exports}},[["38dc0","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "会员中心",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="data-v-547efbad"><image class="w-full h-710 data-v-547efbad" src="../static/vip-paid-active.png"></image><form data-event-opts="{{[['submit',[['checkForm',['$event']]]]]}}" class="form data-v-547efbad" bindsubmit="__e"><input class="input data-v-547efbad" name="account" type="text" placeholder="请输入卡号" placeholder-style="color:#CCCCCC" data-event-opts="{{[['input',[['__set_model',['','account','$event',[]]]]]]}}" value="{{account}}" bindinput="__e"/><input class="input data-v-547efbad" cursor-spacing="{{85}}" name="password" type="text" placeholder="请输入卡密" placeholder-style="color:#CCCCCC" password="{{true}}" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/><button class="button data-v-547efbad" form-type="submit">确认激活</button><view class="look data-v-547efbad"><text data-event-opts="{{[['tap',[['goPaidRights',['$event']]]]]}}" class="link data-v-547efbad" bindtap="__e">查看会员权益</text></view></form><block wx:if="{{showActive}}"><view class="activate data-v-547efbad"><view class="zs-bg data-v-547efbad"></view><view class="active-card flex-center relative data-v-547efbad"><view class="yuan flex-center data-v-547efbad"><text class="iconfont icon-ic_complete fs-60 text--w111-fff data-v-547efbad"></text></view><view class="w-430 fs-34 flex-x-center data-v-547efbad">{{"亲爱的 "+userInfo.nickname}}</view></view><view class="w-full active-success text-center fs-44 fw-500 data-v-547efbad">激活成功</view><view data-event-opts="{{[['tap',[['activeConfirm',['$event']]]]]}}" class="active-btn h-88 rd-44rpx flex-center fs-28 fw-500 data-v-547efbad" bindtap="__e">开始使用</view></view></block><home vue-id="66daa330-1" class="data-v-547efbad" bind:__l="__l"></home></view>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/vip_paid_rights/index"],{"0111":function(n,e,t){"use strict";(function(n,e){var a=t("47a9");t("f076");a(t("3240"));var r=a(t("54ac"));n.__webpack_require_UNI_MP_PLUGIN__=t,e(r.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},"54ac":function(n,e,t){"use strict";t.r(e);var a=t("a5c5d"),r=t("ab25");for(var c in r)["default"].indexOf(c)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(c);t("d7c2");var i=t("828b"),o=Object(i["a"])(r["default"],a["b"],a["c"],!1,null,"72b81c47",null,!1,a["a"],void 0);e["default"]=o.exports},"7a5b":function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=t("92f9"),r={components:{NavBar:function(){t.e("components/NavBar").then(function(){return resolve(t("a7d8"))}.bind(null,t)).catch(t.oe)}},data:function(){return{iconColor:"#FFFFFF",isScrolling:!1,memberRights:[],currentIndex:0}},onLoad:function(){this.memberCard()},methods:{memberCard:function(){var e=this;n.showLoading({title:"正在加载…"}),(0,a.memberCard)().then((function(t){n.hideLoading();var a=t.data.member_rights;e.memberRights=a})).catch((function(e){n.showToast({title:e,icon:"none"})}))},swiperChange:function(n){this.currentIndex=n.detail.current}},onPageScroll:function(e){n.$emit("scroll")}};e.default=r}).call(this,t("df3c")["default"])},a5c5d:function(n,e,t){"use strict";t.d(e,"b",(function(){return a})),t.d(e,"c",(function(){return r})),t.d(e,"a",(function(){}));var a=function(){var n=this,e=n.$createElement;n._self._c;n._isMounted||(n.e0=function(e,t){var a=arguments[arguments.length-1].currentTarget.dataset,r=a.eventParams||a["event-params"];t=r.index;n.currentIndex=t})},r=[]},ab25:function(n,e,t){"use strict";t.r(e);var a=t("7a5b"),r=t.n(a);for(var c in a)["default"].indexOf(c)<0&&function(n){t.d(e,n,(function(){return a[n]}))}(c);e["default"]=r.a},c0ee:function(n,e,t){},d7c2:function(n,e,t){"use strict";var a=t("c0ee"),r=t.n(a);r.a}},[["0111","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "会员权益",
"navigationStyle": "custom",
"usingComponents": {
"nav-bar": "/components/NavBar"
}
}

View File

@@ -0,0 +1 @@
<scroll-view class="rights-container data-v-72b81c47" scroll-y="true"><nav-bar vue-id="283c63bf-1" titleText="会员权益" iconColor="{{iconColor}}" textColor="{{iconColor}}" isScrolling="{{isScrolling}}" showBack="{{true}}" class="data-v-72b81c47" bind:__l="__l"></nav-bar><view class="header acea-row data-v-72b81c47"><block wx:for="{{memberRights}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({index})}}" class="{{['item','acea-row','row-column','row-middle','data-v-72b81c47',(currentIndex==index)?'on':'']}}" bindtap="__e"><view class="image-wrap acea-row row-center-wrapper data-v-72b81c47"><image class="image data-v-72b81c47" src="{{item.pic}}"></image></view><view class="data-v-72b81c47">{{item.title}}</view></view></block></view><swiper class="swiper data-v-72b81c47" current="{{currentIndex}}" interval="{{3000}}" duration="{{1000}}" previous-margin="58rpx" next-margin="58rpx" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{memberRights}}" wx:for-item="item" wx:for-index="index" wx:key="id"><swiper-item class="data-v-72b81c47"><view class="{{['swiper-item','acea-row','row-column','data-v-72b81c47',(currentIndex==index)?'on':'']}}"><view class="title data-v-72b81c47">{{item.explain}}</view><scroll-view class="scroll-view data-v-72b81c47" scroll-y="true"><view class="data-v-72b81c47"><rich-text nodes="{{item.content||''}}"></rich-text></view></scroll-view></view></swiper-item></block></swiper><home vue-id="283c63bf-2" class="data-v-72b81c47" bind:__l="__l"></home></scroll-view>

View File

@@ -0,0 +1 @@
.rights-container.data-v-72b81c47{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#312b23,#19140e)}.rights-container .header .item.data-v-72b81c47{flex:1;padding:48rpx 0 56rpx;font-size:24rpx;line-height:34rpx;color:hsla(0,0%,100%,.4)}.rights-container .header .item.on.data-v-72b81c47{color:hsla(0,0%,100%,.8)}.rights-container .header .item.on .image.data-v-72b81c47{opacity:1}.rights-container .header .image-wrap.data-v-72b81c47{position:relative;width:88rpx;height:88rpx;border-radius:50%;margin-bottom:28rpx;background:linear-gradient(180deg,hsla(0,0%,100%,.1) 2%,hsla(0,0%,100%,0))}.rights-container .header .image.data-v-72b81c47{width:100%;height:100%;opacity:.3}.rights-container .swiper.data-v-72b81c47{height:1090rpx}.rights-container .swiper-item.data-v-72b81c47{height:100%;-webkit-transform:scale(.9);transform:scale(.9);transition:.3s}.rights-container .swiper-item.on.data-v-72b81c47{-webkit-transform:scale(1);transform:scale(1)}.rights-container .swiper-item .title.data-v-72b81c47{padding:42rpx 0 40rpx;border-radius:24rpx 24rpx 0 0;background-color:#ffebc7;text-align:center;font-weight:500;font-size:30rpx;line-height:42rpx;color:#333}.rights-container .scroll-view.data-v-72b81c47{flex:1;min-height:0;padding:48rpx;border-radius:0 0 24rpx 24rpx;background-color:#fff;box-sizing:border-box}

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/annex/web_view/index"],{3474:function(n,t,e){"use strict";e.d(t,"b",(function(){return i})),e.d(t,"c",(function(){return o})),e.d(t,"a",(function(){}));var i=function(){var n=this.$createElement;this._self._c},o=[]},"495d":function(n,t,e){"use strict";(function(n,t){var i=e("47a9");e("f076");i(e("3240"));var o=i(e("5427"));n.__webpack_require_UNI_MP_PLUGIN__=e,t(o.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},"4f20":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e={data:function(){return{windowH:0,windowW:0,webviewStyles:{progress:{color:"transparent"}},url:""}},onLoad:function(t){this.url=decodeURIComponent(t.url);try{var e=n.getWindowInfo();this.windowW=e.windowWidth,this.windowH=e.windowHeight}catch(i){}}};t.default=e}).call(this,e("df3c")["default"])},5427:function(n,t,e){"use strict";e.r(t);var i=e("3474"),o=e("6384");for(var r in o)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(r);var u=e("828b"),a=Object(u["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);t["default"]=a.exports},6384:function(n,t,e){"use strict";e.r(t);var i=e("4f20"),o=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);t["default"]=o.a}},[["495d","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,4 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<web-view class="web-view" style="{{'width:'+(windowW+'px')+';'+('height:'+(windowH+'px')+';')}}" webview-styles="{{webviewStyles}}" src="{{url}}"></web-view>