From fb6dfccfdee9b8073ae3eaaf68c806b8cd1f16b8 Mon Sep 17 00:00:00 2001 From: name Date: Wed, 31 Mar 2021 09:28:06 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/deposit/deposit.vue | 2 +- unpackage/dist/build/mp-weixin/app.json | 5 ++- unpackage/dist/build/mp-weixin/common/main.js | 2 +- .../dist/build/mp-weixin/common/main.wxss | 2 +- .../dist/build/mp-weixin/common/vendor.js | 6 +-- .../build/mp-weixin/components/Authorize.js | 2 +- .../build/mp-weixin/components/Authorize.wxml | 2 +- .../build/mp-weixin/components/Authorize.wxss | 2 +- .../mehaotian-search-revision.wxss | 2 +- .../pages/goods/HM-search/HM-search.js | 2 +- .../pages/goods/HM-search/HM-search.wxml | 2 +- .../pages/goods/HM-search/HM-search.wxss | 2 +- .../goods/coupon-details/coupon-details.js | 2 +- .../goods/coupon-details/coupon-details.wxml | 2 +- .../goods/coupon-details/coupon-details.wxss | 2 +- .../pages/goods/goods-list/goods-list.wxss | 2 +- .../dist/build/mp-weixin/pages/goods/goods.js | 2 +- .../build/mp-weixin/pages/goods/goods.wxml | 2 +- .../build/mp-weixin/pages/goods/goods.wxss | 2 +- .../pages/goods/ratings/ratings.wxss | 2 +- .../pages/goods/recording/recording.js | 2 +- .../pages/goods/recording/recording.wxml | 2 +- .../pages/goods/recording/recording.wxss | 2 +- .../pages/goods/store-list/store-details.wxss | 2 +- .../pages/goods/store-list/store-list.js | 2 +- .../pages/goods/store-list/store-list.wxml | 2 +- .../pages/goods/store-list/store-list.wxss | 2 +- .../build/mp-weixin/pages/login/login.wxss | 2 +- .../build/mp-weixin/pages/login/register.wxss | 2 +- .../mp-weixin/pages/login/resetpasswd.wxss | 2 +- .../dist/build/mp-weixin/pages/msg/msg.wxss | 2 +- .../mp-weixin/pages/order/confirmation.wxss | 2 +- .../mp-weixin/pages/pay/payment/payment.js | 2 +- .../mp-weixin/pages/pay/payment/payment.wxml | 2 +- .../mp-weixin/pages/pay/payment/payment.wxss | 2 +- .../mp-weixin/pages/pay/success/success.wxss | 2 +- .../mp-weixin/pages/tabBar/cart/cart.wxss | 2 +- .../pages/tabBar/category/category.js | 2 +- .../pages/tabBar/category/category.wxml | 2 +- .../pages/tabBar/category/category.wxss | 3 +- .../build/mp-weixin/pages/tabBar/home/home.js | 2 +- .../mp-weixin/pages/tabBar/home/home.wxml | 2 +- .../mp-weixin/pages/tabBar/home/home.wxss | 2 +- .../build/mp-weixin/pages/tabBar/user/user.js | 2 +- .../mp-weixin/pages/tabBar/user/user.wxss | 2 +- .../mp-weixin/pages/user/address/address.wxss | 2 +- .../pages/user/address/edit/edit.wxss | 2 +- .../pages/user/business/business.wxss | 2 +- .../mp-weixin/pages/user/coupon/coupon.wxss | 2 +- .../mp-weixin/pages/user/deposit/deposit.wxss | 2 +- .../build/mp-weixin/pages/user/keep/keep.wxss | 2 +- .../pages/user/mineCoupons/mineCoupons.js | 2 +- .../pages/user/mineCoupons/mineCoupons.wxml | 2 +- .../pages/user/mineCoupons/mineCoupons.wxss | 2 +- .../build/mp-weixin/pages/user/myQR/myQR.wxss | 2 +- .../pages/user/order_details/order_details.js | 2 +- .../user/order_details/order_details.json | 3 +- .../user/order_details/order_details.wxml | 2 +- .../user/order_details/order_details.wxss | 2 +- .../pages/user/order_list/order_list.js | 2 +- .../pages/user/order_list/order_list.wxml | 2 +- .../pages/user/order_list/order_list.wxss | 2 +- .../mp-weixin/pages/user/setting/setting.wxss | 2 +- .../dist/build/mp-weixin/project.config.json | 39 ++++++++++++++++--- unpackage/dist/build/mp-weixin/sitemap.json | 7 ++++ .../pages/user/deposit/deposit.js.map | 2 +- .../mp-weixin/pages/user/deposit/deposit.js | 2 +- 67 files changed, 112 insertions(+), 73 deletions(-) create mode 100644 unpackage/dist/build/mp-weixin/sitemap.json diff --git a/pages/user/deposit/deposit.vue b/pages/user/deposit/deposit.vue index aadc4b5..7acb713 100644 --- a/pages/user/deposit/deposit.vue +++ b/pages/user/deposit/deposit.vue @@ -122,7 +122,7 @@ "goodsType": 2, "goodsId": app.globalData.userInfo.id, "saleCount": 1, - "goodsPrice": 0.01 + "goodsPrice": this.inputAmount }] } addOrder(goods).then(res => { diff --git a/unpackage/dist/build/mp-weixin/app.json b/unpackage/dist/build/mp-weixin/app.json index 8ede3da..ac32582 100644 --- a/unpackage/dist/build/mp-weixin/app.json +++ b/unpackage/dist/build/mp-weixin/app.json @@ -12,7 +12,6 @@ "pages/login/register", "pages/login/resetpasswd", "pages/order/confirmation", - "pages/user/order_list/order_list", "pages/user/setting/setting", "pages/user/myQR/myQR", "pages/msg/msg", @@ -27,6 +26,7 @@ "pages/goods/store-list/store-details", "pages/goods/coupon-details/coupon-details", "pages/user/business/business", + "pages/user/order_list/order_list", "pages/user/order_details/order_details", "pages/goods/recording/recording", "pages/user/mineCoupons/mineCoupons" @@ -71,5 +71,6 @@ "desc": "你的位置信息将用于小程序定位" } }, - "usingComponents": {} + "usingComponents": {}, + "sitemapLocation": "sitemap.json" } \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/common/main.js b/unpackage/dist/build/mp-weixin/common/main.js index dbf555b..567f57e 100644 --- a/unpackage/dist/build/mp-weixin/common/main.js +++ b/unpackage/dist/build/mp-weixin/common/main.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{a093:function(e,t,n){"use strict";n.r(t);var r=n("ed97");for(var o in r)"default"!==o&&function(e){n.d(t,e,(function(){return r[e]}))}(o);n("d555");var c,u,a,i,f=n("f0c5"),l=Object(f["a"])(r["default"],c,u,!1,null,null,null,!1,a,i);t["default"]=l.exports},bf06:function(e,t,n){},cd30:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={globalData:{url:"https://hsgcs.dctpay.com/crest",brestUrl:"https://hsgcs.dctpay.com/brest",imgUrl:"https://hsgcs.dctpay.com/filesystem/",userInfo:"",brestUserInfo:"",openId:"",code:"",token:"",brestToken:"",cityId:"500100"},onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")}};t.default=r},d555:function(e,t,n){"use strict";var r=n("bf06"),o=n.n(r);o.a},dd65:function(e,t,n){"use strict";(function(e){n("185d");var t=o(n("66fd")),r=o(n("a093"));function o(e){return e&&e.__esModule?e:{default:e}}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;tl.length)&&(e=l.length);for(var a=0,u=new Array(e);a1&&void 0!==arguments[1]?arguments[1]:{};return["success","fail","complete"].forEach((function(a){if(Array.isArray(l[a])){var u=e[a];e[a]=function(e){V(l[a],e).then((function(l){return m(u)&&u(l)||l}))}}})),e}function L(l,e){var a=[];Array.isArray(P.returnValue)&&a.push.apply(a,c(P.returnValue));var u=E[l];return u&&Array.isArray(u.returnValue)&&a.push.apply(a,c(u.returnValue)),a.forEach((function(l){e=l(e)||e})),e}function z(l){var e=Object.create(null);Object.keys(P).forEach((function(l){"returnValue"!==l&&(e[l]=P[l].slice())}));var a=E[l];return a&&Object.keys(a).forEach((function(l){"returnValue"!==l&&(e[l]=(e[l]||[]).concat(a[l]))})),e}function G(l,e,a){for(var u=arguments.length,v=new Array(u>3?u-3:0),t=3;t0&&void 0!==arguments[0]?arguments[0]:{},u=arguments.length,v=new Array(u>1?u-1:0),t=1;t0&&(l.delta=a)}}}},hl={args:function(l){var e=parseInt(l.current);if(!isNaN(e)){var a=l.urls;if(Array.isArray(a)){var u=a.length;if(u)return e<0?e=0:e>=u&&(e=u-1),e>0?(l.current=a[e],l.urls=a.filter((function(l,u){return!(u2&&void 0!==arguments[2]?arguments[2]:{},u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},v=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if($(e)){var t=!0===v?e:{};for(var b in m(a)&&(a=a(e,t)||{}),e)if(A(a,b)){var n=a[b];m(n)&&(n=n(e[b],e,t)),n?O(n)?t[n]=e[b]:$(n)&&(t[n.name?n.name:b]=n.value):console.warn("微信小程序 ".concat(l,"暂不支持").concat(b))}else-1!==Al.indexOf(b)?m(e[b])&&(t[b]=wl(l,e[b],u)):v||(t[b]=e[b]);return t}return m(e)&&(e=wl(l,e,u)),e}function jl(l,e,a){var u=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return m(ml.returnValue)&&(e=ml.returnValue(l,e)),xl(l,e,a,{},u)}function Sl(l,e){if(A(ml,l)){var a=ml[l];return a?function(e,u){var v=a;m(a)&&(v=a(e)),e=xl(l,e,v.args,v.returnValue);var t=[e];"undefined"!==typeof u&&t.push(u),m(v.name)?l=v.name(e):O(v.name)&&(l=v.name);var b=wx[l].apply(wx,t);return Y(l)?jl(l,b,v.returnValue,Q(l)):b}:function(){console.error("微信小程序 暂不支持".concat(l))}}return e}var kl=Object.create(null),Pl=["onTabBarMidButtonTap","subscribePush","unsubscribePush","onPush","offPush","share"];function El(l){return function(e){var a=e.fail,u=e.complete,v={errMsg:"".concat(l,":fail:暂不支持 ").concat(l," 方法")};m(a)&&a(v),m(u)&&u(v)}}Pl.forEach((function(l){kl[l]=El(l)}));var Cl={oauth:["weixin"],share:["weixin"],payment:["wxpay"],push:["weixin"]};function Tl(l){var e=l.service,a=l.success,u=l.fail,v=l.complete,t=!1;Cl[e]?(t={errMsg:"getProvider:ok",service:e,provider:Cl[e]},m(a)&&a(t)):(t={errMsg:"getProvider:fail:服务["+e+"]不存在"},m(u)&&u(t)),m(v)&&v(t)}var Dl=Object.freeze({__proto__:null,getProvider:Tl}),Il=function(){var l;return function(){return l||(l=new u.default),l}}();function Ul(l,e,a){return l[e].apply(l,a)}function Ml(){return Ul(Il(),"$on",Array.prototype.slice.call(arguments))}function Bl(){return Ul(Il(),"$off",Array.prototype.slice.call(arguments))}function Nl(){return Ul(Il(),"$once",Array.prototype.slice.call(arguments))}function Rl(){return Ul(Il(),"$emit",Array.prototype.slice.call(arguments))}var Vl=Object.freeze({__proto__:null,$on:Ml,$off:Bl,$once:Nl,$emit:Rl}),Fl=Object.freeze({__proto__:null}),Ll=Page,zl=Component,Gl=/:/g,Hl=x((function(l){return S(l.replace(Gl,"-"))}));function Wl(l){if(wx.canIUse("nextTick")){var e=l.triggerEvent;l.triggerEvent=function(a){for(var u=arguments.length,v=new Array(u>1?u-1:0),t=1;t0&&void 0!==arguments[0]?arguments[0]:{};return Jl("onLoad",l),Ll(l)},Page.after=Ll.after,Component=function(){var l=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Jl("created",l),zl(l)});var Kl=["onPullDownRefresh","onReachBottom","onAddToFavorites","onShareTimeline","onShareAppMessage","onPageScroll","onResize","onTabItemTap"];function ql(l,e){var a=l.$mp[l.mpType];e.forEach((function(e){A(a,e)&&(l[e]=a[e])}))}function Xl(l,e){if(!e)return!0;if(u.default.options&&Array.isArray(u.default.options[l]))return!0;if(e=e.default||e,m(e))return!!m(e.extendOptions[l])||!!(e.super&&e.super.options&&Array.isArray(e.super.options[l]));if(m(e[l]))return!0;var a=e.mixins;return Array.isArray(a)?!!a.find((function(e){return Xl(l,e)})):void 0}function Ql(l,e,a){e.forEach((function(e){Xl(e,a)&&(l[e]=function(l){return this.$vm&&this.$vm.__call_hook(e,l)})}))}function Yl(l,e){var a;return e=e.default||e,a=m(e)?e:l.extend(e),e=a.options,[a,e]}function Zl(l,e){if(Array.isArray(e)&&e.length){var a=Object.create(null);e.forEach((function(l){a[l]=!0})),l.$scopedSlots=l.$slots=a}}function le(l,e){l=(l||"").split(",");var a=l.length;1===a?e._$vueId=l[0]:2===a&&(e._$vueId=l[0],e._$vuePid=l[1])}function ee(l,e){var a=l.data||{},u=l.methods||{};if("function"===typeof a)try{a=a.call(e)}catch(v){Object({NODE_ENV:"production",VUE_APP_NAME:"嗨森逛",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG&&console.warn("根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。",a)}else try{a=JSON.parse(JSON.stringify(a))}catch(v){}return $(a)||(a={}),Object.keys(u).forEach((function(l){-1!==e.__lifecycle_hooks__.indexOf(l)||A(a,l)||(a[l]=u[l])})),a}var ae=[String,Number,Boolean,Object,Array,null];function ue(l){return function(e,a){this.$vm&&(this.$vm[l]=e)}}function ve(l,e){var a=l.behaviors,u=l.extends,v=l.mixins,t=l.props;t||(l.props=t=[]);var b=[];return Array.isArray(a)&&a.forEach((function(l){b.push(l.replace("uni://","wx".concat("://"))),"uni://form-field"===l&&(Array.isArray(t)?(t.push("name"),t.push("value")):(t.name={type:String,default:""},t.value={type:[String,Number,Boolean,Array,Object,Date],default:""}))})),$(u)&&u.props&&b.push(e({properties:be(u.props,!0)})),Array.isArray(v)&&v.forEach((function(l){$(l)&&l.props&&b.push(e({properties:be(l.props,!0)}))})),b}function te(l,e,a,u){return Array.isArray(e)&&1===e.length?e[0]:e}function be(l){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a={};return e||(a.vueId={type:String,value:""},a.generic={type:Object,value:null},a.vueSlots={type:null,value:[],observer:function(l,e){var a=Object.create(null);l.forEach((function(l){a[l]=!0})),this.setData({$slots:a})}}),Array.isArray(l)?l.forEach((function(l){a[l]={type:null,observer:ue(l)}})):$(l)&&Object.keys(l).forEach((function(e){var u=l[e];if($(u)){var v=u.default;m(v)&&(v=v()),u.type=te(e,u.type),a[e]={type:-1!==ae.indexOf(u.type)?u.type:null,value:v,observer:ue(e)}}else{var t=te(e,u);a[e]={type:-1!==ae.indexOf(t)?t:null,observer:ue(e)}}})),a}function ne(l){try{l.mp=JSON.parse(JSON.stringify(l))}catch(e){}return l.stopPropagation=w,l.preventDefault=w,l.target=l.target||{},A(l,"detail")||(l.detail={}),A(l,"markerId")&&(l.detail="object"===typeof l.detail?l.detail:{},l.detail.markerId=l.markerId),$(l.detail)&&(l.target=Object.assign({},l.target,l.detail)),l}function re(l,e){var a=l;return e.forEach((function(e){var u=e[0],v=e[2];if(u||"undefined"!==typeof v){var t,b=e[1],n=e[3];Number.isInteger(u)?t=u:u?"string"===typeof u&&u&&(t=0===u.indexOf("#s#")?u.substr(3):l.__get_value(u,a)):t=a,Number.isInteger(t)?a=v:b?Array.isArray(t)?a=t.find((function(e){return l.__get_value(b,e)===v})):$(t)?a=Object.keys(t).find((function(e){return l.__get_value(b,t[e])===v})):console.error("v-for 暂不支持循环数据:",t):a=t[v],n&&(a=l.__get_value(n,a))}})),a}function oe(l,e,a){var u={};return Array.isArray(e)&&e.length&&e.forEach((function(e,v){"string"===typeof e?e?"$event"===e?u["$"+v]=a:"arguments"===e?a.detail&&a.detail.__args__?u["$"+v]=a.detail.__args__:u["$"+v]=[a]:0===e.indexOf("$event.")?u["$"+v]=l.__get_value(e.replace("$event.",""),a):u["$"+v]=l.__get_value(e):u["$"+v]=l:u["$"+v]=re(l,e)})),u}function ie(l){for(var e={},a=1;a2&&void 0!==arguments[2]?arguments[2]:[],u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],v=arguments.length>4?arguments[4]:void 0,t=arguments.length>5?arguments[5]:void 0,b=!1;if(v&&(b=e.currentTarget&&e.currentTarget.dataset&&"wx"===e.currentTarget.dataset.comType,!a.length))return b?[e]:e.detail.__args__||e.detail;var n=oe(l,u,e),r=[];return a.forEach((function(l){"$event"===l?"__set_model"!==t||v?v&&!b?r.push(e.detail.__args__[0]):r.push(e):r.push(e.target.value):Array.isArray(l)&&"o"===l[0]?r.push(ie(l)):"string"===typeof l&&A(n,l)?r.push(n[l]):r.push(l)})),r}var ce="~",fe="^";function pe(l,e){return l===e||"regionchange"===e&&("begin"===l||"end"===l)}function he(l){var e=l.$parent;while(e&&e.$parent&&(e.$options.generic||e.$parent.$options.generic||e.$scope._$vuePid))e=e.$parent;return e&&e.$parent}function de(l){var e=this;l=ne(l);var a=(l.currentTarget||l.target).dataset;if(!a)return console.warn("事件信息不存在");var u=a.eventOpts||a["event-opts"];if(!u)return console.warn("事件信息不存在");var v=l.type,t=[];return u.forEach((function(a){var u=a[0],b=a[1],n=u.charAt(0)===fe;u=n?u.slice(1):u;var r=u.charAt(0)===ce;u=r?u.slice(1):u,b&&pe(v,u)&&b.forEach((function(a){var u=a[0];if(u){var v=e.$vm;if(v.$options.generic&&(v=he(v)||v),"$emit"===u)return void v.$emit.apply(v,se(e.$vm,l,a[1],a[2],n,u));var b=v[u];if(!m(b))throw new Error(" _vm.".concat(u," is not a function"));if(r){if(b.once)return;b.once=!0}var o=se(e.$vm,l,a[1],a[2],n,u);o=Array.isArray(o)?o:[],/=\s*\S+\.eventParams\s*\|\|\s*\S+\[['"]event-params['"]\]/.test(b.toString())&&(o=o.concat([,,,,,,,,,,l])),t.push(b.apply(v,o))}}))})),"input"===v&&1===t.length&&"undefined"!==typeof t[0]?t[0]:void 0}var ye={},_e=[];function ge(l){if(l){var e=ye[l];return delete ye[l],e}return _e.shift()}var me=["onShow","onHide","onError","onPageNotFound","onThemeChange","onUnhandledRejection"];function Oe(){u.default.prototype.getOpenerEventChannel=function(){return this.$scope.getOpenerEventChannel()};var l=u.default.prototype.__call_hook;u.default.prototype.__call_hook=function(e,a){return"onLoad"===e&&a&&a.__id__&&(this.__eventChannel__=ge(a.__id__),delete a.__id__),l.call(this,e,a)}}function $e(l,e){var a=e.mocks,v=e.initRefs;Oe(),l.$options.store&&(u.default.prototype.$store=l.$options.store),u.default.prototype.mpHost="mp-weixin",u.default.mixin({beforeCreate:function(){this.$options.mpType&&(this.mpType=this.$options.mpType,this.$mp=s({data:{}},this.mpType,this.$options.mpInstance),this.$scope=this.$options.mpInstance,delete this.$options.mpType,delete this.$options.mpInstance,"app"!==this.mpType&&(v(this),ql(this,a)))}});var t={onLaunch:function(e){this.$vm||(wx.canIUse("nextTick")||console.error("当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上"),this.$vm=l,this.$vm.$mp={app:this},this.$vm.$scope=this,this.$vm.globalData=this.globalData,this.$vm._isMounted=!0,this.$vm.__call_hook("mounted",e),this.$vm.__call_hook("onLaunch",e))}};t.globalData=l.$options.globalData||{};var b=l.$options.methods;return b&&Object.keys(b).forEach((function(l){t[l]=b[l]})),Ql(t,me),t}var Ae=["__route__","__wxExparserNodeId__","__wxWebviewId__"];function we(l,e){for(var a,u=l.$children,v=u.length-1;v>=0;v--){var t=u[v];if(t.$scope._$vueId===e)return t}for(var b=u.length-1;b>=0;b--)if(a=we(u[b],e),a)return a}function xe(l){return Behavior(l)}function je(){return!!this.route}function Se(l){this.triggerEvent("__l",l)}function ke(l,e,a){var u=l.selectAllComponents(e);u.forEach((function(l){var u=l.dataset.ref;a[u]=l.$vm||l,"scoped"===l.dataset.vueGeneric&&l.selectAllComponents(".scoped-ref").forEach((function(l){ke(l,e,a)}))}))}function Pe(l){var e=l.$scope;Object.defineProperty(l,"$refs",{get:function(){var l={};ke(e,".vue-ref",l);var a=e.selectAllComponents(".vue-ref-in-for");return a.forEach((function(e){var a=e.dataset.ref;l[a]||(l[a]=[]),l[a].push(e.$vm||e)})),l}})}function Ee(l){var e,a=l.detail||l.value,u=a.vuePid,v=a.vueOptions;u&&(e=we(this.$vm,u)),e||(e=this.$vm),v.parent=e}function Ce(l){return $e(l,{mocks:Ae,initRefs:Pe})}function Te(l){return App(Ce(l)),l}var De=/[!'()*]/g,Ie=function(l){return"%"+l.charCodeAt(0).toString(16)},Ue=/%2C/g,Me=function(l){return encodeURIComponent(l).replace(De,Ie).replace(Ue,",")};function Be(l){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Me,a=l?Object.keys(l).map((function(a){var u=l[a];if(void 0===u)return"";if(null===u)return e(a);if(Array.isArray(u)){var v=[];return u.forEach((function(l){void 0!==l&&(null===l?v.push(e(a)):v.push(e(a)+"="+e(l)))})),v.join("&")}return e(a)+"="+e(u)})).filter((function(l){return l.length>0})).join("&"):null;return a?"?".concat(a):""}function Ne(l){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=e.isPage,v=e.initRelation,t=Yl(u.default,l),r=n(t,2),o=r[0],i=r[1],s=b({multipleSlots:!0,addGlobalClass:!0},i.options||{});i["mp-weixin"]&&i["mp-weixin"].options&&Object.assign(s,i["mp-weixin"].options);var c={options:s,data:ee(i,u.default.prototype),behaviors:ve(i,xe),properties:be(i.props,!1,i.__file),lifetimes:{attached:function(){var l=this.properties,e={mpType:a.call(this)?"page":"component",mpInstance:this,propsData:l};le(l.vueId,this),v.call(this,{vuePid:this._$vuePid,vueOptions:e}),this.$vm=new o(e),Zl(this.$vm,l.vueSlots),this.$vm.$mount()},ready:function(){this.$vm&&(this.$vm._isMounted=!0,this.$vm.__call_hook("mounted"),this.$vm.__call_hook("onReady"))},detached:function(){this.$vm&&this.$vm.$destroy()}},pageLifetimes:{show:function(l){this.$vm&&this.$vm.__call_hook("onPageShow",l)},hide:function(){this.$vm&&this.$vm.__call_hook("onPageHide")},resize:function(l){this.$vm&&this.$vm.__call_hook("onPageResize",l)}},methods:{__l:Ee,__e:de}};return i.externalClasses&&(c.externalClasses=i.externalClasses),Array.isArray(i.wxsCallMethods)&&i.wxsCallMethods.forEach((function(l){c.methods[l]=function(e){return this.$vm[l](e)}})),a?c:[c,o]}function Re(l){return Ne(l,{isPage:je,initRelation:Se})}var Ve=["onShow","onHide","onUnload"];function Fe(l,e){e.isPage,e.initRelation;var a=Re(l);return Ql(a.methods,Ve,l),a.methods.onLoad=function(l){this.options=l;var e=Object.assign({},l);delete e.__id__,this.$page={fullPath:"/"+(this.route||this.is)+Be(e)},this.$vm.$mp.query=l,this.$vm.__call_hook("onLoad",l)},a}function Le(l){return Fe(l,{isPage:je,initRelation:Se})}function ze(l){return Component(Le(l))}function Ge(l){return Component(Re(l))}function He(l){var e=Ce(l),a=getApp({allowDefault:!0}),u=a.globalData;if(u&&Object.keys(e.globalData).forEach((function(l){A(u,l)||(u[l]=e.globalData[l])})),Object.keys(e).forEach((function(l){A(a,l)||(a[l]=e[l])})),m(e.onShow)&&wx.onAppShow&&wx.onAppShow((function(){for(var l=arguments.length,u=new Array(l),v=0;vl.length)&&(e=l.length);for(var a=0,u=new Array(e);a1&&void 0!==arguments[1]?arguments[1]:{};return["success","fail","complete"].forEach((function(a){if(Array.isArray(l[a])){var u=e[a];e[a]=function(e){L(l[a],e).then((function(l){return m(u)&&u(l)||l}))}}})),e}function F(l,e){var a=[];Array.isArray(P.returnValue)&&a.push.apply(a,c(P.returnValue));var u=E[l];return u&&Array.isArray(u.returnValue)&&a.push.apply(a,c(u.returnValue)),a.forEach((function(l){e=l(e)||e})),e}function G(l){var e=Object.create(null);Object.keys(P).forEach((function(l){"returnValue"!==l&&(e[l]=P[l].slice())}));var a=E[l];return a&&Object.keys(a).forEach((function(l){"returnValue"!==l&&(e[l]=(e[l]||[]).concat(a[l]))})),e}function z(l,e,a){for(var u=arguments.length,v=new Array(u>3?u-3:0),t=3;t0&&void 0!==arguments[0]?arguments[0]:{},u=arguments.length,v=new Array(u>1?u-1:0),t=1;t0&&(l.delta=a)}}}},hl={args:function(l){var e=parseInt(l.current);if(!isNaN(e)){var a=l.urls;if(Array.isArray(a)){var u=a.length;if(u)return e<0?e=0:e>=u&&(e=u-1),e>0?(l.current=a[e],l.urls=a.filter((function(l,u){return!(u2&&void 0!==arguments[2]?arguments[2]:{},u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},v=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(w(e)){var t=!0===v?e:{};for(var n in m(a)&&(a=a(e,t)||{}),e)if(A(a,n)){var b=a[n];m(b)&&(b=b(e[n],e,t)),b?O(b)?t[b]=e[n]:w(b)&&(t[b.name?b.name:n]=b.value):console.warn("微信小程序 ".concat(l,"暂不支持").concat(n))}else-1!==Al.indexOf(n)?m(e[n])&&(t[n]=$l(l,e[n],u)):v||(t[n]=e[n]);return t}return m(e)&&(e=$l(l,e,u)),e}function xl(l,e,a){var u=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return m(ml.returnValue)&&(e=ml.returnValue(l,e)),Sl(l,e,a,{},u)}function jl(l,e){if(A(ml,l)){var a=ml[l];return a?function(e,u){var v=a;m(a)&&(v=a(e)),e=Sl(l,e,v.args,v.returnValue);var t=[e];"undefined"!==typeof u&&t.push(u),m(v.name)?l=v.name(e):O(v.name)&&(l=v.name);var n=wx[l].apply(wx,t);return Y(l)?xl(l,n,v.returnValue,Q(l)):n}:function(){console.error("微信小程序 暂不支持".concat(l))}}return e}var kl=Object.create(null),Pl=["onTabBarMidButtonTap","subscribePush","unsubscribePush","onPush","offPush","share"];function El(l){return function(e){var a=e.fail,u=e.complete,v={errMsg:"".concat(l,":fail:暂不支持 ").concat(l," 方法")};m(a)&&a(v),m(u)&&u(v)}}Pl.forEach((function(l){kl[l]=El(l)}));var Cl={oauth:["weixin"],share:["weixin"],payment:["wxpay"],push:["weixin"]};function Tl(l){var e=l.service,a=l.success,u=l.fail,v=l.complete,t=!1;Cl[e]?(t={errMsg:"getProvider:ok",service:e,provider:Cl[e]},m(a)&&a(t)):(t={errMsg:"getProvider:fail:服务["+e+"]不存在"},m(u)&&u(t)),m(v)&&v(t)}var Dl=Object.freeze({__proto__:null,getProvider:Tl}),Il=function(){var l;return function(){return l||(l=new u.default),l}}();function Ul(l,e,a){return l[e].apply(l,a)}function Bl(){return Ul(Il(),"$on",Array.prototype.slice.call(arguments))}function Ml(){return Ul(Il(),"$off",Array.prototype.slice.call(arguments))}function Nl(){return Ul(Il(),"$once",Array.prototype.slice.call(arguments))}function Rl(){return Ul(Il(),"$emit",Array.prototype.slice.call(arguments))}var Ll=Object.freeze({__proto__:null,$on:Bl,$off:Ml,$once:Nl,$emit:Rl}),Vl=Object.freeze({__proto__:null}),Fl=Page,Gl=Component,zl=/:/g,Hl=S((function(l){return j(l.replace(zl,"-"))}));function Wl(l){if(wx.canIUse("nextTick")){var e=l.triggerEvent;l.triggerEvent=function(a){for(var u=arguments.length,v=new Array(u>1?u-1:0),t=1;t0&&void 0!==arguments[0]?arguments[0]:{};return Jl("onLoad",l),Fl(l)},Page.after=Fl.after,Component=function(){var l=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Jl("created",l),Gl(l)});var ql=["onPullDownRefresh","onReachBottom","onAddToFavorites","onShareTimeline","onShareAppMessage","onPageScroll","onResize","onTabItemTap"];function Kl(l,e){var a=l.$mp[l.mpType];e.forEach((function(e){A(a,e)&&(l[e]=a[e])}))}function Xl(l,e){if(!e)return!0;if(u.default.options&&Array.isArray(u.default.options[l]))return!0;if(e=e.default||e,m(e))return!!m(e.extendOptions[l])||!!(e.super&&e.super.options&&Array.isArray(e.super.options[l]));if(m(e[l]))return!0;var a=e.mixins;return Array.isArray(a)?!!a.find((function(e){return Xl(l,e)})):void 0}function Ql(l,e,a){e.forEach((function(e){Xl(e,a)&&(l[e]=function(l){return this.$vm&&this.$vm.__call_hook(e,l)})}))}function Yl(l,e){var a;return e=e.default||e,a=m(e)?e:l.extend(e),e=a.options,[a,e]}function Zl(l,e){if(Array.isArray(e)&&e.length){var a=Object.create(null);e.forEach((function(l){a[l]=!0})),l.$scopedSlots=l.$slots=a}}function le(l,e){l=(l||"").split(",");var a=l.length;1===a?e._$vueId=l[0]:2===a&&(e._$vueId=l[0],e._$vuePid=l[1])}function ee(l,e){var a=l.data||{},u=l.methods||{};if("function"===typeof a)try{a=a.call(e)}catch(v){Object({NODE_ENV:"production",VUE_APP_NAME:"嗨森逛",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG&&console.warn("根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。",a)}else try{a=JSON.parse(JSON.stringify(a))}catch(v){}return w(a)||(a={}),Object.keys(u).forEach((function(l){-1!==e.__lifecycle_hooks__.indexOf(l)||A(a,l)||(a[l]=u[l])})),a}var ae=[String,Number,Boolean,Object,Array,null];function ue(l){return function(e,a){this.$vm&&(this.$vm[l]=e)}}function ve(l,e){var a=l.behaviors,u=l.extends,v=l.mixins,t=l.props;t||(l.props=t=[]);var n=[];return Array.isArray(a)&&a.forEach((function(l){n.push(l.replace("uni://","wx".concat("://"))),"uni://form-field"===l&&(Array.isArray(t)?(t.push("name"),t.push("value")):(t.name={type:String,default:""},t.value={type:[String,Number,Boolean,Array,Object,Date],default:""}))})),w(u)&&u.props&&n.push(e({properties:ne(u.props,!0)})),Array.isArray(v)&&v.forEach((function(l){w(l)&&l.props&&n.push(e({properties:ne(l.props,!0)}))})),n}function te(l,e,a,u){return Array.isArray(e)&&1===e.length?e[0]:e}function ne(l){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a={};return e||(a.vueId={type:String,value:""},a.generic={type:Object,value:null},a.vueSlots={type:null,value:[],observer:function(l,e){var a=Object.create(null);l.forEach((function(l){a[l]=!0})),this.setData({$slots:a})}}),Array.isArray(l)?l.forEach((function(l){a[l]={type:null,observer:ue(l)}})):w(l)&&Object.keys(l).forEach((function(e){var u=l[e];if(w(u)){var v=u.default;m(v)&&(v=v()),u.type=te(e,u.type),a[e]={type:-1!==ae.indexOf(u.type)?u.type:null,value:v,observer:ue(e)}}else{var t=te(e,u);a[e]={type:-1!==ae.indexOf(t)?t:null,observer:ue(e)}}})),a}function be(l){try{l.mp=JSON.parse(JSON.stringify(l))}catch(e){}return l.stopPropagation=$,l.preventDefault=$,l.target=l.target||{},A(l,"detail")||(l.detail={}),A(l,"markerId")&&(l.detail="object"===typeof l.detail?l.detail:{},l.detail.markerId=l.markerId),w(l.detail)&&(l.target=Object.assign({},l.target,l.detail)),l}function re(l,e){var a=l;return e.forEach((function(e){var u=e[0],v=e[2];if(u||"undefined"!==typeof v){var t,n=e[1],b=e[3];Number.isInteger(u)?t=u:u?"string"===typeof u&&u&&(t=0===u.indexOf("#s#")?u.substr(3):l.__get_value(u,a)):t=a,Number.isInteger(t)?a=v:n?Array.isArray(t)?a=t.find((function(e){return l.__get_value(n,e)===v})):w(t)?a=Object.keys(t).find((function(e){return l.__get_value(n,t[e])===v})):console.error("v-for 暂不支持循环数据:",t):a=t[v],b&&(a=l.__get_value(b,a))}})),a}function oe(l,e,a){var u={};return Array.isArray(e)&&e.length&&e.forEach((function(e,v){"string"===typeof e?e?"$event"===e?u["$"+v]=a:"arguments"===e?a.detail&&a.detail.__args__?u["$"+v]=a.detail.__args__:u["$"+v]=[a]:0===e.indexOf("$event.")?u["$"+v]=l.__get_value(e.replace("$event.",""),a):u["$"+v]=l.__get_value(e):u["$"+v]=l:u["$"+v]=re(l,e)})),u}function ie(l){for(var e={},a=1;a2&&void 0!==arguments[2]?arguments[2]:[],u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],v=arguments.length>4?arguments[4]:void 0,t=arguments.length>5?arguments[5]:void 0,n=!1;if(v&&(n=e.currentTarget&&e.currentTarget.dataset&&"wx"===e.currentTarget.dataset.comType,!a.length))return n?[e]:e.detail.__args__||e.detail;var b=oe(l,u,e),r=[];return a.forEach((function(l){"$event"===l?"__set_model"!==t||v?v&&!n?r.push(e.detail.__args__[0]):r.push(e):r.push(e.target.value):Array.isArray(l)&&"o"===l[0]?r.push(ie(l)):"string"===typeof l&&A(b,l)?r.push(b[l]):r.push(l)})),r}var ce="~",fe="^";function pe(l,e){return l===e||"regionchange"===e&&("begin"===l||"end"===l)}function he(l){var e=l.$parent;while(e&&e.$parent&&(e.$options.generic||e.$parent.$options.generic||e.$scope._$vuePid))e=e.$parent;return e&&e.$parent}function de(l){var e=this;l=be(l);var a=(l.currentTarget||l.target).dataset;if(!a)return console.warn("事件信息不存在");var u=a.eventOpts||a["event-opts"];if(!u)return console.warn("事件信息不存在");var v=l.type,t=[];return u.forEach((function(a){var u=a[0],n=a[1],b=u.charAt(0)===fe;u=b?u.slice(1):u;var r=u.charAt(0)===ce;u=r?u.slice(1):u,n&&pe(v,u)&&n.forEach((function(a){var u=a[0];if(u){var v=e.$vm;if(v.$options.generic&&(v=he(v)||v),"$emit"===u)return void v.$emit.apply(v,se(e.$vm,l,a[1],a[2],b,u));var n=v[u];if(!m(n))throw new Error(" _vm.".concat(u," is not a function"));if(r){if(n.once)return;n.once=!0}var o=se(e.$vm,l,a[1],a[2],b,u);o=Array.isArray(o)?o:[],/=\s*\S+\.eventParams\s*\|\|\s*\S+\[['"]event-params['"]\]/.test(n.toString())&&(o=o.concat([,,,,,,,,,,l])),t.push(n.apply(v,o))}}))})),"input"===v&&1===t.length&&"undefined"!==typeof t[0]?t[0]:void 0}var ye={},_e=[];function ge(l){if(l){var e=ye[l];return delete ye[l],e}return _e.shift()}var me=["onShow","onHide","onError","onPageNotFound","onThemeChange","onUnhandledRejection"];function Oe(){u.default.prototype.getOpenerEventChannel=function(){return this.$scope.getOpenerEventChannel()};var l=u.default.prototype.__call_hook;u.default.prototype.__call_hook=function(e,a){return"onLoad"===e&&a&&a.__id__&&(this.__eventChannel__=ge(a.__id__),delete a.__id__),l.call(this,e,a)}}function we(l,e){var a=e.mocks,v=e.initRefs;Oe(),l.$options.store&&(u.default.prototype.$store=l.$options.store),u.default.prototype.mpHost="mp-weixin",u.default.mixin({beforeCreate:function(){this.$options.mpType&&(this.mpType=this.$options.mpType,this.$mp=s({data:{}},this.mpType,this.$options.mpInstance),this.$scope=this.$options.mpInstance,delete this.$options.mpType,delete this.$options.mpInstance,"app"!==this.mpType&&(v(this),Kl(this,a)))}});var t={onLaunch:function(e){this.$vm||(wx.canIUse("nextTick")||console.error("当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上"),this.$vm=l,this.$vm.$mp={app:this},this.$vm.$scope=this,this.$vm.globalData=this.globalData,this.$vm._isMounted=!0,this.$vm.__call_hook("mounted",e),this.$vm.__call_hook("onLaunch",e))}};t.globalData=l.$options.globalData||{};var n=l.$options.methods;return n&&Object.keys(n).forEach((function(l){t[l]=n[l]})),Ql(t,me),t}var Ae=["__route__","__wxExparserNodeId__","__wxWebviewId__"];function $e(l,e){for(var a,u=l.$children,v=u.length-1;v>=0;v--){var t=u[v];if(t.$scope._$vueId===e)return t}for(var n=u.length-1;n>=0;n--)if(a=$e(u[n],e),a)return a}function Se(l){return Behavior(l)}function xe(){return!!this.route}function je(l){this.triggerEvent("__l",l)}function ke(l,e,a){var u=l.selectAllComponents(e);u.forEach((function(l){var u=l.dataset.ref;a[u]=l.$vm||l,"scoped"===l.dataset.vueGeneric&&l.selectAllComponents(".scoped-ref").forEach((function(l){ke(l,e,a)}))}))}function Pe(l){var e=l.$scope;Object.defineProperty(l,"$refs",{get:function(){var l={};ke(e,".vue-ref",l);var a=e.selectAllComponents(".vue-ref-in-for");return a.forEach((function(e){var a=e.dataset.ref;l[a]||(l[a]=[]),l[a].push(e.$vm||e)})),l}})}function Ee(l){var e,a=l.detail||l.value,u=a.vuePid,v=a.vueOptions;u&&(e=$e(this.$vm,u)),e||(e=this.$vm),v.parent=e}function Ce(l){return we(l,{mocks:Ae,initRefs:Pe})}function Te(l){return App(Ce(l)),l}var De=/[!'()*]/g,Ie=function(l){return"%"+l.charCodeAt(0).toString(16)},Ue=/%2C/g,Be=function(l){return encodeURIComponent(l).replace(De,Ie).replace(Ue,",")};function Me(l){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Be,a=l?Object.keys(l).map((function(a){var u=l[a];if(void 0===u)return"";if(null===u)return e(a);if(Array.isArray(u)){var v=[];return u.forEach((function(l){void 0!==l&&(null===l?v.push(e(a)):v.push(e(a)+"="+e(l)))})),v.join("&")}return e(a)+"="+e(u)})).filter((function(l){return l.length>0})).join("&"):null;return a?"?".concat(a):""}function Ne(l){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=e.isPage,v=e.initRelation,t=Yl(u.default,l),r=b(t,2),o=r[0],i=r[1],s=n({multipleSlots:!0,addGlobalClass:!0},i.options||{});i["mp-weixin"]&&i["mp-weixin"].options&&Object.assign(s,i["mp-weixin"].options);var c={options:s,data:ee(i,u.default.prototype),behaviors:ve(i,Se),properties:ne(i.props,!1,i.__file),lifetimes:{attached:function(){var l=this.properties,e={mpType:a.call(this)?"page":"component",mpInstance:this,propsData:l};le(l.vueId,this),v.call(this,{vuePid:this._$vuePid,vueOptions:e}),this.$vm=new o(e),Zl(this.$vm,l.vueSlots),this.$vm.$mount()},ready:function(){this.$vm&&(this.$vm._isMounted=!0,this.$vm.__call_hook("mounted"),this.$vm.__call_hook("onReady"))},detached:function(){this.$vm&&this.$vm.$destroy()}},pageLifetimes:{show:function(l){this.$vm&&this.$vm.__call_hook("onPageShow",l)},hide:function(){this.$vm&&this.$vm.__call_hook("onPageHide")},resize:function(l){this.$vm&&this.$vm.__call_hook("onPageResize",l)}},methods:{__l:Ee,__e:de}};return i.externalClasses&&(c.externalClasses=i.externalClasses),Array.isArray(i.wxsCallMethods)&&i.wxsCallMethods.forEach((function(l){c.methods[l]=function(e){return this.$vm[l](e)}})),a?c:[c,o]}function Re(l){return Ne(l,{isPage:xe,initRelation:je})}var Le=["onShow","onHide","onUnload"];function Ve(l,e){e.isPage,e.initRelation;var a=Re(l);return Ql(a.methods,Le,l),a.methods.onLoad=function(l){this.options=l;var e=Object.assign({},l);delete e.__id__,this.$page={fullPath:"/"+(this.route||this.is)+Me(e)},this.$vm.$mp.query=l,this.$vm.__call_hook("onLoad",l)},a}function Fe(l){return Ve(l,{isPage:xe,initRelation:je})}function Ge(l){return Component(Fe(l))}function ze(l){return Component(Re(l))}function He(l){var e=Ce(l),a=getApp({allowDefault:!0}),u=a.globalData;if(u&&Object.keys(e.globalData).forEach((function(l){A(u,l)||(u[l]=e.globalData[l])})),Object.keys(e).forEach((function(l){A(a,l)||(a[l]=e[l])})),m(e.onShow)&&wx.onAppShow&&wx.onAppShow((function(){for(var l=arguments.length,u=new Array(l),v=0;v=0&&Math.floor(e)===e&&isFinite(l)}function f(l){return v(l)&&"function"===typeof l.then&&"function"===typeof l.catch}function p(l){return null==l?"":Array.isArray(l)||i(l)&&l.toString===o?JSON.stringify(l,null,2):String(l)}function h(l){var e=parseFloat(l);return isNaN(e)?l:e}function d(l,e){for(var a=Object.create(null),u=l.split(","),v=0;v-1)return l.splice(a,1)}}var g=Object.prototype.hasOwnProperty;function m(l,e){return g.call(l,e)}function O(l){var e=Object.create(null);return function(a){var u=e[a];return u||(e[a]=l(a))}}var $=/-(\w)/g,A=O((function(l){return l.replace($,(function(l,e){return e?e.toUpperCase():""}))})),w=O((function(l){return l.charAt(0).toUpperCase()+l.slice(1)})),x=/\B([A-Z])/g,j=O((function(l){return l.replace(x,"-$1").toLowerCase()}));function S(l,e){function a(a){var u=arguments.length;return u?u>1?l.apply(e,arguments):l.call(e,a):l.call(e)}return a._length=l.length,a}function k(l,e){return l.bind(e)}var P=Function.prototype.bind?k:S;function E(l,e){e=e||0;var a=l.length-e,u=new Array(a);while(a--)u[a]=l[a+e];return u}function C(l,e){for(var a in e)l[a]=e[a];return l}function T(l){for(var e={},a=0;a0),el=(Y&&Y.indexOf("android"),Y&&/iphone|ipad|ipod|ios/.test(Y)||"ios"===Q),al=(Y&&/chrome\/\d+/.test(Y),Y&&/phantomjs/.test(Y),Y&&Y.match(/firefox\/(\d+)/),{}.watch);if(q)try{var ul={};Object.defineProperty(ul,"passive",{get:function(){}}),window.addEventListener("test-passive",null,ul)}catch(ev){}var vl=function(){return void 0===J&&(J=!q&&!X&&"undefined"!==typeof l&&(l["process"]&&"server"===l["process"].env.VUE_ENV)),J},tl=q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function bl(l){return"function"===typeof l&&/native code/.test(l.toString())}var nl,rl="undefined"!==typeof Symbol&&bl(Symbol)&&"undefined"!==typeof Reflect&&bl(Reflect.ownKeys);nl="undefined"!==typeof Set&&bl(Set)?Set:function(){function l(){this.set=Object.create(null)}return l.prototype.has=function(l){return!0===this.set[l]},l.prototype.add=function(l){this.set[l]=!0},l.prototype.clear=function(){this.set=Object.create(null)},l}();var ol=D,il=0,sl=function(){this.id=il++,this.subs=[]};function cl(l){sl.SharedObject.targetStack.push(l),sl.SharedObject.target=l,sl.target=l}function fl(){sl.SharedObject.targetStack.pop(),sl.SharedObject.target=sl.SharedObject.targetStack[sl.SharedObject.targetStack.length-1],sl.target=sl.SharedObject.target}sl.prototype.addSub=function(l){this.subs.push(l)},sl.prototype.removeSub=function(l){_(this.subs,l)},sl.prototype.depend=function(){sl.SharedObject.target&&sl.SharedObject.target.addDep(this)},sl.prototype.notify=function(){var l=this.subs.slice();for(var e=0,a=l.length;e-1)if(t&&!m(v,"default"))b=!1;else if(""===b||b===j(l)){var r=ql(String,v.type);(r<0||n0&&(b=Oe(b,(e||"")+"_"+a),me(b[0])&&me(o)&&(i[r]=yl(o.text+b[0].text),b.shift()),i.push.apply(i,b)):n(b)?me(o)?i[r]=yl(o.text+b):""!==b&&i.push(yl(b)):me(b)&&me(o)?i[r]=yl(o.text+b.text):(t(l._isVList)&&v(b.tag)&&u(b.key)&&v(e)&&(b.key="__vlist"+e+"_"+a+"__"),i.push(b)));return i}function $e(l){var e=l.$options.provide;e&&(l._provided="function"===typeof e?e.call(l):e)}function Ae(l){var e=we(l.$options.inject,l);e&&(wl(!1),Object.keys(e).forEach((function(a){Pl(l,a,e[a])})),wl(!0))}function we(l,e){if(l){for(var a=Object.create(null),u=rl?Reflect.ownKeys(l):Object.keys(l),v=0;v0,b=l?!!l.$stable:!t,n=l&&l.$key;if(l){if(l._normalized)return l._normalized;if(b&&u&&u!==a&&n===u.$key&&!t&&!u.$hasNormal)return u;for(var r in v={},l)l[r]&&"$"!==r[0]&&(v[r]=ke(e,r,l[r]))}else v={};for(var o in e)o in v||(v[o]=Pe(e,o));return l&&Object.isExtensible(l)&&(l._normalized=v),G(v,"$stable",b),G(v,"$key",n),G(v,"$hasNormal",t),v}function ke(l,e,a){var u=function(){var l=arguments.length?a.apply(null,arguments):a({});return l=l&&"object"===typeof l&&!Array.isArray(l)?[l]:ge(l),l&&(0===l.length||1===l.length&&l[0].isComment)?void 0:l};return a.proxy&&Object.defineProperty(l,e,{get:u,enumerable:!0,configurable:!0}),u}function Pe(l,e){return function(){return l[e]}}function Ee(l,e){var a,u,t,b,n;if(Array.isArray(l)||"string"===typeof l)for(a=new Array(l.length),u=0,t=l.length;u1?E(a):a;for(var u=E(arguments,1),v='event handler for "'+l+'"',t=0,b=a.length;tdocument.createEvent("Event").timeStamp&&(Ra=function(){return Va.now()})}function Fa(){var l,e;for(Ra(),Ma=!0,Ta.sort((function(l,e){return l.id-e.id})),Ba=0;BaBa&&Ta[a].id>l.id)a--;Ta.splice(a+1,0,l)}else Ta.push(l);Ua||(Ua=!0,re(Fa))}}var Wa=0,Ja=function(l,e,a,u,v){this.vm=l,v&&(l._watcher=this),l._watchers.push(this),u?(this.deep=!!u.deep,this.user=!!u.user,this.lazy=!!u.lazy,this.sync=!!u.sync,this.before=u.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=a,this.id=++Wa,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new nl,this.newDepIds=new nl,this.expression="","function"===typeof e?this.getter=e:(this.getter=W(e),this.getter||(this.getter=D)),this.value=this.lazy?void 0:this.get()};Ja.prototype.get=function(){var l;cl(this);var e=this.vm;try{l=this.getter.call(e,e)}catch(ev){if(!this.user)throw ev;Xl(ev,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&ie(l),fl(),this.cleanupDeps()}return l},Ja.prototype.addDep=function(l){var e=l.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(l),this.depIds.has(e)||l.addSub(this))},Ja.prototype.cleanupDeps=function(){var l=this.deps.length;while(l--){var e=this.deps[l];this.newDepIds.has(e.id)||e.removeSub(this)}var a=this.depIds;this.depIds=this.newDepIds,this.newDepIds=a,this.newDepIds.clear(),a=this.deps,this.deps=this.newDeps,this.newDeps=a,this.newDeps.length=0},Ja.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Ha(this)},Ja.prototype.run=function(){if(this.active){var l=this.get();if(l!==this.value||r(l)||this.deep){var e=this.value;if(this.value=l,this.user)try{this.cb.call(this.vm,l,e)}catch(ev){Xl(ev,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,l,e)}}},Ja.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Ja.prototype.depend=function(){var l=this.deps.length;while(l--)this.deps[l].depend()},Ja.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||_(this.vm._watchers,this);var l=this.deps.length;while(l--)this.deps[l].removeSub(this);this.active=!1}};var Ka={enumerable:!0,configurable:!0,get:D,set:D};function qa(l,e,a){Ka.get=function(){return this[e][a]},Ka.set=function(l){this[e][a]=l},Object.defineProperty(l,a,Ka)}function Xa(l){l._watchers=[];var e=l.$options;e.props&&Qa(l,e.props),e.methods&&tu(l,e.methods),e.data?Ya(l):kl(l._data={},!0),e.computed&&eu(l,e.computed),e.watch&&e.watch!==al&&bu(l,e.watch)}function Qa(l,e){var a=l.$options.propsData||{},u=l._props={},v=l.$options._propKeys=[],t=!l.$parent;t||wl(!1);var b=function(t){v.push(t);var b=Hl(t,e,a,l);Pl(u,t,b),t in l||qa(l,"_props",t)};for(var n in e)b(n);wl(!0)}function Ya(l){var e=l.$options.data;e=l._data="function"===typeof e?Za(e,l):e||{},i(e)||(e={});var a=Object.keys(e),u=l.$options.props,v=(l.$options.methods,a.length);while(v--){var t=a[v];0,u&&m(u,t)||z(t)||qa(l,"_data",t)}kl(e,!0)}function Za(l,e){cl();try{return l.call(e,e)}catch(ev){return Xl(ev,e,"data()"),{}}finally{fl()}}var lu={lazy:!0};function eu(l,e){var a=l._computedWatchers=Object.create(null),u=vl();for(var v in e){var t=e[v],b="function"===typeof t?t:t.get;0,u||(a[v]=new Ja(l,b||D,D,lu)),v in l||au(l,v,t)}}function au(l,e,a){var u=!vl();"function"===typeof a?(Ka.get=u?uu(e):vu(a),Ka.set=D):(Ka.get=a.get?u&&!1!==a.cache?uu(e):vu(a.get):D,Ka.set=a.set||D),Object.defineProperty(l,e,Ka)}function uu(l){return function(){var e=this._computedWatchers&&this._computedWatchers[l];if(e)return e.dirty&&e.evaluate(),sl.SharedObject.target&&e.depend(),e.value}}function vu(l){return function(){return l.call(this,this)}}function tu(l,e){l.$options.props;for(var a in e)l[a]="function"!==typeof e[a]?D:P(e[a],l)}function bu(l,e){for(var a in e){var u=e[a];if(Array.isArray(u))for(var v=0;v-1)return this;var a=E(arguments,1);return a.unshift(this),"function"===typeof l.install?l.install.apply(l,a):"function"===typeof l&&l.apply(null,a),e.push(l),this}}function du(l){l.mixin=function(l){return this.options=zl(this.options,l),this}}function yu(l){l.cid=0;var e=1;l.extend=function(l){l=l||{};var a=this,u=a.cid,v=l._Ctor||(l._Ctor={});if(v[u])return v[u];var t=l.name||a.options.name;var b=function(l){this._init(l)};return b.prototype=Object.create(a.prototype),b.prototype.constructor=b,b.cid=e++,b.options=zl(a.options,l),b["super"]=a,b.options.props&&_u(b),b.options.computed&&gu(b),b.extend=a.extend,b.mixin=a.mixin,b.use=a.use,R.forEach((function(l){b[l]=a[l]})),t&&(b.options.components[t]=b),b.superOptions=a.options,b.extendOptions=l,b.sealedOptions=C({},b.options),v[u]=b,b}}function _u(l){var e=l.options.props;for(var a in e)qa(l.prototype,"_props",a)}function gu(l){var e=l.options.computed;for(var a in e)au(l.prototype,a,e[a])}function mu(l){R.forEach((function(e){l[e]=function(l,a){return a?("component"===e&&i(a)&&(a.name=a.name||l,a=this.options._base.extend(a)),"directive"===e&&"function"===typeof a&&(a={bind:a,update:a}),this.options[e+"s"][l]=a,a):this.options[e+"s"][l]}}))}function Ou(l){return l&&(l.Ctor.options.name||l.tag)}function $u(l,e){return Array.isArray(l)?l.indexOf(e)>-1:"string"===typeof l?l.split(",").indexOf(e)>-1:!!s(l)&&l.test(e)}function Au(l,e){var a=l.cache,u=l.keys,v=l._vnode;for(var t in a){var b=a[t];if(b){var n=Ou(b.componentOptions);n&&!e(n)&&wu(a,t,u,v)}}}function wu(l,e,a,u){var v=l[e];!v||u&&v.tag===u.tag||v.componentInstance.$destroy(),l[e]=null,_(a,e)}iu(pu),ru(pu),$a(pu),ja(pu),sa(pu);var xu=[String,RegExp,Array],ju={name:"keep-alive",abstract:!0,props:{include:xu,exclude:xu,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var l in this.cache)wu(this.cache,l,this.keys)},mounted:function(){var l=this;this.$watch("include",(function(e){Au(l,(function(l){return $u(e,l)}))})),this.$watch("exclude",(function(e){Au(l,(function(l){return!$u(e,l)}))}))},render:function(){var l=this.$slots.default,e=da(l),a=e&&e.componentOptions;if(a){var u=Ou(a),v=this,t=v.include,b=v.exclude;if(t&&(!u||!$u(t,u))||b&&u&&$u(b,u))return e;var n=this,r=n.cache,o=n.keys,i=null==e.key?a.Ctor.cid+(a.tag?"::"+a.tag:""):e.key;r[i]?(e.componentInstance=r[i].componentInstance,_(o,i),o.push(i)):(r[i]=e,o.push(i),this.max&&o.length>parseInt(this.max)&&wu(r,o[0],o,this._vnode)),e.data.keepAlive=!0}return e||l&&l[0]}},Su={KeepAlive:ju};function ku(l){var e={get:function(){return F}};Object.defineProperty(l,"config",e),l.util={warn:ol,extend:C,mergeOptions:zl,defineReactive:Pl},l.set=El,l.delete=Cl,l.nextTick=re,l.observable=function(l){return kl(l),l},l.options=Object.create(null),R.forEach((function(e){l.options[e+"s"]=Object.create(null)})),l.options._base=l,C(l.options.components,Su),hu(l),du(l),yu(l),mu(l)}ku(pu),Object.defineProperty(pu.prototype,"$isServer",{get:vl}),Object.defineProperty(pu.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(pu,"FunctionalRenderContext",{value:He}),pu.version="2.6.11";var Pu="[object Array]",Eu="[object Object]";function Cu(l,e){var a={};return Tu(l,e),Du(l,e,"",a),a}function Tu(l,e){if(l!==e){var a=Uu(l),u=Uu(e);if(a==Eu&&u==Eu){if(Object.keys(l).length>=Object.keys(e).length)for(var v in e){var t=l[v];void 0===t?l[v]=null:Tu(t,e[v])}}else a==Pu&&u==Pu&&l.length>=e.length&&e.forEach((function(e,a){Tu(l[a],e)}))}}function Du(l,e,a,u){if(l!==e){var v=Uu(l),t=Uu(e);if(v==Eu)if(t!=Eu||Object.keys(l).length1&&(e[a[0].trim()]=a[1].trim())}})),e}));function qu(l){return Array.isArray(l)?T(l):"string"===typeof l?Ku(l):l}var Xu=["createSelectorQuery","createIntersectionObserver","selectAllComponents","selectComponent"];function Qu(l,e){var a=e.split("."),u=a[0];return 0===u.indexOf("__$n")&&(u=parseInt(u.replace("__$n",""))),1===a.length?l[u]:Qu(l[u],a.slice(1).join("."))}function Yu(l){l.config.errorHandler=function(e,a,u){l.util.warn("Error in "+u+': "'+e.toString()+'"',a),console.error(e);var v=getApp();v&&v.onError&&v.onError(e)};var e=l.prototype.$emit;l.prototype.$emit=function(l){return this.$scope&&l&&this.$scope["triggerEvent"](l,{__args__:E(arguments,1)}),e.apply(this,arguments)},l.prototype.$nextTick=function(l){return Nu(this,l)},Xu.forEach((function(e){l.prototype[e]=function(l){return this.$scope&&this.$scope[e]?this.$scope[e](l):"undefined"!==typeof my?"createSelectorQuery"===e?my.createSelectorQuery(l):"createIntersectionObserver"===e?my.createIntersectionObserver(l):void 0:void 0}})),l.prototype.__init_provide=$e,l.prototype.__init_injections=Ae,l.prototype.__call_hook=function(l,e){var a=this;cl();var u,v=a.$options[l],t=l+" hook";if(v)for(var b=0,n=v.length;b=0&&Math.floor(e)===e&&isFinite(l)}function f(l){return v(l)&&"function"===typeof l.then&&"function"===typeof l.catch}function p(l){return null==l?"":Array.isArray(l)||i(l)&&l.toString===o?JSON.stringify(l,null,2):String(l)}function h(l){var e=parseFloat(l);return isNaN(e)?l:e}function d(l,e){for(var a=Object.create(null),u=l.split(","),v=0;v-1)return l.splice(a,1)}}var g=Object.prototype.hasOwnProperty;function m(l,e){return g.call(l,e)}function O(l){var e=Object.create(null);return function(a){var u=e[a];return u||(e[a]=l(a))}}var w=/-(\w)/g,A=O((function(l){return l.replace(w,(function(l,e){return e?e.toUpperCase():""}))})),$=O((function(l){return l.charAt(0).toUpperCase()+l.slice(1)})),S=/\B([A-Z])/g,x=O((function(l){return l.replace(S,"-$1").toLowerCase()}));function j(l,e){function a(a){var u=arguments.length;return u?u>1?l.apply(e,arguments):l.call(e,a):l.call(e)}return a._length=l.length,a}function k(l,e){return l.bind(e)}var P=Function.prototype.bind?k:j;function E(l,e){e=e||0;var a=l.length-e,u=new Array(a);while(a--)u[a]=l[a+e];return u}function C(l,e){for(var a in e)l[a]=e[a];return l}function T(l){for(var e={},a=0;a0),el=(Y&&Y.indexOf("android"),Y&&/iphone|ipad|ipod|ios/.test(Y)||"ios"===Q),al=(Y&&/chrome\/\d+/.test(Y),Y&&/phantomjs/.test(Y),Y&&Y.match(/firefox\/(\d+)/),{}.watch);if(K)try{var ul={};Object.defineProperty(ul,"passive",{get:function(){}}),window.addEventListener("test-passive",null,ul)}catch(ev){}var vl=function(){return void 0===J&&(J=!K&&!X&&"undefined"!==typeof l&&(l["process"]&&"server"===l["process"].env.VUE_ENV)),J},tl=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function nl(l){return"function"===typeof l&&/native code/.test(l.toString())}var bl,rl="undefined"!==typeof Symbol&&nl(Symbol)&&"undefined"!==typeof Reflect&&nl(Reflect.ownKeys);bl="undefined"!==typeof Set&&nl(Set)?Set:function(){function l(){this.set=Object.create(null)}return l.prototype.has=function(l){return!0===this.set[l]},l.prototype.add=function(l){this.set[l]=!0},l.prototype.clear=function(){this.set=Object.create(null)},l}();var ol=D,il=0,sl=function(){this.id=il++,this.subs=[]};function cl(l){sl.SharedObject.targetStack.push(l),sl.SharedObject.target=l,sl.target=l}function fl(){sl.SharedObject.targetStack.pop(),sl.SharedObject.target=sl.SharedObject.targetStack[sl.SharedObject.targetStack.length-1],sl.target=sl.SharedObject.target}sl.prototype.addSub=function(l){this.subs.push(l)},sl.prototype.removeSub=function(l){_(this.subs,l)},sl.prototype.depend=function(){sl.SharedObject.target&&sl.SharedObject.target.addDep(this)},sl.prototype.notify=function(){var l=this.subs.slice();for(var e=0,a=l.length;e-1)if(t&&!m(v,"default"))n=!1;else if(""===n||n===x(l)){var r=Kl(String,v.type);(r<0||b0&&(n=Oe(n,(e||"")+"_"+a),me(n[0])&&me(o)&&(i[r]=yl(o.text+n[0].text),n.shift()),i.push.apply(i,n)):b(n)?me(o)?i[r]=yl(o.text+n):""!==n&&i.push(yl(n)):me(n)&&me(o)?i[r]=yl(o.text+n.text):(t(l._isVList)&&v(n.tag)&&u(n.key)&&v(e)&&(n.key="__vlist"+e+"_"+a+"__"),i.push(n)));return i}function we(l){var e=l.$options.provide;e&&(l._provided="function"===typeof e?e.call(l):e)}function Ae(l){var e=$e(l.$options.inject,l);e&&($l(!1),Object.keys(e).forEach((function(a){Pl(l,a,e[a])})),$l(!0))}function $e(l,e){if(l){for(var a=Object.create(null),u=rl?Reflect.ownKeys(l):Object.keys(l),v=0;v0,n=l?!!l.$stable:!t,b=l&&l.$key;if(l){if(l._normalized)return l._normalized;if(n&&u&&u!==a&&b===u.$key&&!t&&!u.$hasNormal)return u;for(var r in v={},l)l[r]&&"$"!==r[0]&&(v[r]=ke(e,r,l[r]))}else v={};for(var o in e)o in v||(v[o]=Pe(e,o));return l&&Object.isExtensible(l)&&(l._normalized=v),z(v,"$stable",n),z(v,"$key",b),z(v,"$hasNormal",t),v}function ke(l,e,a){var u=function(){var l=arguments.length?a.apply(null,arguments):a({});return l=l&&"object"===typeof l&&!Array.isArray(l)?[l]:ge(l),l&&(0===l.length||1===l.length&&l[0].isComment)?void 0:l};return a.proxy&&Object.defineProperty(l,e,{get:u,enumerable:!0,configurable:!0}),u}function Pe(l,e){return function(){return l[e]}}function Ee(l,e){var a,u,t,n,b;if(Array.isArray(l)||"string"===typeof l)for(a=new Array(l.length),u=0,t=l.length;u1?E(a):a;for(var u=E(arguments,1),v='event handler for "'+l+'"',t=0,n=a.length;tdocument.createEvent("Event").timeStamp&&(Ra=function(){return La.now()})}function Va(){var l,e;for(Ra(),Ba=!0,Ta.sort((function(l,e){return l.id-e.id})),Ma=0;MaMa&&Ta[a].id>l.id)a--;Ta.splice(a+1,0,l)}else Ta.push(l);Ua||(Ua=!0,re(Va))}}var Wa=0,Ja=function(l,e,a,u,v){this.vm=l,v&&(l._watcher=this),l._watchers.push(this),u?(this.deep=!!u.deep,this.user=!!u.user,this.lazy=!!u.lazy,this.sync=!!u.sync,this.before=u.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=a,this.id=++Wa,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new bl,this.newDepIds=new bl,this.expression="","function"===typeof e?this.getter=e:(this.getter=W(e),this.getter||(this.getter=D)),this.value=this.lazy?void 0:this.get()};Ja.prototype.get=function(){var l;cl(this);var e=this.vm;try{l=this.getter.call(e,e)}catch(ev){if(!this.user)throw ev;Xl(ev,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&ie(l),fl(),this.cleanupDeps()}return l},Ja.prototype.addDep=function(l){var e=l.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(l),this.depIds.has(e)||l.addSub(this))},Ja.prototype.cleanupDeps=function(){var l=this.deps.length;while(l--){var e=this.deps[l];this.newDepIds.has(e.id)||e.removeSub(this)}var a=this.depIds;this.depIds=this.newDepIds,this.newDepIds=a,this.newDepIds.clear(),a=this.deps,this.deps=this.newDeps,this.newDeps=a,this.newDeps.length=0},Ja.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Ha(this)},Ja.prototype.run=function(){if(this.active){var l=this.get();if(l!==this.value||r(l)||this.deep){var e=this.value;if(this.value=l,this.user)try{this.cb.call(this.vm,l,e)}catch(ev){Xl(ev,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,l,e)}}},Ja.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Ja.prototype.depend=function(){var l=this.deps.length;while(l--)this.deps[l].depend()},Ja.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||_(this.vm._watchers,this);var l=this.deps.length;while(l--)this.deps[l].removeSub(this);this.active=!1}};var qa={enumerable:!0,configurable:!0,get:D,set:D};function Ka(l,e,a){qa.get=function(){return this[e][a]},qa.set=function(l){this[e][a]=l},Object.defineProperty(l,a,qa)}function Xa(l){l._watchers=[];var e=l.$options;e.props&&Qa(l,e.props),e.methods&&tu(l,e.methods),e.data?Ya(l):kl(l._data={},!0),e.computed&&eu(l,e.computed),e.watch&&e.watch!==al&&nu(l,e.watch)}function Qa(l,e){var a=l.$options.propsData||{},u=l._props={},v=l.$options._propKeys=[],t=!l.$parent;t||$l(!1);var n=function(t){v.push(t);var n=Hl(t,e,a,l);Pl(u,t,n),t in l||Ka(l,"_props",t)};for(var b in e)n(b);$l(!0)}function Ya(l){var e=l.$options.data;e=l._data="function"===typeof e?Za(e,l):e||{},i(e)||(e={});var a=Object.keys(e),u=l.$options.props,v=(l.$options.methods,a.length);while(v--){var t=a[v];0,u&&m(u,t)||G(t)||Ka(l,"_data",t)}kl(e,!0)}function Za(l,e){cl();try{return l.call(e,e)}catch(ev){return Xl(ev,e,"data()"),{}}finally{fl()}}var lu={lazy:!0};function eu(l,e){var a=l._computedWatchers=Object.create(null),u=vl();for(var v in e){var t=e[v],n="function"===typeof t?t:t.get;0,u||(a[v]=new Ja(l,n||D,D,lu)),v in l||au(l,v,t)}}function au(l,e,a){var u=!vl();"function"===typeof a?(qa.get=u?uu(e):vu(a),qa.set=D):(qa.get=a.get?u&&!1!==a.cache?uu(e):vu(a.get):D,qa.set=a.set||D),Object.defineProperty(l,e,qa)}function uu(l){return function(){var e=this._computedWatchers&&this._computedWatchers[l];if(e)return e.dirty&&e.evaluate(),sl.SharedObject.target&&e.depend(),e.value}}function vu(l){return function(){return l.call(this,this)}}function tu(l,e){l.$options.props;for(var a in e)l[a]="function"!==typeof e[a]?D:P(e[a],l)}function nu(l,e){for(var a in e){var u=e[a];if(Array.isArray(u))for(var v=0;v-1)return this;var a=E(arguments,1);return a.unshift(this),"function"===typeof l.install?l.install.apply(l,a):"function"===typeof l&&l.apply(null,a),e.push(l),this}}function du(l){l.mixin=function(l){return this.options=Gl(this.options,l),this}}function yu(l){l.cid=0;var e=1;l.extend=function(l){l=l||{};var a=this,u=a.cid,v=l._Ctor||(l._Ctor={});if(v[u])return v[u];var t=l.name||a.options.name;var n=function(l){this._init(l)};return n.prototype=Object.create(a.prototype),n.prototype.constructor=n,n.cid=e++,n.options=Gl(a.options,l),n["super"]=a,n.options.props&&_u(n),n.options.computed&&gu(n),n.extend=a.extend,n.mixin=a.mixin,n.use=a.use,R.forEach((function(l){n[l]=a[l]})),t&&(n.options.components[t]=n),n.superOptions=a.options,n.extendOptions=l,n.sealedOptions=C({},n.options),v[u]=n,n}}function _u(l){var e=l.options.props;for(var a in e)Ka(l.prototype,"_props",a)}function gu(l){var e=l.options.computed;for(var a in e)au(l.prototype,a,e[a])}function mu(l){R.forEach((function(e){l[e]=function(l,a){return a?("component"===e&&i(a)&&(a.name=a.name||l,a=this.options._base.extend(a)),"directive"===e&&"function"===typeof a&&(a={bind:a,update:a}),this.options[e+"s"][l]=a,a):this.options[e+"s"][l]}}))}function Ou(l){return l&&(l.Ctor.options.name||l.tag)}function wu(l,e){return Array.isArray(l)?l.indexOf(e)>-1:"string"===typeof l?l.split(",").indexOf(e)>-1:!!s(l)&&l.test(e)}function Au(l,e){var a=l.cache,u=l.keys,v=l._vnode;for(var t in a){var n=a[t];if(n){var b=Ou(n.componentOptions);b&&!e(b)&&$u(a,t,u,v)}}}function $u(l,e,a,u){var v=l[e];!v||u&&v.tag===u.tag||v.componentInstance.$destroy(),l[e]=null,_(a,e)}iu(pu),ru(pu),wa(pu),xa(pu),sa(pu);var Su=[String,RegExp,Array],xu={name:"keep-alive",abstract:!0,props:{include:Su,exclude:Su,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var l in this.cache)$u(this.cache,l,this.keys)},mounted:function(){var l=this;this.$watch("include",(function(e){Au(l,(function(l){return wu(e,l)}))})),this.$watch("exclude",(function(e){Au(l,(function(l){return!wu(e,l)}))}))},render:function(){var l=this.$slots.default,e=da(l),a=e&&e.componentOptions;if(a){var u=Ou(a),v=this,t=v.include,n=v.exclude;if(t&&(!u||!wu(t,u))||n&&u&&wu(n,u))return e;var b=this,r=b.cache,o=b.keys,i=null==e.key?a.Ctor.cid+(a.tag?"::"+a.tag:""):e.key;r[i]?(e.componentInstance=r[i].componentInstance,_(o,i),o.push(i)):(r[i]=e,o.push(i),this.max&&o.length>parseInt(this.max)&&$u(r,o[0],o,this._vnode)),e.data.keepAlive=!0}return e||l&&l[0]}},ju={KeepAlive:xu};function ku(l){var e={get:function(){return V}};Object.defineProperty(l,"config",e),l.util={warn:ol,extend:C,mergeOptions:Gl,defineReactive:Pl},l.set=El,l.delete=Cl,l.nextTick=re,l.observable=function(l){return kl(l),l},l.options=Object.create(null),R.forEach((function(e){l.options[e+"s"]=Object.create(null)})),l.options._base=l,C(l.options.components,ju),hu(l),du(l),yu(l),mu(l)}ku(pu),Object.defineProperty(pu.prototype,"$isServer",{get:vl}),Object.defineProperty(pu.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(pu,"FunctionalRenderContext",{value:He}),pu.version="2.6.11";var Pu="[object Array]",Eu="[object Object]";function Cu(l,e){var a={};return Tu(l,e),Du(l,e,"",a),a}function Tu(l,e){if(l!==e){var a=Uu(l),u=Uu(e);if(a==Eu&&u==Eu){if(Object.keys(l).length>=Object.keys(e).length)for(var v in e){var t=l[v];void 0===t?l[v]=null:Tu(t,e[v])}}else a==Pu&&u==Pu&&l.length>=e.length&&e.forEach((function(e,a){Tu(l[a],e)}))}}function Du(l,e,a,u){if(l!==e){var v=Uu(l),t=Uu(e);if(v==Eu)if(t!=Eu||Object.keys(l).length1&&(e[a[0].trim()]=a[1].trim())}})),e}));function Ku(l){return Array.isArray(l)?T(l):"string"===typeof l?qu(l):l}var Xu=["createSelectorQuery","createIntersectionObserver","selectAllComponents","selectComponent"];function Qu(l,e){var a=e.split("."),u=a[0];return 0===u.indexOf("__$n")&&(u=parseInt(u.replace("__$n",""))),1===a.length?l[u]:Qu(l[u],a.slice(1).join("."))}function Yu(l){l.config.errorHandler=function(e,a,u){l.util.warn("Error in "+u+': "'+e.toString()+'"',a),console.error(e);var v=getApp();v&&v.onError&&v.onError(e)};var e=l.prototype.$emit;l.prototype.$emit=function(l){return this.$scope&&l&&this.$scope["triggerEvent"](l,{__args__:E(arguments,1)}),e.apply(this,arguments)},l.prototype.$nextTick=function(l){return Nu(this,l)},Xu.forEach((function(e){l.prototype[e]=function(l){return this.$scope&&this.$scope[e]?this.$scope[e](l):"undefined"!==typeof my?"createSelectorQuery"===e?my.createSelectorQuery(l):"createIntersectionObserver"===e?my.createIntersectionObserver(l):void 0:void 0}})),l.prototype.__init_provide=we,l.prototype.__init_injections=Ae,l.prototype.__call_hook=function(l,e){var a=this;cl();var u,v=a.$options[l],t=l+" hook";if(v)for(var n=0,b=v.length;n>2]|=l[b]<>6,i[t++]=128|63&v):v<55296||v>=57344?(i[t++]=224|v>>12,i[t++]=128|v>>6&63,i[t++]=128|63&v):(v=65536+((1023&v)<<10|1023&l.charCodeAt(++b)),i[t++]=240|v>>18,i[t++]=128|v>>12&63,i[t++]=128|v>>6&63,i[t++]=128|63&v);else for(t=this.start;b>2]|=v<>2]|=(192|v>>6)<>2]|=(128|63&v)<=57344?(o[t>>2]|=(224|v>>12)<>2]|=(128|v>>6&63)<>2]|=(128|63&v)<>2]|=(240|v>>18)<>2]|=(128|v>>12&63)<>2]|=(128|v>>6&63)<>2]|=(128|63&v)<=64?(this.start=t-64,this.hash(),this.hashed=!0):this.start=t}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},t.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var l=this.blocks,e=this.lastByteIndex;l[e>>2]|=u[3&e],e>=56&&(this.hashed||this.hash(),l[0]=l[16],l[16]=l[1]=l[2]=l[3]=l[4]=l[5]=l[6]=l[7]=l[8]=l[9]=l[10]=l[11]=l[12]=l[13]=l[14]=l[15]=0),l[14]=this.bytes<<3,l[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},t.prototype.hash=function(){var l,e,a,u,v,t,b=this.blocks;this.first?e=((e=((l=((l=b[0]-680876937)<<7|l>>>25)-271733879<<0)^(a=((a=(-271733879^(u=((u=(-1732584194^2004318071&l)+b[1]-117830708)<<12|u>>>20)+l<<0)&(-271733879^l))+b[2]-1126478375)<<17|a>>>15)+u<<0)&(u^l))+b[3]-1316259209)<<22|e>>>10)+a<<0:(l=this.h0,e=this.h1,a=this.h2,e=((e+=((l=((l+=((u=this.h3)^e&(a^u))+b[0]-680876936)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+b[1]-389564586)<<12|u>>>20)+l<<0)&(l^e))+b[2]+606105819)<<17|a>>>15)+u<<0)&(u^l))+b[3]-1044525330)<<22|e>>>10)+a<<0),e=((e+=((l=((l+=(u^e&(a^u))+b[4]-176418897)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+b[5]+1200080426)<<12|u>>>20)+l<<0)&(l^e))+b[6]-1473231341)<<17|a>>>15)+u<<0)&(u^l))+b[7]-45705983)<<22|e>>>10)+a<<0,e=((e+=((l=((l+=(u^e&(a^u))+b[8]+1770035416)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+b[9]-1958414417)<<12|u>>>20)+l<<0)&(l^e))+b[10]-42063)<<17|a>>>15)+u<<0)&(u^l))+b[11]-1990404162)<<22|e>>>10)+a<<0,e=((e+=((l=((l+=(u^e&(a^u))+b[12]+1804603682)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+b[13]-40341101)<<12|u>>>20)+l<<0)&(l^e))+b[14]-1502002290)<<17|a>>>15)+u<<0)&(u^l))+b[15]+1236535329)<<22|e>>>10)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+b[1]-165796510)<<5|l>>>27)+e<<0)^e))+b[6]-1069501632)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+b[11]+643717713)<<14|a>>>18)+u<<0)^u))+b[0]-373897302)<<20|e>>>12)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+b[5]-701558691)<<5|l>>>27)+e<<0)^e))+b[10]+38016083)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+b[15]-660478335)<<14|a>>>18)+u<<0)^u))+b[4]-405537848)<<20|e>>>12)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+b[9]+568446438)<<5|l>>>27)+e<<0)^e))+b[14]-1019803690)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+b[3]-187363961)<<14|a>>>18)+u<<0)^u))+b[8]+1163531501)<<20|e>>>12)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+b[13]-1444681467)<<5|l>>>27)+e<<0)^e))+b[2]-51403784)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+b[7]+1735328473)<<14|a>>>18)+u<<0)^u))+b[12]-1926607734)<<20|e>>>12)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+b[5]-378558)<<4|l>>>28)+e<<0))+b[8]-2022574463)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+b[11]+1839030562)<<16|a>>>16)+u<<0))+b[14]-35309556)<<23|e>>>9)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+b[1]-1530992060)<<4|l>>>28)+e<<0))+b[4]+1272893353)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+b[7]-155497632)<<16|a>>>16)+u<<0))+b[10]-1094730640)<<23|e>>>9)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+b[13]+681279174)<<4|l>>>28)+e<<0))+b[0]-358537222)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+b[3]-722521979)<<16|a>>>16)+u<<0))+b[6]+76029189)<<23|e>>>9)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+b[9]-640364487)<<4|l>>>28)+e<<0))+b[12]-421815835)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+b[15]+530742520)<<16|a>>>16)+u<<0))+b[2]-995338651)<<23|e>>>9)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+b[0]-198630844)<<6|l>>>26)+e<<0)|~a))+b[7]+1126891415)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+b[14]-1416354905)<<15|a>>>17)+u<<0)|~l))+b[5]-57434055)<<21|e>>>11)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+b[12]+1700485571)<<6|l>>>26)+e<<0)|~a))+b[3]-1894986606)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+b[10]-1051523)<<15|a>>>17)+u<<0)|~l))+b[1]-2054922799)<<21|e>>>11)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+b[8]+1873313359)<<6|l>>>26)+e<<0)|~a))+b[15]-30611744)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+b[6]-1560198380)<<15|a>>>17)+u<<0)|~l))+b[13]+1309151649)<<21|e>>>11)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+b[4]-145523070)<<6|l>>>26)+e<<0)|~a))+b[11]-1120210379)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+b[2]+718787259)<<15|a>>>17)+u<<0)|~l))+b[9]-343485551)<<21|e>>>11)+a<<0,this.first?(this.h0=l+1732584193<<0,this.h1=e-271733879<<0,this.h2=a-1732584194<<0,this.h3=u+271733878<<0,this.first=!1):(this.h0=this.h0+l<<0,this.h1=this.h1+e<<0,this.h2=this.h2+a<<0,this.h3=this.h3+u<<0)},t.prototype.hex=function(){this.finalize();var l=this.h0,e=this.h1,a=this.h2,u=this.h3;return n[l>>4&15]+n[15&l]+n[l>>12&15]+n[l>>8&15]+n[l>>20&15]+n[l>>16&15]+n[l>>28&15]+n[l>>24&15]+n[e>>4&15]+n[15&e]+n[e>>12&15]+n[e>>8&15]+n[e>>20&15]+n[e>>16&15]+n[e>>28&15]+n[e>>24&15]+n[a>>4&15]+n[15&a]+n[a>>12&15]+n[a>>8&15]+n[a>>20&15]+n[a>>16&15]+n[a>>28&15]+n[a>>24&15]+n[u>>4&15]+n[15&u]+n[u>>12&15]+n[u>>8&15]+n[u>>20&15]+n[u>>16&15]+n[u>>28&15]+n[u>>24&15]},t.prototype.toString=t.prototype.hex,t.prototype.digest=function(){this.finalize();var l=this.h0,e=this.h1,a=this.h2,u=this.h3;return[255&l,l>>8&255,l>>16&255,l>>24&255,255&e,e>>8&255,e>>16&255,e>>24&255,255&a,a>>8&255,a>>16&255,a>>24&255,255&u,u>>8&255,u>>16&255,u>>24&255]},t.prototype.array=t.prototype.digest,t.prototype.arrayBuffer=function(){this.finalize();var l=new ArrayBuffer(16),e=new Uint32Array(l);return e[0]=this.h0,e[1]=this.h1,e[2]=this.h2,e[3]=this.h3,l},t.prototype.buffer=t.prototype.arrayBuffer,t.prototype.base64=function(){for(var l,e,a,u="",v=this.array(),t=0;t<15;)l=v[t++],e=v[t++],a=v[t++],u+=p[l>>>2]+p[63&(l<<4|e>>>4)]+p[63&(e<<2|a>>>6)]+p[63&a];return l=v[t],u+(p[l>>>2]+p[l<<4&63]+"==")};var _=v();f?module.exports=_:(i.md5=_,o&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return _}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))}()}).call(this,__webpack_require__("4362"),__webpack_require__("c8ba"))},df7c:function(l,e,a){(function(l){function a(l,e){for(var a=0,u=l.length-1;u>=0;u--){var v=l[u];"."===v?l.splice(u,1):".."===v?(l.splice(u,1),a++):a&&(l.splice(u,1),a--)}if(e)for(;a--;a)l.unshift("..");return l}function u(l){"string"!==typeof l&&(l+="");var e,a=0,u=-1,v=!0;for(e=l.length-1;e>=0;--e)if(47===l.charCodeAt(e)){if(!v){a=e+1;break}}else-1===u&&(v=!1,u=e+1);return-1===u?"":l.slice(a,u)}function v(l,e){if(l.filter)return l.filter(e);for(var a=[],u=0;u=-1&&!u;t--){var b=t>=0?arguments[t]:l.cwd();if("string"!==typeof b)throw new TypeError("Arguments to path.resolve must be strings");b&&(e=b+"/"+e,u="/"===b.charAt(0))}return e=a(v(e.split("/"),(function(l){return!!l})),!u).join("/"),(u?"/":"")+e||"."},e.normalize=function(l){var u=e.isAbsolute(l),b="/"===t(l,-1);return l=a(v(l.split("/"),(function(l){return!!l})),!u).join("/"),l||u||(l="."),l&&b&&(l+="/"),(u?"/":"")+l},e.isAbsolute=function(l){return"/"===l.charAt(0)},e.join=function(){var l=Array.prototype.slice.call(arguments,0);return e.normalize(v(l,(function(l,e){if("string"!==typeof l)throw new TypeError("Arguments to path.join must be strings");return l})).join("/"))},e.relative=function(l,a){function u(l){for(var e=0;e=0;a--)if(""!==l[a])break;return e>a?[]:l.slice(e,a-e+1)}l=e.resolve(l).substr(1),a=e.resolve(a).substr(1);for(var v=u(l.split("/")),t=u(a.split("/")),b=Math.min(v.length,t.length),n=b,r=0;r=1;--t)if(e=l.charCodeAt(t),47===e){if(!v){u=t;break}}else v=!1;return-1===u?a?"/":".":a&&1===u?"/":l.slice(0,u)},e.basename=function(l,e){var a=u(l);return e&&a.substr(-1*e.length)===e&&(a=a.substr(0,a.length-e.length)),a},e.extname=function(l){"string"!==typeof l&&(l+="");for(var e=-1,a=0,u=-1,v=!0,t=0,b=l.length-1;b>=0;--b){var n=l.charCodeAt(b);if(47!==n)-1===u&&(v=!1,u=b+1),46===n?-1===e?e=b:1!==t&&(t=1):-1!==e&&(t=-1);else if(!v){a=b+1;break}}return-1===e||-1===u||0===t||1===t&&e===u-1&&e===a+1?"":l.slice(e,u)};var t="b"==="ab".substr(-1)?function(l,e,a){return l.substr(e,a)}:function(l,e,a){return e<0&&(e=l.length+e),l.substr(e,a)}}).call(this,a("4362"))},f0c5:function(l,e,a){"use strict";function u(l,e,a,u,v,t,b,n,r,o){var i,s="function"===typeof l?l.options:l;if(r){s.components||(s.components={});var c=Object.prototype.hasOwnProperty;for(var f in r)c.call(r,f)&&!c.call(s.components,f)&&(s.components[f]=r[f])}if(o&&((o.beforeCreate||(o.beforeCreate=[])).unshift((function(){this[o.__module]=this})),(s.mixins||(s.mixins=[])).push(o)),e&&(s.render=e,s.staticRenderFns=a,s._compiled=!0),u&&(s.functional=!0),t&&(s._scopeId="data-v-"+t),b?(i=function(l){l=l||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,l||"undefined"===typeof __VUE_SSR_CONTEXT__||(l=__VUE_SSR_CONTEXT__),v&&v.call(this,l),l&&l._registeredComponents&&l._registeredComponents.add(b)},s._ssrRegister=i):v&&(i=n?function(){v.call(this,this.$root.$options.shadowRoot)}:v),i)if(s.functional){s._injectStyles=i;var p=s.render;s.render=function(l,e){return i.call(e),p(l,e)}}else{var h=s.beforeCreate;s.beforeCreate=h?[].concat(h,i):[i]}return{exports:l,options:s}}a.d(e,"a",(function(){return u}))}}]); \ No newline at end of file + */!function(){"use strict";function t(e){if(e)d[0]=d[16]=d[1]=d[2]=d[3]=d[4]=d[5]=d[6]=d[7]=d[8]=d[9]=d[10]=d[11]=d[12]=d[13]=d[14]=d[15]=0,this.blocks=d,this.buffer8=l;else if(a){var u=new ArrayBuffer(68);this.buffer8=new Uint8Array(u),this.blocks=new Uint32Array(u)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}var r="input is invalid type",e="object"==typeof window,i=e?window:{};i.JS_MD5_NO_WINDOW&&(e=!1);var s=!e&&"object"==typeof self,h=!i.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;h?i=global:s&&(i=self);var f=!i.JS_MD5_NO_COMMON_JS&&"object"==typeof module&&module.exports,o=__webpack_require__("3c35"),a=!i.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,n="0123456789abcdef".split(""),u=[128,32768,8388608,-2147483648],y=[0,8,16,24],c=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),d=[],l;if(a){var A=new ArrayBuffer(68);l=new Uint8Array(A),d=new Uint32Array(A)}!i.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(l){return"[object Array]"===Object.prototype.toString.call(l)}),!a||!i.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(l){return"object"==typeof l&&l.buffer&&l.buffer.constructor===ArrayBuffer});var b=function(l){return function(e){return new t(!0).update(e)[l]()}},v=function(){var l=b("hex");h&&(l=w(l)),l.create=function(){return new t},l.update=function(e){return l.create().update(e)};for(var e=0;e>2]|=l[n]<>6,i[t++]=128|63&v):v<55296||v>=57344?(i[t++]=224|v>>12,i[t++]=128|v>>6&63,i[t++]=128|63&v):(v=65536+((1023&v)<<10|1023&l.charCodeAt(++n)),i[t++]=240|v>>18,i[t++]=128|v>>12&63,i[t++]=128|v>>6&63,i[t++]=128|63&v);else for(t=this.start;n>2]|=v<>2]|=(192|v>>6)<>2]|=(128|63&v)<=57344?(o[t>>2]|=(224|v>>12)<>2]|=(128|v>>6&63)<>2]|=(128|63&v)<>2]|=(240|v>>18)<>2]|=(128|v>>12&63)<>2]|=(128|v>>6&63)<>2]|=(128|63&v)<=64?(this.start=t-64,this.hash(),this.hashed=!0):this.start=t}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},t.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var l=this.blocks,e=this.lastByteIndex;l[e>>2]|=u[3&e],e>=56&&(this.hashed||this.hash(),l[0]=l[16],l[16]=l[1]=l[2]=l[3]=l[4]=l[5]=l[6]=l[7]=l[8]=l[9]=l[10]=l[11]=l[12]=l[13]=l[14]=l[15]=0),l[14]=this.bytes<<3,l[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},t.prototype.hash=function(){var l,e,a,u,v,t,n=this.blocks;this.first?e=((e=((l=((l=n[0]-680876937)<<7|l>>>25)-271733879<<0)^(a=((a=(-271733879^(u=((u=(-1732584194^2004318071&l)+n[1]-117830708)<<12|u>>>20)+l<<0)&(-271733879^l))+n[2]-1126478375)<<17|a>>>15)+u<<0)&(u^l))+n[3]-1316259209)<<22|e>>>10)+a<<0:(l=this.h0,e=this.h1,a=this.h2,e=((e+=((l=((l+=((u=this.h3)^e&(a^u))+n[0]-680876936)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+n[1]-389564586)<<12|u>>>20)+l<<0)&(l^e))+n[2]+606105819)<<17|a>>>15)+u<<0)&(u^l))+n[3]-1044525330)<<22|e>>>10)+a<<0),e=((e+=((l=((l+=(u^e&(a^u))+n[4]-176418897)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+n[5]+1200080426)<<12|u>>>20)+l<<0)&(l^e))+n[6]-1473231341)<<17|a>>>15)+u<<0)&(u^l))+n[7]-45705983)<<22|e>>>10)+a<<0,e=((e+=((l=((l+=(u^e&(a^u))+n[8]+1770035416)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+n[9]-1958414417)<<12|u>>>20)+l<<0)&(l^e))+n[10]-42063)<<17|a>>>15)+u<<0)&(u^l))+n[11]-1990404162)<<22|e>>>10)+a<<0,e=((e+=((l=((l+=(u^e&(a^u))+n[12]+1804603682)<<7|l>>>25)+e<<0)^(a=((a+=(e^(u=((u+=(a^l&(e^a))+n[13]-40341101)<<12|u>>>20)+l<<0)&(l^e))+n[14]-1502002290)<<17|a>>>15)+u<<0)&(u^l))+n[15]+1236535329)<<22|e>>>10)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+n[1]-165796510)<<5|l>>>27)+e<<0)^e))+n[6]-1069501632)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+n[11]+643717713)<<14|a>>>18)+u<<0)^u))+n[0]-373897302)<<20|e>>>12)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+n[5]-701558691)<<5|l>>>27)+e<<0)^e))+n[10]+38016083)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+n[15]-660478335)<<14|a>>>18)+u<<0)^u))+n[4]-405537848)<<20|e>>>12)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+n[9]+568446438)<<5|l>>>27)+e<<0)^e))+n[14]-1019803690)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+n[3]-187363961)<<14|a>>>18)+u<<0)^u))+n[8]+1163531501)<<20|e>>>12)+a<<0,e=((e+=((u=((u+=(e^a&((l=((l+=(a^u&(e^a))+n[13]-1444681467)<<5|l>>>27)+e<<0)^e))+n[2]-51403784)<<9|u>>>23)+l<<0)^l&((a=((a+=(l^e&(u^l))+n[7]+1735328473)<<14|a>>>18)+u<<0)^u))+n[12]-1926607734)<<20|e>>>12)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+n[5]-378558)<<4|l>>>28)+e<<0))+n[8]-2022574463)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+n[11]+1839030562)<<16|a>>>16)+u<<0))+n[14]-35309556)<<23|e>>>9)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+n[1]-1530992060)<<4|l>>>28)+e<<0))+n[4]+1272893353)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+n[7]-155497632)<<16|a>>>16)+u<<0))+n[10]-1094730640)<<23|e>>>9)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+n[13]+681279174)<<4|l>>>28)+e<<0))+n[0]-358537222)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+n[3]-722521979)<<16|a>>>16)+u<<0))+n[6]+76029189)<<23|e>>>9)+a<<0,e=((e+=((t=(u=((u+=((v=e^a)^(l=((l+=(v^u)+n[9]-640364487)<<4|l>>>28)+e<<0))+n[12]-421815835)<<11|u>>>21)+l<<0)^l)^(a=((a+=(t^e)+n[15]+530742520)<<16|a>>>16)+u<<0))+n[2]-995338651)<<23|e>>>9)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+n[0]-198630844)<<6|l>>>26)+e<<0)|~a))+n[7]+1126891415)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+n[14]-1416354905)<<15|a>>>17)+u<<0)|~l))+n[5]-57434055)<<21|e>>>11)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+n[12]+1700485571)<<6|l>>>26)+e<<0)|~a))+n[3]-1894986606)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+n[10]-1051523)<<15|a>>>17)+u<<0)|~l))+n[1]-2054922799)<<21|e>>>11)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+n[8]+1873313359)<<6|l>>>26)+e<<0)|~a))+n[15]-30611744)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+n[6]-1560198380)<<15|a>>>17)+u<<0)|~l))+n[13]+1309151649)<<21|e>>>11)+a<<0,e=((e+=((u=((u+=(e^((l=((l+=(a^(e|~u))+n[4]-145523070)<<6|l>>>26)+e<<0)|~a))+n[11]-1120210379)<<10|u>>>22)+l<<0)^((a=((a+=(l^(u|~e))+n[2]+718787259)<<15|a>>>17)+u<<0)|~l))+n[9]-343485551)<<21|e>>>11)+a<<0,this.first?(this.h0=l+1732584193<<0,this.h1=e-271733879<<0,this.h2=a-1732584194<<0,this.h3=u+271733878<<0,this.first=!1):(this.h0=this.h0+l<<0,this.h1=this.h1+e<<0,this.h2=this.h2+a<<0,this.h3=this.h3+u<<0)},t.prototype.hex=function(){this.finalize();var l=this.h0,e=this.h1,a=this.h2,u=this.h3;return n[l>>4&15]+n[15&l]+n[l>>12&15]+n[l>>8&15]+n[l>>20&15]+n[l>>16&15]+n[l>>28&15]+n[l>>24&15]+n[e>>4&15]+n[15&e]+n[e>>12&15]+n[e>>8&15]+n[e>>20&15]+n[e>>16&15]+n[e>>28&15]+n[e>>24&15]+n[a>>4&15]+n[15&a]+n[a>>12&15]+n[a>>8&15]+n[a>>20&15]+n[a>>16&15]+n[a>>28&15]+n[a>>24&15]+n[u>>4&15]+n[15&u]+n[u>>12&15]+n[u>>8&15]+n[u>>20&15]+n[u>>16&15]+n[u>>28&15]+n[u>>24&15]},t.prototype.toString=t.prototype.hex,t.prototype.digest=function(){this.finalize();var l=this.h0,e=this.h1,a=this.h2,u=this.h3;return[255&l,l>>8&255,l>>16&255,l>>24&255,255&e,e>>8&255,e>>16&255,e>>24&255,255&a,a>>8&255,a>>16&255,a>>24&255,255&u,u>>8&255,u>>16&255,u>>24&255]},t.prototype.array=t.prototype.digest,t.prototype.arrayBuffer=function(){this.finalize();var l=new ArrayBuffer(16),e=new Uint32Array(l);return e[0]=this.h0,e[1]=this.h1,e[2]=this.h2,e[3]=this.h3,l},t.prototype.buffer=t.prototype.arrayBuffer,t.prototype.base64=function(){for(var l,e,a,u="",v=this.array(),t=0;t<15;)l=v[t++],e=v[t++],a=v[t++],u+=p[l>>>2]+p[63&(l<<4|e>>>4)]+p[63&(e<<2|a>>>6)]+p[63&a];return l=v[t],u+(p[l>>>2]+p[l<<4&63]+"==")};var _=v();f?module.exports=_:(i.md5=_,o&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return _}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))}()}).call(this,__webpack_require__("4362"),__webpack_require__("c8ba"))},df7c:function(l,e,a){(function(l){function a(l,e){for(var a=0,u=l.length-1;u>=0;u--){var v=l[u];"."===v?l.splice(u,1):".."===v?(l.splice(u,1),a++):a&&(l.splice(u,1),a--)}if(e)for(;a--;a)l.unshift("..");return l}function u(l){"string"!==typeof l&&(l+="");var e,a=0,u=-1,v=!0;for(e=l.length-1;e>=0;--e)if(47===l.charCodeAt(e)){if(!v){a=e+1;break}}else-1===u&&(v=!1,u=e+1);return-1===u?"":l.slice(a,u)}function v(l,e){if(l.filter)return l.filter(e);for(var a=[],u=0;u=-1&&!u;t--){var n=t>=0?arguments[t]:l.cwd();if("string"!==typeof n)throw new TypeError("Arguments to path.resolve must be strings");n&&(e=n+"/"+e,u="/"===n.charAt(0))}return e=a(v(e.split("/"),(function(l){return!!l})),!u).join("/"),(u?"/":"")+e||"."},e.normalize=function(l){var u=e.isAbsolute(l),n="/"===t(l,-1);return l=a(v(l.split("/"),(function(l){return!!l})),!u).join("/"),l||u||(l="."),l&&n&&(l+="/"),(u?"/":"")+l},e.isAbsolute=function(l){return"/"===l.charAt(0)},e.join=function(){var l=Array.prototype.slice.call(arguments,0);return e.normalize(v(l,(function(l,e){if("string"!==typeof l)throw new TypeError("Arguments to path.join must be strings");return l})).join("/"))},e.relative=function(l,a){function u(l){for(var e=0;e=0;a--)if(""!==l[a])break;return e>a?[]:l.slice(e,a-e+1)}l=e.resolve(l).substr(1),a=e.resolve(a).substr(1);for(var v=u(l.split("/")),t=u(a.split("/")),n=Math.min(v.length,t.length),b=n,r=0;r=1;--t)if(e=l.charCodeAt(t),47===e){if(!v){u=t;break}}else v=!1;return-1===u?a?"/":".":a&&1===u?"/":l.slice(0,u)},e.basename=function(l,e){var a=u(l);return e&&a.substr(-1*e.length)===e&&(a=a.substr(0,a.length-e.length)),a},e.extname=function(l){"string"!==typeof l&&(l+="");for(var e=-1,a=0,u=-1,v=!0,t=0,n=l.length-1;n>=0;--n){var b=l.charCodeAt(n);if(47!==b)-1===u&&(v=!1,u=n+1),46===b?-1===e?e=n:1!==t&&(t=1):-1!==e&&(t=-1);else if(!v){a=n+1;break}}return-1===e||-1===u||0===t||1===t&&e===u-1&&e===a+1?"":l.slice(e,u)};var t="b"==="ab".substr(-1)?function(l,e,a){return l.substr(e,a)}:function(l,e,a){return e<0&&(e=l.length+e),l.substr(e,a)}}).call(this,a("4362"))},f0c5:function(l,e,a){"use strict";function u(l,e,a,u,v,t,n,b,r,o){var i,s="function"===typeof l?l.options:l;if(r){s.components||(s.components={});var c=Object.prototype.hasOwnProperty;for(var f in r)c.call(r,f)&&!c.call(s.components,f)&&(s.components[f]=r[f])}if(o&&((o.beforeCreate||(o.beforeCreate=[])).unshift((function(){this[o.__module]=this})),(s.mixins||(s.mixins=[])).push(o)),e&&(s.render=e,s.staticRenderFns=a,s._compiled=!0),u&&(s.functional=!0),t&&(s._scopeId="data-v-"+t),n?(i=function(l){l=l||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,l||"undefined"===typeof __VUE_SSR_CONTEXT__||(l=__VUE_SSR_CONTEXT__),v&&v.call(this,l),l&&l._registeredComponents&&l._registeredComponents.add(n)},s._ssrRegister=i):v&&(i=b?function(){v.call(this,this.$root.$options.shadowRoot)}:v),i)if(s.functional){s._injectStyles=i;var p=s.render;s.render=function(l,e){return i.call(e),p(l,e)}}else{var h=s.beforeCreate;s.beforeCreate=h?[].concat(h,i):[i]}return{exports:l,options:s}}a.d(e,"a",(function(){return u}))}}]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/components/Authorize.js b/unpackage/dist/build/mp-weixin/components/Authorize.js index f59277d..663ff19 100644 --- a/unpackage/dist/build/mp-weixin/components/Authorize.js +++ b/unpackage/dist/build/mp-weixin/components/Authorize.js @@ -1,4 +1,4 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/Authorize"],{"0a4b":function(t,e,n){"use strict";n.r(e);var o=n("72ff"),a=n("59bb");for(var u in a)"default"!==u&&function(t){n.d(e,t,(function(){return a[t]}))}(u);n("81e1");var r,i=n("f0c5"),c=Object(i["a"])(a["default"],o["b"],o["c"],!1,null,"3fc093ae",null,!1,o["a"],r);e["default"]=c.exports},"59bb":function(t,e,n){"use strict";n.r(e);var o=n("f094"),a=n.n(o);for(var u in o)"default"!==u&&function(t){n.d(e,t,(function(){return o[t]}))}(u);e["default"]=a.a},"72ff":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){return o}));var a=function(){var t=this,e=t.$createElement;t._self._c},u=[]},"81e1":function(t,e,n){"use strict";var o=n("e652"),a=n.n(o);a.a},e652:function(t,e,n){},f094:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("524d"),a=getApp(),u={name:"Authorize",data:function(){return{isShowAuth:!1}},watch:{isLogin:function(t){!0===t&&this.$emit("onLoadFun",this.userInfo)}},created:function(){this.iscode()},methods:{iscode:function(){a.globalData.userInfo||(this.isShowAuth=!0)},getuserinfo:function(){t.showLoading({title:"正在登录中"});var e=this;wx.login({success:function(n){if(n.code){n.code;wx.getUserInfo({success:function(n){var u={openId:a.globalData.openId,iv:n.iv,encryptedData:n.encryptedData};(0,o.getUserInfo)(u).then((function(n){"000000"==n.return_code?(t.hideLoading(),a.globalData.userInfo=n.return_data.object.highUser,a.globalData.token=n.return_data.uniqueCode,e.isShowAuth=!1,t.setStorage({key:"user",data:n.return_data.object.highUser}),t.setStorage({key:"token",data:n.return_data.uniqueCode}),t.reLaunch({url:"/pages/tabBar/user/user"})):t.showToast({title:n.return_msg})}))},fail:function(e){t.showToast({title:"微信登录授权失败",icon:"none"})}})}}}),e.isShowAuth=!1},close:function(){t.reLaunch({url:"/pages/tabBar/home/home"})}}};e.default=u}).call(this,n("543d")["default"])}}]); +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/Authorize"],{"0758":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){return o}));var a=function(){var t=this,e=t.$createElement;t._self._c},u=[]},"0a4b":function(t,e,n){"use strict";n.r(e);var o=n("0758"),a=n("59bb");for(var u in a)"default"!==u&&function(t){n.d(e,t,(function(){return a[t]}))}(u);n("f5e5");var r,i=n("f0c5"),c=Object(i["a"])(a["default"],o["b"],o["c"],!1,null,"46b4a9d1",null,!1,o["a"],r);e["default"]=c.exports},"30bf":function(t,e,n){},"59bb":function(t,e,n){"use strict";n.r(e);var o=n("f094"),a=n.n(o);for(var u in o)"default"!==u&&function(t){n.d(e,t,(function(){return o[t]}))}(u);e["default"]=a.a},f094:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("524d"),a=getApp(),u={name:"Authorize",data:function(){return{isShowAuth:!1}},watch:{isLogin:function(t){!0===t&&this.$emit("onLoadFun",this.userInfo)}},created:function(){this.iscode()},methods:{iscode:function(){a.globalData.userInfo||(this.isShowAuth=!0)},getuserinfo:function(){t.showLoading({title:"正在登录中"});var e=this;wx.login({success:function(n){if(n.code){n.code;wx.getUserInfo({success:function(n){var u={openId:a.globalData.openId,iv:n.iv,encryptedData:n.encryptedData};(0,o.getUserInfo)(u).then((function(n){"000000"==n.return_code?(t.hideLoading(),a.globalData.userInfo=n.return_data.object.highUser,a.globalData.token=n.return_data.uniqueCode,e.isShowAuth=!1,t.setStorage({key:"user",data:n.return_data.object.highUser}),t.setStorage({key:"token",data:n.return_data.uniqueCode}),t.reLaunch({url:"/pages/tabBar/user/user"})):t.showToast({title:n.return_msg})}))},fail:function(e){t.showToast({title:"微信登录授权失败",icon:"none"})}})}}}),e.isShowAuth=!1},close:function(){t.reLaunch({url:"/pages/tabBar/home/home"})}}};e.default=u}).call(this,n("543d")["default"])},f5e5:function(t,e,n){"use strict";var o=n("30bf"),a=n.n(o);a.a}}]); ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([ 'components/Authorize-create-component', { diff --git a/unpackage/dist/build/mp-weixin/components/Authorize.wxml b/unpackage/dist/build/mp-weixin/components/Authorize.wxml index fad7edd..9091107 100644 --- a/unpackage/dist/build/mp-weixin/components/Authorize.wxml +++ b/unpackage/dist/build/mp-weixin/components/Authorize.wxml @@ -1 +1 @@ -授权提醒请授权头像等信息,以便为您提供更好的服务随便逛逛 \ No newline at end of file +授权提醒请授权头像等信息,以便为您提供更好的服务随便逛逛 \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/components/Authorize.wxss b/unpackage/dist/build/mp-weixin/components/Authorize.wxss index c9bd78a..42f4bb1 100644 --- a/unpackage/dist/build/mp-weixin/components/Authorize.wxss +++ b/unpackage/dist/build/mp-weixin/components/Authorize.wxss @@ -1 +1 @@ -.font12.data-v-3fc093ae{font-size:12px}.font13.data-v-3fc093ae{font-size:13px}.font14.data-v-3fc093ae{font-size:14px}.font15.data-v-3fc093ae{font-size:15px}.font16.data-v-3fc093ae{font-size:16px}.font18.data-v-3fc093ae{font-size:18px}.font20.data-v-3fc093ae{font-size:20px}.font24.data-v-3fc093ae{font-size:24px}.font28.data-v-3fc093ae{font-size:28px}.fontwig6.data-v-3fc093ae{font-weight:600}.fontspec.data-v-3fc093ae{letter-spacing:1px}.linehet.data-v-3fc093ae{line-height:20px}.fotlt.data-v-3fc093ae{text-align:left}.fotrt.data-v-3fc093ae{text-align:right}.fotct.data-v-3fc093ae{text-align:center}.margle.data-v-3fc093ae{margin-left:6px}.marglerig.data-v-3fc093ae{margin-right:5px}.verc.data-v-3fc093ae{vertical-align:middle}.versub.data-v-3fc093ae{vertical-align:sub}.text1.data-v-3fc093ae{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2.data-v-3fc093ae{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333.data-v-3fc093ae{color:#333}.fcorfff.data-v-3fc093ae{color:#fff}.fcor666.data-v-3fc093ae{color:#666}.fcor999.data-v-3fc093ae{color:#b2b2b2}.fcor089.data-v-3fc093ae{color:#089bf5}.fcoreb5.data-v-3fc093ae{color:#eb5823}.fcorred.data-v-3fc093ae{color:red}.fcor41c.data-v-3fc093ae{color:#41cda2}.backcor9.data-v-3fc093ae{background-color:#f6f6f6}.backcor89.data-v-3fc093ae{background-color:#089bf5}.backcorfff.data-v-3fc093ae{background-color:#fff}.backshare.data-v-3fc093ae{background:transparent}.width90.data-v-3fc093ae{width:90%;margin-left:5%}.width80.data-v-3fc093ae{width:80%;margin-left:10%}.width70.data-v-3fc093ae{width:70%}.width15.data-v-3fc093ae{width:15%}.width50.data-v-3fc093ae{width:50%}.width60.data-v-3fc093ae{width:65%;margin-left:5%}.width30.data-v-3fc093ae{width:30%}.width95.data-v-3fc093ae{width:95%}.width100.data-v-3fc093ae{width:100%}.bor-botm1.data-v-3fc093ae{border-bottom:1px solid #f4f4f4}.height45.data-v-3fc093ae{height:45px}.height40.data-v-3fc093ae{height:40px}.height22.data-v-3fc093ae{height:22px}.height100.data-v-3fc093ae{height:100%}.height10.data-v-3fc093ae{height:10px}.height60.data-v-3fc093ae{height:60px}.height30.data-v-3fc093ae{height:30px;line-height:30px}.height40.data-v-3fc093ae{height:40px;line-height:40px}.height20.data-v-3fc093ae{height:20px;line-height:20px}.height50.data-v-3fc093ae{height:50px;line-height:50px}.mart90.data-v-3fc093ae{margin-top:90px}.mart60.data-v-3fc093ae{margin-top:60px}.mart50.data-v-3fc093ae{margin-top:50px}.mart40.data-v-3fc093ae{margin-top:40px}.mart30.data-v-3fc093ae{margin-top:30px}.mart15.data-v-3fc093ae{margin-top:15px}.mart20.data-v-3fc093ae{margin-top:20px}.mart10.data-v-3fc093ae{margin-top:10px}.mart5.data-v-3fc093ae{margin-top:5px}.marb65.data-v-3fc093ae{margin-bottom:65px}.marb50.data-v-3fc093ae{margin-bottom:50px}.marb40.data-v-3fc093ae{margin-bottom:40px}.marb30.data-v-3fc093ae{margin-bottom:30px}.marb20.data-v-3fc093ae{margin-bottom:20px}.marb10.data-v-3fc093ae{margin-bottom:10px}.marb5.data-v-3fc093ae{margin-bottom:5px}.paddtop10.data-v-3fc093ae{padding-top:10px}.paading10.data-v-3fc093ae{padding:10px}.paddtop13.data-v-3fc093ae{padding-top:13px}.paddleft10.data-v-3fc093ae{padding-left:10px}.padleft15.data-v-3fc093ae{padding-left:15px}.paddtright10.data-v-3fc093ae{padding-right:10px}.paddbotm10.data-v-3fc093ae{padding-bottom:10px}.flleft.data-v-3fc093ae{float:left}.flright.data-v-3fc093ae{float:right}.btnw70.data-v-3fc093ae{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1.data-v-3fc093ae{height:1px;background-color:#f4f4f4}.line10.data-v-3fc093ae{height:10px;background-color:#f4f4f4}.line1089.data-v-3fc093ae{height:10px;background-color:#089bf5}.displ.data-v-3fc093ae{display:inline-block}.Popup.data-v-3fc093ae{width:500rpx;background-color:#fff;position:fixed;top:50%;left:50%;margin-left:-250rpx;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:320}.Popup .logo-auth.data-v-3fc093ae{z-index:-1;position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:150rpx;height:150rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border:8rpx solid #fff;border-radius:50%;background:#fff}.Popup image.data-v-3fc093ae{height:80rpx;margin-top:-54rpx}.Popup .title.data-v-3fc093ae{font-size:28rpx;color:#000;text-align:center;margin-top:30rpx}.Popup .tip.data-v-3fc093ae{font-size:22rpx;color:#555;padding:0 24rpx;margin-top:25rpx}.Popup .bottom .item.data-v-3fc093ae{width:50%;height:80rpx;background-color:#eee;text-align:center;line-height:80rpx;font-size:24rpx;color:#666;margin-top:54rpx}.Popup .bottom .item.on.data-v-3fc093ae{width:100%}.flex.data-v-3fc093ae{display:-webkit-box;display:-webkit-flex;display:flex}.Popup .bottom .item.grant.data-v-3fc093ae{font-size:28rpx;color:#fff;font-weight:700;background-color:#a1bac5;border-radius:0;padding:0}.mask.data-v-3fc093ae{position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.65);z-index:310} \ No newline at end of file +.font12.data-v-46b4a9d1{font-size:12px}.font13.data-v-46b4a9d1{font-size:13px}.font14.data-v-46b4a9d1{font-size:14px}.font15.data-v-46b4a9d1{font-size:15px}.font16.data-v-46b4a9d1{font-size:16px}.font18.data-v-46b4a9d1{font-size:18px}.font20.data-v-46b4a9d1{font-size:20px}.font24.data-v-46b4a9d1{font-size:24px}.font28.data-v-46b4a9d1{font-size:28px}.fontwig6.data-v-46b4a9d1{font-weight:600}.fontspec.data-v-46b4a9d1{letter-spacing:1px}.linehet.data-v-46b4a9d1{line-height:20px}.fotlt.data-v-46b4a9d1{text-align:left}.fotrt.data-v-46b4a9d1{text-align:right}.fotct.data-v-46b4a9d1{text-align:center}.margle.data-v-46b4a9d1{margin-left:6px}.marglerig.data-v-46b4a9d1{margin-right:5px}.verc.data-v-46b4a9d1{vertical-align:middle}.versub.data-v-46b4a9d1{vertical-align:sub}.text1.data-v-46b4a9d1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2.data-v-46b4a9d1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333.data-v-46b4a9d1{color:#333}.fcorfff.data-v-46b4a9d1{color:#fff}.fcor666.data-v-46b4a9d1{color:#666}.fcor999.data-v-46b4a9d1{color:#b2b2b2}.fcor089.data-v-46b4a9d1{color:#089bf5}.fcoreb5.data-v-46b4a9d1{color:#eb5823}.fcorred.data-v-46b4a9d1{color:red}.fcor41c.data-v-46b4a9d1{color:#41cda2}.backcor9.data-v-46b4a9d1{background-color:#f6f6f6}.backcor9.data-v-46b4a9d1{background-color:#f6f6f6}.backcorf06.data-v-46b4a9d1{background-color:#f06c7a}.backcor89.data-v-46b4a9d1{background-color:#089bf5}.backcorfff.data-v-46b4a9d1{background-color:#fff}.backshare.data-v-46b4a9d1{background:transparent}.width90.data-v-46b4a9d1{width:90%;margin-left:5%}.width80.data-v-46b4a9d1{width:80%;margin-left:10%}.width70.data-v-46b4a9d1{width:70%}.width15.data-v-46b4a9d1{width:15%}.width50.data-v-46b4a9d1{width:50%}.width60.data-v-46b4a9d1{width:65%;margin-left:5%}.width30.data-v-46b4a9d1{width:30%}.width95.data-v-46b4a9d1{width:95%}.width100.data-v-46b4a9d1{width:100%}.bor-botm1.data-v-46b4a9d1{border-bottom:1px solid #f4f4f4}.height45.data-v-46b4a9d1{height:45px}.height40.data-v-46b4a9d1{height:40px}.height22.data-v-46b4a9d1{height:22px}.height100.data-v-46b4a9d1{height:100%}.height10.data-v-46b4a9d1{height:10px}.height60.data-v-46b4a9d1{height:60px}.height30.data-v-46b4a9d1{height:30px;line-height:30px}.height40.data-v-46b4a9d1{height:40px;line-height:40px}.height20.data-v-46b4a9d1{height:20px;line-height:20px}.height50.data-v-46b4a9d1{height:50px;line-height:50px}.mart90.data-v-46b4a9d1{margin-top:90px}.mart60.data-v-46b4a9d1{margin-top:60px}.mart50.data-v-46b4a9d1{margin-top:50px}.mart40.data-v-46b4a9d1{margin-top:40px}.mart30.data-v-46b4a9d1{margin-top:30px}.mart15.data-v-46b4a9d1{margin-top:15px}.mart20.data-v-46b4a9d1{margin-top:20px}.mart10.data-v-46b4a9d1{margin-top:10px}.mart5.data-v-46b4a9d1{margin-top:5px}.marb65.data-v-46b4a9d1{margin-bottom:65px}.marb50.data-v-46b4a9d1{margin-bottom:50px}.marb40.data-v-46b4a9d1{margin-bottom:40px}.marb30.data-v-46b4a9d1{margin-bottom:30px}.marb20.data-v-46b4a9d1{margin-bottom:20px}.marb10.data-v-46b4a9d1{margin-bottom:10px}.marb5.data-v-46b4a9d1{margin-bottom:5px}.paddtop10.data-v-46b4a9d1{padding-top:10px}.paading10.data-v-46b4a9d1{padding:10px}.paddtop13.data-v-46b4a9d1{padding-top:13px}.paddleft10.data-v-46b4a9d1{padding-left:10px}.padleft15.data-v-46b4a9d1{padding-left:15px}.paddtright10.data-v-46b4a9d1{padding-right:10px}.paddbotm10.data-v-46b4a9d1{padding-bottom:10px}.flleft.data-v-46b4a9d1{float:left}.flright.data-v-46b4a9d1{float:right}.btnw70.data-v-46b4a9d1{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1.data-v-46b4a9d1{height:1px;background-color:#f4f4f4}.line10.data-v-46b4a9d1{height:10px;background-color:#f4f4f4}.line1089.data-v-46b4a9d1{height:10px;background-color:#089bf5}.displ.data-v-46b4a9d1{display:inline-block}.Popup.data-v-46b4a9d1{width:500rpx;background-color:#fff;position:fixed;top:50%;left:50%;margin-left:-250rpx;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:320}.Popup .logo-auth.data-v-46b4a9d1{z-index:-1;position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:150rpx;height:150rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border:8rpx solid #fff;border-radius:50%;background:#fff}.Popup image.data-v-46b4a9d1{height:80rpx;margin-top:-54rpx}.Popup .title.data-v-46b4a9d1{font-size:28rpx;color:#000;text-align:center;margin-top:30rpx}.Popup .tip.data-v-46b4a9d1{font-size:22rpx;color:#555;padding:0 24rpx;margin-top:25rpx}.Popup .bottom .item.data-v-46b4a9d1{width:50%;height:80rpx;background-color:#eee;text-align:center;line-height:80rpx;font-size:24rpx;color:#666;margin-top:54rpx}.Popup .bottom .item.on.data-v-46b4a9d1{width:100%}.flex.data-v-46b4a9d1{display:-webkit-box;display:-webkit-flex;display:flex}.Popup .bottom .item.grant.data-v-46b4a9d1{font-size:28rpx;color:#fff;font-weight:700;background-color:#a1bac5;border-radius:0;padding:0}.mask.data-v-46b4a9d1{position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.65);z-index:310} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/components/mehaotian-search-revision/mehaotian-search-revision.wxss b/unpackage/dist/build/mp-weixin/components/mehaotian-search-revision/mehaotian-search-revision.wxss index 6ff4361..a1aef1a 100644 --- a/unpackage/dist/build/mp-weixin/components/mehaotian-search-revision/mehaotian-search-revision.wxss +++ b/unpackage/dist/build/mp-weixin/components/mehaotian-search-revision/mehaotian-search-revision.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.serach{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;box-sizing:border-box;font-size:28rpx}.serach .content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;height:60rpx;background:#fff;overflow:hidden;-webkit-transition:all .2s linear;transition:all .2s linear;border-radius:30px}.serach .content .content-box{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.serach .content .content-box.center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.serach .content .content-box .icon{padding:0 15rpx}.serach .content .content-box .icon.icon-shanchu1{font-size:38rpx}.serach .content .content-box .icon.icon-shanchu1:before{content:"\e63c"}.serach .content .content-box .icon.icon-shanchu11:before{content:"\e67d"}.serach .content .content-box .input{width:100%;max-width:100%;line-height:60rpx;height:60rpx;-webkit-transition:all .2s linear;transition:all .2s linear}.serach .content .content-box .input.center{width:200rpx}.serach .content .content-box .input.sub{width:auto;color:grey}.serach .content .serachBtn{height:100%;-webkit-flex-shrink:0;flex-shrink:0;padding:0 30rpx;background:-webkit-linear-gradient(left,#ff9801,#ff570a);background:linear-gradient(90deg,#ff9801,#ff570a);line-height:60rpx;color:#fff;-webkit-transition:all .3s;transition:all .3s}.serach .button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:0;-webkit-transition:all .2s linear;transition:all .2s linear;white-space:nowrap;overflow:hidden}.serach .button.active{padding-left:15rpx;width:100rpx}@font-face{font-family:iconfont;src:url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAOsAAsAAAAACEQAAANgAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqEJIM/ATYCJAMMCwgABCAFhG0HPhsNB1GU7UmJ7GuoApfOQUpYrKcJIgBWAcDFERMCvGHHmPjox3uPwQ0A4uG//Wj3zcyfVUu7STWKk9WaSikkiKRA59AJkWwS2t//tZ1iIZL2Oh5Jpkn7yf6J74ZYpGVSIkRIVHqCZwgQbMARBJjzGCg+NLcQ92SS9RpLbB21jtfXzdu7d759qqI5cg2+3jI2f0EJhGhi9RqdUM0+VTGbhBCZ/Z/DpU2Q5fNblssck6NeFMeBbB5jWLQ10AI5IL9leK1L4aBPE+g2pUY+ObPaSiUFmRSIxw8cQyplNEpDfugUasXKIt5pdKY36TPJ2+D38UsnOkmajMw8e3dsS72vO1/Lt7vpIXCnM0FeR8YySSFuV1quUqPIMlW3KdGa06sipKn8bUvAsWR1o/94iahIbi+YB3G6KC6nE3yNDVLXb6MOiH3A7ieMHU2urCoReeSE6SFd75ksp092tix8ZZUJcsqxZEoJe++le1+ujWSjLS/1Ut7hB32bZz2bL90cq6u228vIpfvGhY5DsSRFZHNXcnllV7DSkifvx23wlkbKyOy+AsCw+CkmfEDs3xNHN5qELq/Peg7SgwmA6XegqDLBDIsX+Bm86IL/x5SGIHRbp5sxG02DiKv0cQsoUSi4Cl4u2EegQhHLh5Ws/CGAFXuiy4MKmpjM69rzEEdHTnCsA9HfRSNCQUVMMHe2mKT/BVf+/UpBuWuBC0g9sbAHsGoXECeiRFWFQWoewqyyCyS0W0V+HcR2cpvpx/6Nx7uP350B39lTwJctVIHfXafztq3Bb+R2LCsWn2hzMTic43izG35VOKHbMmjBMew7XDbWOZfQaSyBpMMkZJ2mkQW7DI0e21B12oduS6bre4wgqihdWPREEAa9IOn3EbJBb2TBfqAx7g/VYGTodjnYscdsPOjuJRqMNpgX8KwkFkzPlTB/jc4hNCjND0h7pNzzQ3t1PR+fYow0xZz86HSYBQhKIpig8zAME0gp8dHihsucdptrd6tu1LCSSKo4RpCBIRswXQCPJRETXm1WKXx/DTkOQgZqKGky7iGS85oHbQ2tDsipJO5UcivX5I4cHYwJQCCJCJggEwppJAHS6mE+ZGEN7oBQqquJK4muksbysuj91kE3ckGOFDmKzlf3jdhyD+1yaG6TAA==")}.icon{font-family:iconfont;font-size:32rpx;font-style:normal;color:#999} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.serach{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;box-sizing:border-box;font-size:28rpx}.serach .content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;height:60rpx;background:#fff;overflow:hidden;-webkit-transition:all .2s linear;transition:all .2s linear;border-radius:30px}.serach .content .content-box{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.serach .content .content-box.center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.serach .content .content-box .icon{padding:0 15rpx}.serach .content .content-box .icon.icon-shanchu1{font-size:38rpx}.serach .content .content-box .icon.icon-shanchu1:before{content:"\e63c"}.serach .content .content-box .icon.icon-shanchu11:before{content:"\e67d"}.serach .content .content-box .input{width:100%;max-width:100%;line-height:60rpx;height:60rpx;-webkit-transition:all .2s linear;transition:all .2s linear}.serach .content .content-box .input.center{width:200rpx}.serach .content .content-box .input.sub{width:auto;color:grey}.serach .content .serachBtn{height:100%;-webkit-flex-shrink:0;flex-shrink:0;padding:0 30rpx;background:-webkit-linear-gradient(left,#ff9801,#ff570a);background:linear-gradient(90deg,#ff9801,#ff570a);line-height:60rpx;color:#fff;-webkit-transition:all .3s;transition:all .3s}.serach .button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:0;-webkit-transition:all .2s linear;transition:all .2s linear;white-space:nowrap;overflow:hidden}.serach .button.active{padding-left:15rpx;width:100rpx}@font-face{font-family:iconfont;src:url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAOsAAsAAAAACEQAAANgAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqEJIM/ATYCJAMMCwgABCAFhG0HPhsNB1GU7UmJ7GuoApfOQUpYrKcJIgBWAcDFERMCvGHHmPjox3uPwQ0A4uG//Wj3zcyfVUu7STWKk9WaSikkiKRA59AJkWwS2t//tZ1iIZL2Oh5Jpkn7yf6J74ZYpGVSIkRIVHqCZwgQbMARBJjzGCg+NLcQ92SS9RpLbB21jtfXzdu7d759qqI5cg2+3jI2f0EJhGhi9RqdUM0+VTGbhBCZ/Z/DpU2Q5fNblssck6NeFMeBbB5jWLQ10AI5IL9leK1L4aBPE+g2pUY+ObPaSiUFmRSIxw8cQyplNEpDfugUasXKIt5pdKY36TPJ2+D38UsnOkmajMw8e3dsS72vO1/Lt7vpIXCnM0FeR8YySSFuV1quUqPIMlW3KdGa06sipKn8bUvAsWR1o/94iahIbi+YB3G6KC6nE3yNDVLXb6MOiH3A7ieMHU2urCoReeSE6SFd75ksp092tix8ZZUJcsqxZEoJe++le1+ujWSjLS/1Ut7hB32bZz2bL90cq6u228vIpfvGhY5DsSRFZHNXcnllV7DSkifvx23wlkbKyOy+AsCw+CkmfEDs3xNHN5qELq/Peg7SgwmA6XegqDLBDIsX+Bm86IL/x5SGIHRbp5sxG02DiKv0cQsoUSi4Cl4u2EegQhHLh5Ws/CGAFXuiy4MKmpjM69rzEEdHTnCsA9HfRSNCQUVMMHe2mKT/BVf+/UpBuWuBC0g9sbAHsGoXECeiRFWFQWoewqyyCyS0W0V+HcR2cpvpx/6Nx7uP350B39lTwJctVIHfXafztq3Bb+R2LCsWn2hzMTic43izG35VOKHbMmjBMew7XDbWOZfQaSyBpMMkZJ2mkQW7DI0e21B12oduS6bre4wgqihdWPREEAa9IOn3EbJBb2TBfqAx7g/VYGTodjnYscdsPOjuJRqMNpgX8KwkFkzPlTB/jc4hNCjND0h7pNzzQ3t1PR+fYow0xZz86HSYBQhKIpig8zAME0gp8dHihsucdptrd6tu1LCSSKo4RpCBIRswXQCPJRETXm1WKXx/DTkOQgZqKGky7iGS85oHbQ2tDsipJO5UcivX5I4cHYwJQCCJCJggEwppJAHS6mE+ZGEN7oBQqquJK4muksbysuj91kE3ckGOFDmKzlf3jdhyD+1yaG6TAA==")}.icon{font-family:iconfont;font-size:32rpx;font-style:normal;color:#999} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.js b/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.js index 79f3300..9c78ba3 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.js +++ b/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/HM-search/HM-search"],{"16a2":function(t,e,o){"use strict";var n=o("faca"),i=o.n(n);i.a},"50d0":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o("524d"),i=getApp(),r=function(){o.e("components/mehaotian-search-revision/mehaotian-search-revision").then(function(){return resolve(o("2c1c"))}.bind(null,o)).catch(o.oe)},a={data:function(){return{defaultKeyword:"",keyword:"",oldKeywordList:[],hotKeywordList:[],keywordList:[],forbid:"",isShowKeywordList:!1,imageUrl:i.globalData.imgUrl,productList:[],pageNum:1,pageSize:10}},onLoad:function(){this.init()},components:{mSearch:r},methods:{getCouponList:function(){var e=this;t.showLoading({});var o={regionId:i.globalData.cityId,pageNum:this.pageNum,couponName:this.keyword,pageSize:this.pageSize};(0,n.getCouponList)(o).then((function(o){"000000"==o.return_code?(t.hideLoading(),e.productList=o.return_data.list):(e.productList=[],t.hideLoading())}))},init:function(){this.loadDefaultKeyword()},blur:function(){t.hideKeyboard()},loadDefaultKeyword:function(){this.defaultKeyword="默认关键字"},loadOldKeyword:function(){var e=this;t.getStorage({key:"OldKeys",success:function(t){var o=JSON.parse(t.data);e.oldKeywordList=o}})},inputChange:function(t){var e=t.detail?t.detail.value:t;if(!e)return this.keywordList=[],void(this.isShowKeywordList=!1);this.isShowKeywordList=!0,this.getCouponList()},drawCorrelativeKeyword:function(t,e){for(var o=t.length,n=[],i=0;i"+e+"");a="
"+a+"
";var s={keyword:r[0],htmlStr:a};n.push(s)}return n},setKeyword:function(t){this.keyword=this.keywordList[t].keyword},oldDelete:function(){var e=this;t.showModal({content:"确定清除历史搜索记录?",success:function(o){o.confirm?(console.log("用户点击确定"),e.oldKeywordList=[],t.removeStorage({key:"OldKeys"})):o.cancel&&console.log("用户点击取消")}})},hotToggle:function(){this.forbid=this.forbid?"":"_forbid"},doSearch:function(t){t=!1===t?this.keyword:t,this.keyword=t,this.getCouponList()},saveKeyword:function(e){var o=this;t.getStorage({key:"OldKeys",success:function(n){var i=JSON.parse(n.data),r=i.indexOf(e);-1==r||i.splice(r,1),i.unshift(e),i.length>10&&i.pop(),t.setStorage({key:"OldKeys",data:JSON.stringify(i)}),o.oldKeywordList=i},fail:function(n){var i=[e];t.setStorage({key:"OldKeys",data:JSON.stringify(i)}),o.oldKeywordList=i}})}}};e.default=a}).call(this,o("543d")["default"])},"921b":function(t,e,o){"use strict";o.r(e);var n=o("ab02"),i=o("c92d");for(var r in i)"default"!==r&&function(t){o.d(e,t,(function(){return i[t]}))}(r);o("16a2");var a,s=o("f0c5"),d=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],a);e["default"]=d.exports},ab02:function(t,e,o){"use strict";var n;o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return r})),o.d(e,"a",(function(){return n}));var i=function(){var t=this,e=t.$createElement;t._self._c},r=[]},c92d:function(t,e,o){"use strict";o.r(e);var n=o("50d0"),i=o.n(n);for(var r in n)"default"!==r&&function(t){o.d(e,t,(function(){return n[t]}))}(r);e["default"]=i.a},f6b1:function(t,e,o){"use strict";(function(t){o("185d");n(o("66fd"));var e=n(o("921b"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},faca:function(t,e,o){}},[["f6b1","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/HM-search/HM-search"],{"16a2":function(t,e,o){"use strict";var i=o("faca"),n=o.n(i);n.a},2402:function(t,e,o){"use strict";var i;o.d(e,"b",(function(){return n})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){return i}));var n=function(){var t=this,e=t.$createElement;t._self._c},a=[]},"50d0":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=o("524d"),n=getApp(),a=function(){o.e("components/mehaotian-search-revision/mehaotian-search-revision").then(function(){return resolve(o("2c1c"))}.bind(null,o)).catch(o.oe)},r={data:function(){return{defaultKeyword:"",keyword:"",oldKeywordList:[],hotKeywordList:[],keywordList:[],forbid:"",isShowKeywordList:!1,imageUrl:n.globalData.imgUrl,productList:[],pageNum:1,pageSize:10,isNoMoreData:!1,loadingText:""}},onLoad:function(){this.init()},components:{mSearch:a},onReachBottom:function(){this.getCouponList()},methods:{toGoods:function(e){t.navigateTo({url:"../../goods/goods?id="+e})},getCouponList:function(){var e=this;if(t.showLoading({title:"加载中..."}),this.isNoMoreData)return t.hideLoading(),this.loadingText="到底了",!1;var o=this.pageNum,a={regionId:n.globalData.cityId,pageNum:o,couponName:this.keyword,pageSize:this.pageSize};(0,i.getCouponList)(a).then((function(i){"000000"==i.return_code?(t.hideLoading(),e.isNoMoreData=i.return_data.list.length!=e.pageSize,e.pageNum=i.return_data.list.length==e.pageSize?++o:o,e.productList=e.productList.concat(i.return_data.list)):(e.productList=[],t.hideLoading())}))},init:function(){this.loadDefaultKeyword()},blur:function(){t.hideKeyboard()},loadDefaultKeyword:function(){this.defaultKeyword="默认关键字"},loadOldKeyword:function(){var e=this;t.getStorage({key:"OldKeys",success:function(t){var o=JSON.parse(t.data);e.oldKeywordList=o}})},inputChange:function(t){var e=t.detail?t.detail.value:t;if(!e)return this.keywordList=[],void(this.isShowKeywordList=!1);this.isShowKeywordList=!0,this.getCouponList()},drawCorrelativeKeyword:function(t,e){for(var o=t.length,i=[],n=0;n"+e+"");r="
"+r+"
";var s={keyword:a[0],htmlStr:r};i.push(s)}return i},setKeyword:function(t){this.keyword=this.keywordList[t].keyword},oldDelete:function(){var e=this;t.showModal({content:"确定清除历史搜索记录?",success:function(o){o.confirm?(console.log("用户点击确定"),e.oldKeywordList=[],t.removeStorage({key:"OldKeys"})):o.cancel&&console.log("用户点击取消")}})},hotToggle:function(){this.forbid=this.forbid?"":"_forbid"},doSearch:function(t){t=!1===t?this.keyword:t,this.keyword=t,this.pageNum=1,this.getCouponList()},saveKeyword:function(e){var o=this;t.getStorage({key:"OldKeys",success:function(i){var n=JSON.parse(i.data),a=n.indexOf(e);-1==a||n.splice(a,1),n.unshift(e),n.length>10&&n.pop(),t.setStorage({key:"OldKeys",data:JSON.stringify(n)}),o.oldKeywordList=n},fail:function(i){var n=[e];t.setStorage({key:"OldKeys",data:JSON.stringify(n)}),o.oldKeywordList=n}})}}};e.default=r}).call(this,o("543d")["default"])},"921b":function(t,e,o){"use strict";o.r(e);var i=o("2402"),n=o("c92d");for(var a in n)"default"!==a&&function(t){o.d(e,t,(function(){return n[t]}))}(a);o("16a2");var r,s=o("f0c5"),d=Object(s["a"])(n["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],r);e["default"]=d.exports},c92d:function(t,e,o){"use strict";o.r(e);var i=o("50d0"),n=o.n(i);for(var a in i)"default"!==a&&function(t){o.d(e,t,(function(){return i[t]}))}(a);e["default"]=n.a},f6b1:function(t,e,o){"use strict";(function(t){o("185d");i(o("66fd"));var e=i(o("921b"));function i(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},faca:function(t,e,o){}},[["f6b1","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxml b/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxml index 63b19c4..8233d93 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxml +++ b/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxml @@ -1 +1 @@ - \ No newline at end of file +{{loadingText}} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxss b/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxss index cd98d8b..1a6e4f0 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/HM-search/HM-search.wxss @@ -1,2 +1,2 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:block}.product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px}.search-box{width:95%;background-color:#f2f2f2;padding:15rpx 2.5%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0}.search-box .mSearch-input-box{width:100%}.search-box .input-box{width:85%;-webkit-flex-shrink:1;flex-shrink:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.search-box .search-btn{width:15%;margin:0 0 0 2%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;font-size:28rpx;color:#fff;background:-webkit-linear-gradient(left,#ff9801,#ff570a);background:linear-gradient(90deg,#ff9801,#ff570a);border-radius:60rpx}.search-box .input-box > input{width:100%;height:60rpx;font-size:32rpx;border:0;border-radius:60rpx;-webkit-appearance:none;appearance:none;padding:0 3%;margin:0;background-color:#fff}.placeholder-class{color:#9e9e9e}.search-keyword{width:100%;background-color:#f2f2f2}.keyword-list-box{height:calc(100vh - 110rpx);padding-top:10rpx;border-radius:20rpx 20rpx 0 0;background-color:#fff}.keyword-entry-tap{background-color:#eee}.keyword-entry{width:94%;height:80rpx;margin:0 3%;font-size:30rpx;color:#333;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:solid 1rpx #e7e7e7}.keyword-entry image{width:60rpx;height:60rpx}.keyword-entry .keyword-text, +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:block}.loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px}.search-box{width:95%;background-color:#f2f2f2;padding:15rpx 2.5%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0}.search-box .mSearch-input-box{width:100%}.search-box .input-box{width:85%;-webkit-flex-shrink:1;flex-shrink:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.search-box .search-btn{width:15%;margin:0 0 0 2%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;font-size:28rpx;color:#fff;background:-webkit-linear-gradient(left,#ff9801,#ff570a);background:linear-gradient(90deg,#ff9801,#ff570a);border-radius:60rpx}.search-box .input-box > input{width:100%;height:60rpx;font-size:32rpx;border:0;border-radius:60rpx;-webkit-appearance:none;appearance:none;padding:0 3%;margin:0;background-color:#fff}.placeholder-class{color:#9e9e9e}.search-keyword{width:100%;background-color:#f2f2f2}.keyword-list-box{height:calc(100vh - 110rpx);padding-top:10rpx;border-radius:20rpx 20rpx 0 0;background-color:#fff}.keyword-entry-tap{background-color:#eee}.keyword-entry{width:94%;height:80rpx;margin:0 3%;font-size:30rpx;color:#333;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:solid 1rpx #e7e7e7}.keyword-entry image{width:60rpx;height:60rpx}.keyword-entry .keyword-text, .keyword-entry .keyword-img{height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.keyword-entry .keyword-text{width:90%}.keyword-entry .keyword-img{width:10%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.keyword-box{height:calc(100vh - 110rpx);border-radius:20rpx 20rpx 0 0;background-color:#fff}.keyword-box .keyword-block{padding:10rpx 0}.keyword-box .keyword-block .keyword-list-header{width:94%;padding:10rpx 3%;font-size:27rpx;color:#333;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.keyword-box .keyword-block .keyword-list-header image{width:40rpx;height:40rpx}.keyword-box .keyword-block .keyword{width:94%;padding:3px 3%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.keyword-box .keyword-block .hide-hot-tis{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:28rpx;color:#6b6b6b}.keyword-box .keyword-block .keyword > view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:60rpx;padding:0 20rpx;margin:10rpx 20rpx 10rpx 0;height:60rpx;font-size:28rpx;background-color:#f2f2f2;color:#6b6b6b} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.js b/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.js index 4f8d557..e4c3921 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.js +++ b/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/coupon-details/coupon-details"],{"31a2":function(n,t,e){"use strict";e.r(t);var o=e("856c"),c=e.n(o);for(var u in o)"default"!==u&&function(n){e.d(t,n,(function(){return o[n]}))}(u);t["default"]=c.a},"704b":function(n,t,e){"use strict";var o;e.d(t,"b",(function(){return c})),e.d(t,"c",(function(){return u})),e.d(t,"a",(function(){return o}));var c=function(){var n=this,t=n.$createElement;n._self._c},u=[]},"76b9":function(n,t,e){"use strict";e.r(t);var o=e("704b"),c=e("31a2");for(var u in c)"default"!==u&&function(n){e.d(t,n,(function(){return c[n]}))}(u);e("e879");var a,i=e("f0c5"),r=Object(i["a"])(c["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);t["default"]=r.exports},"856c":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=e("524d"),c={data:function(){return{couDesId:"",couponDesInfo:[]}},onLoad:function(n){this.couDesId=n.id,this.getUserCouponDetail()},filters:{formatDate:function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",e=new Date(n),o=e.getFullYear(),c=e.getMonth()+1,u=e.getDate(),a=e.getHours(),i=e.getMinutes(),r=e.getSeconds();return c=c>10?c:"0"+c,u=u>10?u:"0"+u,a=a>10?a:"0"+a,i=i>10?i:"0"+i,r=r>10?r:"0"+r,"".concat(o).concat(t).concat(c).concat(t).concat(u," ").concat(a,":").concat(i,":").concat(r)}},methods:{getUserCouponDetail:function(){var t=this;n.showLoading({title:"加载中..."}),n.showLoading({});var e={couponId:this.couDesId};(0,o.getUserCouponDetail)(e).then((function(e){"000000"==e.return_code?(t.couponDesInfo=e.return_data,n.hideLoading()):n.hideLoading()}))},scan:function(){n.scanCode({success:function(n){console.log("条码类型:"+n.scanType),console.log("条码内容:"+n.result)}})}}};t.default=c}).call(this,e("543d")["default"])},bc39:function(n,t,e){"use strict";(function(n){e("185d");o(e("66fd"));var t=o(e("76b9"));function o(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},cc65:function(n,t,e){},e879:function(n,t,e){"use strict";var o=e("cc65"),c=e.n(o);c.a}},[["bc39","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/coupon-details/coupon-details"],{"31a2":function(t,e,o){"use strict";o.r(e);var n=o("856c"),a=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},7342:function(t,e,o){"use strict";var n;o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){return n}));var a=function(){var t=this,e=t.$createElement,o=(t._self._c,t.oneTime?t._f("formatDate")(t.oneTime,"-"):null),n=t.twoTime?t._f("formatDate")(t.twoTime,"-"):null,a=t.threeTime?t._f("formatDate")(t.threeTime,"-"):null;t.$mp.data=Object.assign({},{$root:{f0:o,f1:n,f2:a}})},i=[]},"76b9":function(t,e,o){"use strict";o.r(e);var n=o("7342"),a=o("31a2");for(var i in a)"default"!==i&&function(t){o.d(e,t,(function(){return a[t]}))}(i);o("e879");var u,r=o("f0c5"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],u);e["default"]=c.exports},"856c":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o("524d"),a=getApp(),i={data:function(){return{couDesId:"",imageUrl:a.globalData.imgUrl,couponDesInfo:[],storeList:[],oneTime:"",twoTime:"",threeTime:"",pageNum:1,pageSize:10,isNoMoreData:!1,loadingText:""}},onLoad:function(t){this.couDesId=t.id,this.getUserCouponDetail(),this.getStoreListByCoupon()},filters:{formatDate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",o=new Date(t),n=o.getFullYear(),a=o.getMonth()+1,i=o.getDate(),u=o.getHours(),r=o.getMinutes(),c=o.getSeconds();return a=a>10?a:"0"+a,i=i>10?i:"0"+i,u=u>10?u:"0"+u,r=r>10?r:"0"+r,c=c>10?c:"0"+c,"".concat(n).concat(e).concat(a).concat(e).concat(i," ").concat(u,":").concat(r,":").concat(c)}},onReachBottom:function(){this.getStoreListByCoupon()},methods:{getUserCouponDetail:function(){var e=this;t.showLoading({title:"加载中..."}),t.showLoading({});var o={couponId:this.couDesId};(0,n.getUserCouponDetail)(o).then((function(o){"000000"==o.return_code?(e.couponDesInfo=o.return_data,e.oneTime=o.return_data.couponCodeInfo.receiveTime,e.twoTime=o.return_data.couponCodeInfo.salesEndTime,e.threeTime=o.return_data.couponCodeInfo.consumeTime,t.hideLoading()):t.hideLoading()}))},seeloaction:function(e){t.openLocation({latitude:Number(e.latitude),longitude:Number(e.longitude),name:e.storeName,address:e.address})},getStoreListByCoupon:function(){var e=this;if(t.showLoading({title:"加载中..."}),this.isNoMoreData)return t.hideLoading(),this.loadingText="到底了",!1;var o=this.pageNum,a={pageNum:o,couponId:this.couDesId,pageSize:this.pageSize};(0,n.getStoreListByCoupon)(a).then((function(n){"000000"==n.return_code&&""!=n.return_data.list?(t.hideLoading(),e.isNoMoreData=n.return_data.list.length!=e.pageSize,e.pageNum=n.return_data.list.length==e.pageSize?++o:o,e.storeList=e.storeList.concat(n.return_data.list)):(e.storeList=[],t.hideLoading())}))},scan:function(){t.scanCode({success:function(t){console.log("条码类型:"+t.scanType),console.log("条码内容:"+t.result)}})}}};e.default=i}).call(this,o("543d")["default"])},bc39:function(t,e,o){"use strict";(function(t){o("185d");n(o("66fd"));var e=n(o("76b9"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},cc65:function(t,e,o){},e879:function(t,e,o){"use strict";var n=o("cc65"),a=o.n(n);a.a}},[["bc39","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxml b/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxml index d2859ba..dff2ed9 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxml +++ b/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxml @@ -1 +1 @@ -已使用{{couponDesInfo.couponName}}获得时间:2020/12/02 13:12:21使用时间:2020/12/03 23:23:22过期时间:2021/11/01 23:59:22核销码(商户扫客户)立即前往重庆好利来大坪店长江二路2号(中国石化肖家湾加油站)2.28KM立即前往重庆好利来大坪店长江二路2号(中国石化肖家湾加油站)2.28KM立即前往重庆好利来大坪店长江二路2号(中国石化肖家湾加油站)2.28KM \ No newline at end of file +已使用未使用{{couponDesInfo.couponInfo.couponName}}{{'领取时间:'+$root.f0}}{{'使用有效期:'+$root.f1}}{{'消费时间:'+$root.f2}}核销码(商户扫客户)立即前往{{store.storeName}}{{store.address}}{{loadingText}} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxss b/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxss index fb0c324..c6dd6e1 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/coupon-details/coupon-details.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.coupon-status{height:35px;line-height:35px}.coupon-cont{height:130px}.coupon-mes{margin-right:90px}.coupon-img{width:80px;height:80px;margin-top:10px}.coupon-qr{width:150px;height:150px}.coupon-des{width:80px;height:80px;text-align:center;color:#fff;font-size:28px;border-radius:10px;background-color:red}.coupon-cont-dh{margin-left:90px}.coupon-map image{width:45px;height:45px}.coupon-no{height:80px;line-height:80px;border:1px solid #b2b2b2;border-radius:10px}.coupne-btn{position:fixed;bottom:0;background-color:red;color:#fff} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.coupon-status{height:35px;line-height:35px}.coupon-cont{height:130px;margin-bottom:10px}.coupon-mes{margin-right:90px}.coupon-img{width:80px;height:80px;margin-top:10px}.coupon-qr{width:150px;height:150px}.coupon-des{width:80px;height:80px;text-align:center;color:#fff;font-size:28px;border-radius:10px;background-color:red}.coupon-cont-dh{margin-left:90px}.coupon-map image{width:45px;height:45px}.coupon-no{height:80px;line-height:80px;border:1px solid #b2b2b2;border-radius:10px}.coupne-btn{position:fixed;bottom:0;background-color:red;color:#fff} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/goods-list/goods-list.wxss b/unpackage/dist/build/mp-weixin/pages/goods/goods-list/goods-list.wxss index ef460d2..fdce246 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/goods-list/goods-list.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/goods-list/goods-list.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.icon{font-size:26rpx}.header{width:92%;padding:0 4%;height:79rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;position:fixed;top:0;z-index:10;background-color:#fff;border-bottom:solid 1rpx #eee}.header .target{width:20%;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;margin-bottom:-2rpx;color:#aaa}.header .target.on{color:#555;border-bottom:4rpx solid #f06c7a;font-weight:600;font-size:30rpx}.place{background-color:#fff;height:100rpx}.goods-list .loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.goods-list .product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.goods-list .product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.goods-list .product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.goods-list .product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.goods-list .product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.goods-list .product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.goods-list .product-list .product .info .slogan{color:#807c87;font-size:24rpx} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.icon{font-size:26rpx}.header{width:92%;padding:0 4%;height:79rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;position:fixed;top:0;z-index:10;background-color:#fff;border-bottom:solid 1rpx #eee}.header .target{width:20%;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;margin-bottom:-2rpx;color:#aaa}.header .target.on{color:#555;border-bottom:4rpx solid #f06c7a;font-weight:600;font-size:30rpx}.place{background-color:#fff;height:100rpx}.goods-list .loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.goods-list .product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.goods-list .product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.goods-list .product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.goods-list .product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.goods-list .product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.goods-list .product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.goods-list .product-list .product .info .slogan{color:#807c87;font-size:24rpx} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/goods.js b/unpackage/dist/build/mp-weixin/pages/goods/goods.js index ad2e564..8587b92 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/goods.js +++ b/unpackage/dist/build/mp-weixin/pages/goods/goods.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/goods"],{"18cb":function(t,e,o){"use strict";var n;o.d(e,"b",(function(){return s})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){return n}));var s=function(){var t=this,e=t.$createElement;t._self._c},i=[]},"2f40":function(t,e,o){"use strict";o.r(e);var n=o("354b"),s=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=s.a},"354b":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o("524d"),s=function(){o.e("components/Authorize").then(function(){return resolve(o("0a4b"))}.bind(null,o)).catch(o.oe)},i=getApp(),a={components:{authorize:s},data:function(){return{beforeHeaderzIndex:11,afterHeaderzIndex:10,beforeHeaderOpacity:1,afterHeaderOpacity:0,swiperList:[],currentSwiper:0,anchorlist:[],selectAnchor:0,serviceClass:"",specClass:"",shareClass:"",goodsData:"",selectSpec:null,isKeep:!1,descriptionStr:"",desid:"",imageUrl:i.globalData.imgUrl,user:""}},onLoad:function(t){this.desid=t.id,this.user=i.globalData.userInfo,this.getCouponById(),this.showBack=!1,console.log(t.cid)},onReady:function(){this.calcAnchor()},onPageScroll:function(t){this.selectAnchor=t.scrollTop>=this.anchorlist[2].top?2:t.scrollTop>=this.anchorlist[1].top?1:0;var e=375;t.scrollTop=t.scrollTop>e?375:t.scrollTop,this.afterHeaderOpacity=t.scrollTop*(1/e),this.beforeHeaderOpacity=1-this.afterHeaderOpacity,this.beforeHeaderzIndex=t.scrollTop>0?10:11,this.afterHeaderzIndex=t.scrollTop>0?11:10},onReachBottom:function(){},mounted:function(){},methods:{getCouponById:function(){var e=this;t.showLoading({title:"加载中..."}),t.showLoading({});var o={couponId:this.desid};(0,n.getCouponById)(o).then((function(o){"000000"==o.return_code?(e.goodsData=[o.return_data],e.swiperList=o.return_data.couponCarouselImg.split(","),e.descriptionStr=o.return_data.couponDesc,t.hideLoading()):t.hideLoading()}))},jumpstore:function(){t.navigateTo({url:"./store-list/store-list?id="+this.desid})},swiperChange:function(t){this.currentSwiper=t.detail.current},toMsg:function(){t.navigateTo({url:"../msg/msg"})},toChat:function(){},share:function(){this.shareClass="show"},hideShare:function(){var t=this;this.shareClass="hide",setTimeout((function(){t.shareClass="none"}),150)},keep:function(){this.isKeep=!this.isKeep},joinCart:function(){if(null==this.selectSpec)return this.showSpec((function(){t.showToast({title:"已加入购物车"})}));t.showToast({title:"已加入购物车"})},getPhoneNumber:function(e){var o=this,s={openId:i.globalData.openId,iv:e.detail.iv,encryptedData:e.detail.encryptedData};(0,n.GetPhoneNumber)(s).then((function(e){"000000"==e.return_code&&(i.globalData.userInfo=e.return_data.object.highUser,t.setStorage({key:"user",data:e.return_data.object.highUser}),o.buy())}))},buy:function(){var e=this;t.showLoading({title:"正在提交订单..."});var o={highChildOrderList:[{goodsType:1,goodsId:this.goodsData[0].id,saleCount:1}]};(0,n.addOrder)(o).then((function(o){"000000"==o.return_code?(t.hideLoading(),t.redirectTo({url:"../pay/payment/payment?amount="+e.goodsData[0].discountPrice+"&paytype="+e.goodsData[0].payType+"&orderId="+o.return_data.id})):t.showToast({title:o.return_msg,icon:"none"})}))},toRatings:function(){t.navigateTo({url:"ratings/ratings"})},showComments:function(t){},setSelectSpec:function(t){this.selectSpec=t},sub:function(){this.goodsData.number<=1||this.goodsData.number--},add:function(){this.goodsData.number++},toAnchor:function(e){this.selectAnchor=e,t.pageScrollTo({scrollTop:this.anchorlist[e].top,duration:200})},calcAnchor:function(){var e=this;this.anchorlist=[{name:"主图",top:0},{name:"评价",top:0},{name:"详情",top:0}];var o=t.createSelectorQuery().select("#comments");o.boundingClientRect((function(o){var n=0,s=t.upx2px(100);e.anchorlist[1].top=o.top-s-n,e.anchorlist[2].top=o.bottom-s-n})).exec()},back:function(){t.navigateBack()},showService:function(){console.log("show"),this.serviceClass="show"},hideService:function(){var t=this;this.serviceClass="hide",setTimeout((function(){t.serviceClass="none"}),200)},showSpec:function(t){console.log("show"),this.specClass="show",this.specCallback=t},specCallback:function(){},hideSpec:function(){var t=this;this.specClass="hide",this.selectSpec&&this.specCallback&&this.specCallback(),this.specCallback=!1,setTimeout((function(){t.specClass="none"}),200)},discard:function(){}}};e.default=a}).call(this,o("543d")["default"])},4641:function(t,e,o){"use strict";(function(t){o("185d");n(o("66fd"));var e=n(o("eb97"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},eb97:function(t,e,o){"use strict";o.r(e);var n=o("18cb"),s=o("2f40");for(var i in s)"default"!==i&&function(t){o.d(e,t,(function(){return s[t]}))}(i);o("f646");var a,r=o("f0c5"),c=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],a);e["default"]=c.exports},f646:function(t,e,o){"use strict";var n=o("fa44"),s=o.n(n);s.a},fa44:function(t,e,o){}},[["4641","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/goods"],{"2f40":function(t,e,o){"use strict";o.r(e);var n=o("354b"),s=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=s.a},"354b":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o("524d"),s=function(){o.e("components/Authorize").then(function(){return resolve(o("0a4b"))}.bind(null,o)).catch(o.oe)},i=getApp(),a={components:{authorize:s},data:function(){return{beforeHeaderzIndex:11,afterHeaderzIndex:10,beforeHeaderOpacity:1,afterHeaderOpacity:0,swiperList:[],currentSwiper:0,anchorlist:[],selectAnchor:0,serviceClass:"",specClass:"",shareClass:"",goodsData:"",selectSpec:null,isKeep:!1,desid:"",imageUrl:i.globalData.imgUrl,user:""}},onLoad:function(t){this.desid=t.id,this.user=i.globalData.userInfo,this.getCouponById(),this.showBack=!1},onReady:function(){this.calcAnchor()},onPageScroll:function(t){this.selectAnchor=t.scrollTop>=this.anchorlist[2].top?2:t.scrollTop>=this.anchorlist[1].top?1:0;var e=375;t.scrollTop=t.scrollTop>e?375:t.scrollTop,this.afterHeaderOpacity=t.scrollTop*(1/e),this.beforeHeaderOpacity=1-this.afterHeaderOpacity,this.beforeHeaderzIndex=t.scrollTop>0?10:11,this.afterHeaderzIndex=t.scrollTop>0?11:10},onReachBottom:function(){},mounted:function(){},methods:{getCouponById:function(){var e=this;t.showLoading({title:"加载中..."}),t.showLoading({});var o={couponId:this.desid};(0,n.getCouponById)(o).then((function(o){"000000"==o.return_code?(e.goodsData=[o.return_data],e.swiperList=o.return_data.couponCarouselImg.split(","),t.hideLoading()):t.hideLoading()}))},jumpstore:function(){t.navigateTo({url:"./store-list/store-list?id="+this.desid})},swiperChange:function(t){this.currentSwiper=t.detail.current},toMsg:function(){t.navigateTo({url:"../msg/msg"})},toChat:function(){},share:function(){this.shareClass="show"},hideShare:function(){var t=this;this.shareClass="hide",setTimeout((function(){t.shareClass="none"}),150)},keep:function(){this.isKeep=!this.isKeep},joinCart:function(){if(null==this.selectSpec)return this.showSpec((function(){t.showToast({title:"已加入购物车"})}));t.showToast({title:"已加入购物车"})},getPhoneNumber:function(e){var o=this,s={openId:i.globalData.openId,iv:e.detail.iv,encryptedData:e.detail.encryptedData};(0,n.GetPhoneNumber)(s).then((function(e){"000000"==e.return_code&&(i.globalData.userInfo=e.return_data.object.highUser,t.setStorage({key:"user",data:e.return_data.object.highUser}),o.buy())}))},buy:function(){var e=this;t.showLoading({title:"正在提交订单..."});var o={highChildOrderList:[{goodsType:1,goodsId:this.goodsData[0].id,saleCount:1}]};(0,n.addOrder)(o).then((function(o){"000000"==o.return_code?(t.hideLoading(),t.redirectTo({url:"../pay/payment/payment?amount="+e.goodsData[0].discountPrice+"&paytype="+e.goodsData[0].payType+"&orderId="+o.return_data.id})):t.showToast({title:o.return_msg,icon:"none"})}))},toRatings:function(){t.navigateTo({url:"ratings/ratings"})},showComments:function(t){},setSelectSpec:function(t){this.selectSpec=t},sub:function(){this.goodsData.number<=1||this.goodsData.number--},add:function(){this.goodsData.number++},toAnchor:function(e){this.selectAnchor=e,t.pageScrollTo({scrollTop:this.anchorlist[e].top,duration:200})},calcAnchor:function(){var e=this;this.anchorlist=[{name:"主图",top:0},{name:"评价",top:0},{name:"详情",top:0}];var o=t.createSelectorQuery().select("#comments");o.boundingClientRect((function(o){var n=0,s=t.upx2px(100);e.anchorlist[1].top=o.top-s-n,e.anchorlist[2].top=o.bottom-s-n})).exec()},back:function(){t.navigateBack()},showService:function(){console.log("show"),this.serviceClass="show"},hideService:function(){var t=this;this.serviceClass="hide",setTimeout((function(){t.serviceClass="none"}),200)},showSpec:function(t){console.log("show"),this.specClass="show",this.specCallback=t},specCallback:function(){},hideSpec:function(){var t=this;this.specClass="hide",this.selectSpec&&this.specCallback&&this.specCallback(),this.specCallback=!1,setTimeout((function(){t.specClass="none"}),200)},discard:function(){}}};e.default=a}).call(this,o("543d")["default"])},4641:function(t,e,o){"use strict";(function(t){o("185d");n(o("66fd"));var e=n(o("eb97"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},bda1:function(t,e,o){"use strict";var n;o.d(e,"b",(function(){return s})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){return n}));var s=function(){var t=this,e=t.$createElement;t._self._c},i=[]},eb97:function(t,e,o){"use strict";o.r(e);var n=o("bda1"),s=o("2f40");for(var i in s)"default"!==i&&function(t){o.d(e,t,(function(){return s[t]}))}(i);o("f646");var a,r=o("f0c5"),c=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],a);e["default"]=c.exports},f646:function(t,e,o){"use strict";var n=o("fa44"),s=o.n(n);s.a},fa44:function(t,e,o){}},[["4641","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/goods.wxml b/unpackage/dist/build/mp-weixin/pages/goods/goods.wxml index cec4eee..9d54e4a 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/goods.wxml +++ b/unpackage/dist/build/mp-weixin/pages/goods/goods.wxml @@ -1 +1 @@ -{{currentSwiper+1+"/"+swiperList.length}}{{"¥"+goodsData[0].discountPrice+''}}{{"¥"+goodsData[0].salesPrice}}{{''+goodsData[0].couponName+''}}{{"库存 : "+goodsData[0].stockCount+"件"}}门店列表———— 赠送卡券 ————{{product.highCouponModel.couponName}}{{"¥"+product.highCouponModel.discountPrice}}{{'¥'+product.highCouponModel.salesPrice}}———— 商品详情 ———— \ No newline at end of file +{{currentSwiper+1+"/"+swiperList.length}}{{"¥"+goodsData[0].discountPrice+''}}{{"¥"+goodsData[0].salesPrice}}{{''+goodsData[0].couponName+''}}{{"库存 : "+goodsData[0].stockCount+"件"}}门店列表———— 赠送卡券 ————{{product.highCouponModel.couponName}}{{"¥"+product.highCouponModel.discountPrice}}{{'¥'+product.highCouponModel.salesPrice}}———— 商品详情 ———— \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/goods.wxss b/unpackage/dist/build/mp-weixin/pages/goods/goods.wxss index ea3f1f5..55b3795 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/goods.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/goods.wxss @@ -1,4 +1,4 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f8f8f8}.product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px}@-webkit-keyframes showPopup{0%{opacity:0}100%{opacity:1}}@keyframes showPopup{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hidePopup{0%{opacity:1}100%{opacity:0}}@keyframes hidePopup{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes showLayer{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes showLayer{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes hideLayer{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hideLayer{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.icon{font-size:26rpx}.status{width:100%;height:0;position:fixed;z-index:10;top:0;background-color:#f1f1f1;-webkit-transition:opacity .05s linear;transition:opacity .05s linear}.header{width:100%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10}.header .before, +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f8f8f8}.product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px}@-webkit-keyframes showPopup{0%{opacity:0}100%{opacity:1}}@keyframes showPopup{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hidePopup{0%{opacity:1}100%{opacity:0}}@keyframes hidePopup{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes showLayer{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes showLayer{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes hideLayer{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hideLayer{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.icon{font-size:26rpx}.status{width:100%;height:0;position:fixed;z-index:10;top:0;background-color:#f1f1f1;-webkit-transition:opacity .05s linear;transition:opacity .05s linear}.header{width:100%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10}.header .before, .header .after{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;-webkit-transition:opacity .05s linear;transition:opacity .05s linear}.header .before .back, .header .after .back{width:125rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0}.header .before .back .icon, .header .after .back .icon{margin-left:-10%;width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:42rpx}.header .before .middle, diff --git a/unpackage/dist/build/mp-weixin/pages/goods/ratings/ratings.wxss b/unpackage/dist/build/mp-weixin/pages/goods/ratings/ratings.wxss index 9a26ba6..3b43fcd 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/ratings/ratings.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/ratings/ratings.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#fff}.myVideo{position:fixed;top:50%;right:100%}.content{width:94%;padding:0 3%}.content view{display:-webkit-box;display:-webkit-flex;display:flex}.content .label{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .label view{padding:0 20rpx;height:50rpx;border-radius:40rpx;border:solid 1rpx #ddd;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#555;font-size:26rpx;background-color:#f9f9f9;margin:10rpx 20rpx 10rpx 0}.content .label view.on{border:solid 1rpx #f06c7a;color:#f06c7a}.content .list{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:20rpx 0}.content .list .row{width:100%;margin-top:30rpx}.content .list .row .left{width:10vw;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.content .list .row .left .face{width:100%}.content .list .row .left .face image{width:10vw;height:10vw;border-radius:100%}.content .list .row .right{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .name-date{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.content .list .row .right .name-date .username{font-size:32rpx;color:#555}.content .list .row .right .name-date .date{font-size:28rpx;color:#aaa}.content .list .row .right .spec{width:100%;color:#aaa;font-size:26rpx}.content .list .row .right .first{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .first .rat{font-size:30rpx}.content .list .row .right .first .img-video{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .first .img-video .box{width:calc((84.6vw - 50rpx)/4);height:calc((84.6vw - 50rpx)/4);margin:5rpx 5rpx;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content .list .row .right .first .img-video .box image{position:absolute;width:100%;height:100%;border-radius:10rpx}.content .list .row .right .first .img-video .box .playbtn{position:absolute}.content .list .row .right .first .img-video .box .playbtn .icon{font-size:80rpx;color:hsla(0,0%,100%,.9)}.content .list .row .right .append{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .append .date{width:100%;height:40rpx;border-left:10rpx solid #f06c7a;padding-left:10rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx;margin:20rpx 0}.content .list .row .right .append .rat{font-size:30rpx}.content .list .row .right .append .img-video{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .append .img-video .box{width:calc((84.6vw - 10rpx - (10rpx * 4))/4);height:calc((84.6vw - 10rpx - (10rpx * 4))/4);margin:5rpx 5rpx;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content .list .row .right .append .img-video .box image{position:absolute;width:100%;height:100%;border-radius:10rpx}.content .list .row .right .append .img-video .box .playbtn{position:absolute}.content .list .row .right .append .img-video .box .playbtn .icon{font-size:80rpx;color:hsla(0,0%,100%,.9)} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#fff}.myVideo{position:fixed;top:50%;right:100%}.content{width:94%;padding:0 3%}.content view{display:-webkit-box;display:-webkit-flex;display:flex}.content .label{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .label view{padding:0 20rpx;height:50rpx;border-radius:40rpx;border:solid 1rpx #ddd;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#555;font-size:26rpx;background-color:#f9f9f9;margin:10rpx 20rpx 10rpx 0}.content .label view.on{border:solid 1rpx #f06c7a;color:#f06c7a}.content .list{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:20rpx 0}.content .list .row{width:100%;margin-top:30rpx}.content .list .row .left{width:10vw;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.content .list .row .left .face{width:100%}.content .list .row .left .face image{width:10vw;height:10vw;border-radius:100%}.content .list .row .right{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .name-date{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.content .list .row .right .name-date .username{font-size:32rpx;color:#555}.content .list .row .right .name-date .date{font-size:28rpx;color:#aaa}.content .list .row .right .spec{width:100%;color:#aaa;font-size:26rpx}.content .list .row .right .first{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .first .rat{font-size:30rpx}.content .list .row .right .first .img-video{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .first .img-video .box{width:calc((84.6vw - 50rpx)/4);height:calc((84.6vw - 50rpx)/4);margin:5rpx 5rpx;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content .list .row .right .first .img-video .box image{position:absolute;width:100%;height:100%;border-radius:10rpx}.content .list .row .right .first .img-video .box .playbtn{position:absolute}.content .list .row .right .first .img-video .box .playbtn .icon{font-size:80rpx;color:hsla(0,0%,100%,.9)}.content .list .row .right .append{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .append .date{width:100%;height:40rpx;border-left:10rpx solid #f06c7a;padding-left:10rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx;margin:20rpx 0}.content .list .row .right .append .rat{font-size:30rpx}.content .list .row .right .append .img-video{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content .list .row .right .append .img-video .box{width:calc((84.6vw - 10rpx - (10rpx * 4))/4);height:calc((84.6vw - 10rpx - (10rpx * 4))/4);margin:5rpx 5rpx;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content .list .row .right .append .img-video .box image{position:absolute;width:100%;height:100%;border-radius:10rpx}.content .list .row .right .append .img-video .box .playbtn{position:absolute}.content .list .row .right .append .img-video .box .playbtn .icon{font-size:80rpx;color:hsla(0,0%,100%,.9)} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.js b/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.js index a5e9331..872400a 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.js +++ b/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/recording/recording"],{"07b6":function(t,e,n){"use strict";var o=n("387d"),r=n.n(o);r.a},"08f6":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}));var r=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__map(t.recordInfo,(function(e,n){var o=t.__get_orig(e),r=t._f("formatDate")(e.createTime,"-");return{$orig:o,f0:r}})));t.$mp.data=Object.assign({},{$root:{l0:n}})},a=[]},"387d":function(t,e,n){},4248:function(t,e,n){"use strict";n.r(e);var o=n("08f6"),r=n("73ec");for(var a in r)"default"!==a&&function(t){n.d(e,t,(function(){return r[t]}))}(a);n("07b6");var c,i=n("f0c5"),u=Object(i["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],c);e["default"]=u.exports},"73ec":function(t,e,n){"use strict";n.r(e);var o=n("8315"),r=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=r.a},8315:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("524d"),r={data:function(){return{typeId:"",recordInfo:[]}},onLoad:function(e){this.typeId=e.id,1==this.typeId?t.setNavigationBarTitle({title:"充值记录"}):t.setNavigationBarTitle({title:"消费记录"}),this.getUserGoldRecLists()},filters:{formatDate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=new Date(t),o=n.getFullYear(),r=n.getMonth()+1,a=n.getDate(),c=n.getHours(),i=n.getMinutes(),u=n.getSeconds();return r=r>10?r:"0"+r,a=a>10?a:"0"+a,c=c>10?c:"0"+c,i=i>10?i:"0"+i,u=u>10?u:"0"+u,"".concat(o).concat(e).concat(r).concat(e).concat(a," ").concat(c,":").concat(i,":").concat(u)}},methods:{getUserGoldRecLists:function(){var e=this;t.showLoading({title:"加载中"});var n={goldType:this.typeId,pageNum:1,pageSize:10};(0,o.getUserGoldRecList)(n).then((function(n){"000000"==n.return_code?(t.hideLoading(),e.recordInfo=n.return_data.list):t.showToast({title:n.return_msg,icon:"none"})}))}}};e.default=r}).call(this,n("543d")["default"])},fa3c:function(t,e,n){"use strict";(function(t){n("185d");o(n("66fd"));var e=o(n("4248"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["fa3c","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/recording/recording"],{"07b6":function(t,e,n){"use strict";var a=n("387d"),o=n.n(a);o.a},"2b7f":function(t,e,n){"use strict";var a;n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}));var o=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__map(t.recordInfo,(function(e,n){var a=t.__get_orig(e),o=t._f("formatDate")(e.createTime,"-");return{$orig:a,f0:o}})));t.$mp.data=Object.assign({},{$root:{l0:n}})},i=[]},"387d":function(t,e,n){},4248:function(t,e,n){"use strict";n.r(e);var a=n("2b7f"),o=n("73ec");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("07b6");var r,c=n("f0c5"),u=Object(c["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=u.exports},"73ec":function(t,e,n){"use strict";n.r(e);var a=n("8315"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},8315:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n("524d"),o={data:function(){return{typeId:"",recordInfo:[],pageNum:1,pageSize:10,isNoMoreData:!1,loadingText:""}},onLoad:function(e){this.typeId=e.id,1==this.typeId?t.setNavigationBarTitle({title:"充值记录"}):t.setNavigationBarTitle({title:"消费记录"}),this.getUserGoldRecLists()},filters:{formatDate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=new Date(t),a=n.getFullYear(),o=n.getMonth()+1,i=n.getDate(),r=n.getHours(),c=n.getMinutes(),u=n.getSeconds();return o=o>10?o:"0"+o,i=i>10?i:"0"+i,r=r>10?r:"0"+r,c=c>10?c:"0"+c,u=u>10?u:"0"+u,"".concat(a).concat(e).concat(o).concat(e).concat(i," ").concat(r,":").concat(c,":").concat(u)}},onReachBottom:function(){this.getUserGoldRecLists()},methods:{getUserGoldRecLists:function(){var e=this;if(t.showLoading({title:"加载中..."}),this.isNoMoreData)return t.hideLoading(),this.loadingText="到底了",!1;var n=this.pageNum,o={pageNum:n,goldType:this.typeId,pageSize:this.pageSize};(0,a.getUserGoldRecList)(o).then((function(a){"000000"==a.return_code?(t.hideLoading(),e.isNoMoreData=a.return_data.list.length!=e.pageSize,e.pageNum=a.return_data.list.length==e.pageSize?++n:n,e.recordInfo=e.recordInfo.concat(a.return_data.list)):(e.recordInfo=[],t.hideLoading())}))}}};e.default=o}).call(this,n("543d")["default"])},fa3c:function(t,e,n){"use strict";(function(t){n("185d");a(n("66fd"));var e=a(n("4248"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["fa3c","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxml b/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxml index 444fcf8..b9ff665 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxml +++ b/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxml @@ -1 +1 @@ -暂无数据金币充值{{'+'+recod.$orig.gold+''}}{{'-'+recod.$orig.gold+''}}{{''+recod.f0+''}} \ No newline at end of file +暂无数据金币充值{{'+'+recod.$orig.gold+''}}{{'-'+recod.$orig.gold+''}}{{''+recod.f0+''}}{{loadingText}} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxss b/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxss index 9f6f131..39ec116 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/recording/recording.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f8f8f9}.bordr{border-top:1px solid #fcfcfc}.height60{height:60px;line-height:60px}.pictime{margin-left:20px}.arrow{width:8px;height:8px;border-top:2px solid #999;border-right:2px solid #999;position:absolute;left:30%;top:22px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.line1f2{width:100%;height:1px;background-color:#f2f2f2} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f8f8f9}.loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.bordr{border-top:1px solid #fcfcfc}.height60{height:60px;line-height:60px}.pictime{margin-left:20px}.arrow{width:8px;height:8px;border-top:2px solid #999;border-right:2px solid #999;position:absolute;left:30%;top:22px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.line1f2{width:100%;height:1px;background-color:#f2f2f2} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-details.wxss b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-details.wxss index 2becea2..0255568 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-details.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-details.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.store-des{width:80px;height:80px;text-align:center;color:#fff;font-size:28px;border-radius:10px;background-color:red}.store-cont{margin-left:90px}.store-map image{width:45px;height:45px}.store-no{height:80px;line-height:80px;border:1px solid #b2b2b2;border-radius:10px}.store-list{height:120px;border:1px solid #b2b2b2;border-radius:5px}.store-list image{width:60px;height:60px}.store-jdes{width:70px;height:30px;line-height:30px;background-color:#eb5823;color:#fff;font-size:12px;padding:0}.store-ims{margin-left:75px} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.store-des{width:80px;height:80px;text-align:center;color:#fff;font-size:28px;border-radius:10px;background-color:red}.store-cont{margin-left:90px}.store-map image{width:45px;height:45px}.store-no{height:80px;line-height:80px;border:1px solid #b2b2b2;border-radius:10px}.store-list{height:120px;border:1px solid #b2b2b2;border-radius:5px}.store-list image{width:60px;height:60px}.store-jdes{width:70px;height:30px;line-height:30px;background-color:#eb5823;color:#fff;font-size:12px;padding:0}.store-ims{margin-left:75px} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.js b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.js index 89b9a14..46cedf9 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.js +++ b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/store-list/store-list"],{4953:function(t,e,n){"use strict";n.r(e);var o=n("96e2"),u=n("d481");for(var r in u)"default"!==r&&function(t){n.d(e,t,(function(){return u[t]}))}(r);n("6ccb");var a,i=n("f0c5"),c=Object(i["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=c.exports},"6ccb":function(t,e,n){"use strict";var o=n("bbfb"),u=n.n(o);u.a},"756d":function(t,e,n){"use strict";(function(t){n("185d");o(n("66fd"));var e=o(n("4953"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"91ea":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("524d"),u=getApp(),r={data:function(){return{storeList:[],storeId:"",imageUrl:u.globalData.imgUrl}},onLoad:function(t){this.storeId=t.id,this.getStoreListByCoupon()},methods:{getStoreListByCoupon:function(){var t=this,e={couponId:this.storeId,pageNum:1,pageSize:10};(0,o.getStoreListByCoupon)(e).then((function(e){"000000"==e.return_code&&(t.storeList=e.return_data)}))},seeloaction:function(e){t.openLocation({latitude:Number(e.latitude),longitude:Number(e.longitude),name:e.storeName,address:e.address})},jumpdetails:function(){t.navigateTo({url:"store-details"})}}};e.default=r}).call(this,n("543d")["default"])},"96e2":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return o}));var u=function(){var t=this,e=t.$createElement;t._self._c},r=[]},bbfb:function(t,e,n){},d481:function(t,e,n){"use strict";n.r(e);var o=n("91ea"),u=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=u.a}},[["756d","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/store-list/store-list"],{4953:function(t,e,n){"use strict";n.r(e);var o=n("6267"),i=n("d481");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("6ccb");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=s.exports},6267:function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}));var i=function(){var t=this,e=t.$createElement;t._self._c},a=[]},"6ccb":function(t,e,n){"use strict";var o=n("bbfb"),i=n.n(o);i.a},"756d":function(t,e,n){"use strict";(function(t){n("185d");o(n("66fd"));var e=o(n("4953"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"91ea":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("524d"),i=getApp(),a={data:function(){return{storeList:[],storeId:"",imageUrl:i.globalData.imgUrl,pageNum:1,pageSize:10,isNoMoreData:!1,loadingText:""}},onLoad:function(t){this.storeId=t.id,this.getStoreListByCoupon()},onReachBottom:function(){this.getStoreListByCoupon()},methods:{getStoreListByCoupon:function(){var e=this;if(t.showLoading({title:"加载中..."}),this.isNoMoreData)return t.hideLoading(),this.loadingText="到底了",!1;var n=this.pageNum,i={couponId:this.storeId,pageNum:n,pageSize:this.pageSize};(0,o.getStoreListByCoupon)(i).then((function(o){"000000"==o.return_code?(t.hideLoading(),e.isNoMoreData=o.return_data.list.length!=e.pageSize,e.pageNum=o.return_data.list.length==e.pageSize?++n:n,e.storeList=e.storeList.concat(o.return_data.list)):t.hideLoading()}))},seeloaction:function(e){t.openLocation({latitude:Number(e.latitude),longitude:Number(e.longitude),name:e.storeName,address:e.address})},jumpdetails:function(){t.navigateTo({url:"store-details"})}}};e.default=a}).call(this,n("543d")["default"])},bbfb:function(t,e,n){},d481:function(t,e,n){"use strict";n.r(e);var o=n("91ea"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a}},[["756d","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxml b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxml index e007f5e..9b119b1 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxml +++ b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxml @@ -1 +1 @@ -暂无数据{{goods.storeName}}在线加油{{goods.operatorName}}{{goods.address}} \ No newline at end of file +暂无数据{{goods.storeName}}在线加油{{goods.operatorName}}{{goods.address}}{{loadingText}} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxss b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxss index c01966a..7f29c15 100644 --- a/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxss +++ b/unpackage/dist/build/mp-weixin/pages/goods/store-list/store-list.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.store-head{height:80px;border-bottom:1px solid #f4f4f4}.store-head image{width:60px;height:60px}.storefig{margin-left:70px}.store-cont-le{width:80%}.store-cont-rg{width:20%}.store-cont-rg image{width:30px;height:30px}.store-title{font-weight:600}.store-labl{border:1px solid #f5f5f5;box-shadow:0 0 2px 0} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.store-head{height:80px;border-bottom:1px solid #f4f4f4}.store-head image{width:60px;height:60px}.storefig{margin-left:70px}.store-cont-le{width:80%}.store-cont-rg{width:20%}.store-cont-rg image{width:30px;height:30px}.store-title{font-weight:600}.store-labl{border:1px solid #f5f5f5;box-shadow:0 0 2px 0} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/login/login.wxss b/unpackage/dist/build/mp-weixin/pages/login/login.wxss index 259fabc..3831717 100644 --- a/unpackage/dist/build/mp-weixin/pages/login/login.wxss +++ b/unpackage/dist/build/mp-weixin/pages/login/login.wxss @@ -1,4 +1,4 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background:-webkit-linear-gradient(top,#f06c7a,#f06c7a);background:linear-gradient(180deg,#f06c7a 0,#f06c7a);height:100%}.icon{color:#fff}.logo{width:100%;height:45vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.logo .img{width:25%;height:25vw}.logo .img image{width:100%;border-radius:100%}.form{width:86%;padding:0 7%;font-size:30rpx}.form .username, +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background:-webkit-linear-gradient(top,#f06c7a,#f06c7a);background:linear-gradient(180deg,#f06c7a 0,#f06c7a);height:100%}.icon{color:#fff}.logo{width:100%;height:45vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.logo .img{width:25%;height:25vw}.logo .img image{width:100%;border-radius:100%}.form{width:86%;padding:0 7%;font-size:30rpx}.form .username, .form .password, .form .code{width:calc(100% - 90rpx);height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:45rpx;background-color:hsla(0,0%,100%,.1);padding:0 45rpx;margin-bottom:26rpx}.form .username input, .form .password input, diff --git a/unpackage/dist/build/mp-weixin/pages/login/register.wxss b/unpackage/dist/build/mp-weixin/pages/login/register.wxss index ddea730..74354ad 100644 --- a/unpackage/dist/build/mp-weixin/pages/login/register.wxss +++ b/unpackage/dist/build/mp-weixin/pages/login/register.wxss @@ -1,4 +1,4 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background:-webkit-linear-gradient(top,#f06c7a,#f06c7a);background:linear-gradient(180deg,#f06c7a 0,#f06c7a);height:100%}.icon{color:#fff}.logo{width:100%;height:45vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.logo .img{width:25%;height:25vw}.logo .img image{width:100%;border-radius:100%}.form{width:86%;padding:0 7%;font-size:30rpx}.form .username, +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background:-webkit-linear-gradient(top,#f06c7a,#f06c7a);background:linear-gradient(180deg,#f06c7a 0,#f06c7a);height:100%}.icon{color:#fff}.logo{width:100%;height:45vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.logo .img{width:25%;height:25vw}.logo .img image{width:100%;border-radius:100%}.form{width:86%;padding:0 7%;font-size:30rpx}.form .username, .form .password, .form .code{width:calc(100% - 90rpx);height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:45rpx;background-color:hsla(0,0%,100%,.1);padding:0 45rpx;margin-bottom:26rpx}.form .username input, .form .password input, diff --git a/unpackage/dist/build/mp-weixin/pages/login/resetpasswd.wxss b/unpackage/dist/build/mp-weixin/pages/login/resetpasswd.wxss index ddea730..74354ad 100644 --- a/unpackage/dist/build/mp-weixin/pages/login/resetpasswd.wxss +++ b/unpackage/dist/build/mp-weixin/pages/login/resetpasswd.wxss @@ -1,4 +1,4 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background:-webkit-linear-gradient(top,#f06c7a,#f06c7a);background:linear-gradient(180deg,#f06c7a 0,#f06c7a);height:100%}.icon{color:#fff}.logo{width:100%;height:45vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.logo .img{width:25%;height:25vw}.logo .img image{width:100%;border-radius:100%}.form{width:86%;padding:0 7%;font-size:30rpx}.form .username, +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background:-webkit-linear-gradient(top,#f06c7a,#f06c7a);background:linear-gradient(180deg,#f06c7a 0,#f06c7a);height:100%}.icon{color:#fff}.logo{width:100%;height:45vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.logo .img{width:25%;height:25vw}.logo .img image{width:100%;border-radius:100%}.form{width:86%;padding:0 7%;font-size:30rpx}.form .username, .form .password, .form .code{width:calc(100% - 90rpx);height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:45rpx;background-color:hsla(0,0%,100%,.1);padding:0 45rpx;margin-bottom:26rpx}.form .username input, .form .password input, diff --git a/unpackage/dist/build/mp-weixin/pages/msg/msg.wxss b/unpackage/dist/build/mp-weixin/pages/msg/msg.wxss index 2df4647..81d2642 100644 --- a/unpackage/dist/build/mp-weixin/pages/msg/msg.wxss +++ b/unpackage/dist/build/mp-weixin/pages/msg/msg.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:initial}.chat-list{width:94%;padding:0 3%}.chat-list .chat{width:100%;height:100rpx;padding:20rpx 0;border-bottom:solid 1rpx #eaeaea}.chat-list .chat .row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.chat-list .chat .row .left{-webkit-flex-shrink:0;flex-shrink:0;width:100rpx;height:100rpx}.chat-list .chat .row .left image{width:100rpx;height:100rpx;border-radius:20rpx}.chat-list .chat .row .right{-webkit-flex-shrink:1;flex-shrink:1;width:98%;padding-left:2%}.chat-list .chat .row .right .top{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.chat-list .chat .row .right .top .usernam{font-size:26rpx}.chat-list .chat .row .right .top .time{font-size:22rpx;color:#bebebe}.chat-list .chat .row .right .bottom{width:100%;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.chat-list .chat .row .right .bottom .msg{font-size:25rpx;color:#777}.chat-list .chat .row .right .bottom .tis{width:35rpx;height:35rpx;font-size:22rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#eb4d3d;color:#fff;border-radius:100%} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:initial}.chat-list{width:94%;padding:0 3%}.chat-list .chat{width:100%;height:100rpx;padding:20rpx 0;border-bottom:solid 1rpx #eaeaea}.chat-list .chat .row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.chat-list .chat .row .left{-webkit-flex-shrink:0;flex-shrink:0;width:100rpx;height:100rpx}.chat-list .chat .row .left image{width:100rpx;height:100rpx;border-radius:20rpx}.chat-list .chat .row .right{-webkit-flex-shrink:1;flex-shrink:1;width:98%;padding-left:2%}.chat-list .chat .row .right .top{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.chat-list .chat .row .right .top .usernam{font-size:26rpx}.chat-list .chat .row .right .top .time{font-size:22rpx;color:#bebebe}.chat-list .chat .row .right .bottom{width:100%;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.chat-list .chat .row .right .bottom .msg{font-size:25rpx;color:#777}.chat-list .chat .row .right .bottom .tis{width:35rpx;height:35rpx;font-size:22rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#eb4d3d;color:#fff;border-radius:100%} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/order/confirmation.wxss b/unpackage/dist/build/mp-weixin/pages/order/confirmation.wxss index cd618b0..da75377 100644 --- a/unpackage/dist/build/mp-weixin/pages/order/confirmation.wxss +++ b/unpackage/dist/build/mp-weixin/pages/order/confirmation.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.addr{width:86%;padding:20rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx;display:-webkit-box;display:-webkit-flex;display:flex}.addr .icon{width:80rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.addr .icon image{width:60rpx;height:60rpx}.addr .tel-name{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;font-size:32rpx}.addr .tel-name .tel{margin-left:40rpx}.addr .addres{width:100%;font-size:26rpx;color:#999}.buy-list{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.buy-list .row{margin:30rpx 0}.buy-list .row .goods-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.buy-list .row .goods-info .img{width:22vw;height:22vw;border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.buy-list .row .goods-info .img image{width:22vw;height:22vw}.buy-list .row .goods-info .info{width:100%;height:22vw;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.buy-list .row .goods-info .info .title{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.buy-list .row .goods-info .info .spec{font-size:22rpx;background-color:#f3f3f3;color:#a7a7a7;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 10rpx;border-radius:20rpx;margin-bottom:20vw}.buy-list .row .goods-info .info .price-number{position:absolute;width:100%;bottom:0rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;font-size:28rpx;height:40rpx}.buy-list .row .goods-info .info .price-number .price{color:#f06c7a}.buy-list .row .goods-info .info .price-number .number{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.order .row{margin:20rpx 0;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex}.order .row .left{font-size:28rpx}.order .row .right{margin-left:40rpx;font-size:26rpx;color:#999}.order .row .right input{font-size:26rpx;color:#999}.blck{width:100%;height:100rpx}.footer{width:92%;padding:0 4%;background-color:#fbfbfb;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;position:fixed;bottom:0rpx;z-index:5}.footer .settlement{width:80%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement .sum{width:50%;font-size:28rpx;margin-right:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.footer .settlement .sum .money{font-weight:600}.footer .settlement .btn{padding:0 30rpx;height:60rpx;background-color:#f06c7a;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx;border-radius:40rpx}.detail{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.detail .row{height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.detail .row .nominal{font-size:28rpx}.detail .row .content{font-size:26rpx;color:#f06c7a} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.addr{width:86%;padding:20rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx;display:-webkit-box;display:-webkit-flex;display:flex}.addr .icon{width:80rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.addr .icon image{width:60rpx;height:60rpx}.addr .tel-name{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;font-size:32rpx}.addr .tel-name .tel{margin-left:40rpx}.addr .addres{width:100%;font-size:26rpx;color:#999}.buy-list{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.buy-list .row{margin:30rpx 0}.buy-list .row .goods-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.buy-list .row .goods-info .img{width:22vw;height:22vw;border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.buy-list .row .goods-info .img image{width:22vw;height:22vw}.buy-list .row .goods-info .info{width:100%;height:22vw;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.buy-list .row .goods-info .info .title{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.buy-list .row .goods-info .info .spec{font-size:22rpx;background-color:#f3f3f3;color:#a7a7a7;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 10rpx;border-radius:20rpx;margin-bottom:20vw}.buy-list .row .goods-info .info .price-number{position:absolute;width:100%;bottom:0rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;font-size:28rpx;height:40rpx}.buy-list .row .goods-info .info .price-number .price{color:#f06c7a}.buy-list .row .goods-info .info .price-number .number{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.order .row{margin:20rpx 0;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex}.order .row .left{font-size:28rpx}.order .row .right{margin-left:40rpx;font-size:26rpx;color:#999}.order .row .right input{font-size:26rpx;color:#999}.blck{width:100%;height:100rpx}.footer{width:92%;padding:0 4%;background-color:#fbfbfb;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;position:fixed;bottom:0rpx;z-index:5}.footer .settlement{width:80%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement .sum{width:50%;font-size:28rpx;margin-right:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.footer .settlement .sum .money{font-weight:600}.footer .settlement .btn{padding:0 30rpx;height:60rpx;background-color:#f06c7a;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx;border-radius:40rpx}.detail{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.detail .row{height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.detail .row .nominal{font-size:28rpx}.detail .row .content{font-size:26rpx;color:#f06c7a} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.js b/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.js index 2a6be0a..b10f34a 100644 --- a/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.js +++ b/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/pay/payment/payment"],{"673a":function(e,t,n){"use strict";var a=n("e18e"),o=n.n(a);o.a},"9a34":function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=n("524d"),o=getApp(),r={data:function(){return{amount:0,orderName:"",pryType:"",paytype:"",orderNo:"",user:""}},onLoad:function(t){var n=this;this.pryType=t.paytype,this.orderNo=t.orderId,this.user=o.globalData.userInfo,1==this.pryType?this.paytype="wxpay":this.paytype="jinbi",this.amount=parseFloat(t.amount).toFixed(2),e.getStorage({key:"paymentOrder",success:function(t){t.data.length>1?n.orderName="多商品合并支付":n.orderName=t.data[0].name,e.removeStorage({key:"paymentOrder"})}})},methods:{orderToPay:function(){var t=this;if("wxpay"==this.paytype){e.showLoading({title:"支付中..."});var n={orderId:this.orderNo,openId:o.globalData.openId,orderScene:"GOODS_ORDER"};(0,a.orderToPay)(n).then((function(t){"000000"==t.return_code?e.requestPayment({appId:t.return_data.appId,nonceStr:t.return_data.nonceStr,package:t.return_data.package,paySign:t.return_data.sign,signType:"MD5",timeStamp:t.return_data.timeStamp,success:function(t){e.hideLoading(),e.showToast({title:"支付成功"}),setTimeout((function(){e.navigateBack({})}),100)},fail:function(t){e.hideLoading(),console.log("fail:"+JSON.stringify(t))}}):e.showToast({title:t.return_msg,icon:"none"})}))}else e.showModal({title:"金币支付",content:"确认是否用金币支付?",success:function(n){if(n.confirm){e.showLoading({title:"支付中..."});var o={orderId:t.orderNo};(0,a.orderToGoldPay)(o).then((function(t){"000000"==t.return_code?(e.hideLoading(),e.showToast({title:"支付成功"}),setTimeout((function(){e.navigateBack({})}),100)):e.showToast({title:t.return_msg,icon:"none"})}))}else n.cancel}})}}};t.default=r}).call(this,n("543d")["default"])},b716:function(e,t,n){"use strict";var a;n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return r})),n.d(t,"a",(function(){return a}));var o=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){e.paytype="jinbi"},e.e1=function(t){e.paytype="wxpay"})},r=[]},bcac:function(e,t,n){"use strict";n.r(t);var a=n("9a34"),o=n.n(a);for(var r in a)"default"!==r&&function(e){n.d(t,e,(function(){return a[e]}))}(r);t["default"]=o.a},c7e4:function(e,t,n){"use strict";n.r(t);var a=n("b716"),o=n("bcac");for(var r in o)"default"!==r&&function(e){n.d(t,e,(function(){return o[e]}))}(r);n("673a");var i,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],i);t["default"]=c.exports},ce97:function(e,t,n){"use strict";(function(e){n("185d");a(n("66fd"));var t=a(n("c7e4"));function a(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},e18e:function(e,t,n){}},[["ce97","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/pay/payment/payment"],{"673a":function(t,e,n){"use strict";var a=n("e18e"),o=n.n(a);o.a},"9a34":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n("524d"),o=getApp(),r={data:function(){return{amount:0,orderName:"",pryType:"",paytype:"",orderNo:"",user:""}},onLoad:function(e){var n=this;this.pryType=e.paytype,this.orderNo=e.orderId,this.user=o.globalData.userInfo,1==this.pryType?this.paytype="wxpay":2==this.pryType?this.paytype="jinbi":this.paytype="",this.amount=parseFloat(e.amount).toFixed(2),t.getStorage({key:"paymentOrder",success:function(e){e.data.length>1?n.orderName="多商品合并支付":n.orderName=e.data[0].name,t.removeStorage({key:"paymentOrder"})}})},methods:{orderToPay:function(){var e=this;if("wxpay"==this.paytype){t.showLoading({title:"支付中..."});var n={orderId:this.orderNo,openId:o.globalData.openId,orderScene:"GOODS_ORDER"};(0,a.orderToPay)(n).then((function(e){"000000"==e.return_code?t.requestPayment({appId:e.return_data.appId,nonceStr:e.return_data.nonceStr,package:e.return_data.package,paySign:e.return_data.sign,signType:"MD5",timeStamp:e.return_data.timeStamp,success:function(e){t.hideLoading(),t.showToast({title:"支付成功"}),setTimeout((function(){t.navigateBack({})}),100)},fail:function(e){t.hideLoading(),console.log("fail:"+JSON.stringify(e))}}):t.showToast({title:e.return_msg,icon:"none"})}))}else"jinbi"==this.paytype?t.showModal({title:"金币支付",content:"确认是否用金币支付?",success:function(n){if(n.confirm){t.showLoading({title:"支付中..."});var o={orderId:e.orderNo};(0,a.orderToGoldPay)(o).then((function(e){"000000"==e.return_code?(t.hideLoading(),t.showToast({title:"支付成功"}),setTimeout((function(){t.navigateBack({})}),100)):t.showToast({title:e.return_msg,icon:"none"})}))}else n.cancel}}):t.showToast({title:"请选择支付方式",icon:"none",duration:2e3})}}};e.default=r}).call(this,n("543d")["default"])},bcac:function(t,e,n){"use strict";n.r(e);var a=n("9a34"),o=n.n(a);for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=o.a},c7e4:function(t,e,n){"use strict";n.r(e);var a=n("cda54"),o=n("bcac");for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);n("673a");var i,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],i);e["default"]=c.exports},cda54:function(t,e,n){"use strict";var a;n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var o=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.paytype="jinbi"},t.e1=function(e){t.paytype="wxpay"})},r=[]},ce97:function(t,e,n){"use strict";(function(t){n("185d");a(n("66fd"));var e=a(n("c7e4"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},e18e:function(t,e,n){}},[["ce97","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxml b/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxml index 617d6ad..85df7ee 100644 --- a/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxml +++ b/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxml @@ -1 +1 @@ -订单金额:{{amount+" 元"}}{{amount*100+" 个金币 (当前金币:"+user.gold+")"}}选择支付方式金币支付微信支付立即支付点击立即支付,即代表您同意《条款协议》 \ No newline at end of file +订单金额:{{amount+" 元"}}{{amount*100+" 个金币 (当前金币:"+user.gold+")"}}{{amount+"元(当前金币:"+user.gold+")"}}选择支付方式金币支付微信支付立即支付点击立即支付,即代表您同意《条款协议》 \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxss b/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxss index b600f99..390fe99 100644 --- a/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxss +++ b/unpackage/dist/build/mp-weixin/pages/pay/payment/payment.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.block{width:94%;padding:0 3% 40rpx 3%}.block .title{width:100%;font-size:34rpx}.block .content .orderinfo{width:100%;border-bottom:solid 1rpx #eee}.block .content .orderinfo .row{width:100%;height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .orderinfo .row .nominal{-webkit-flex-shrink:0;flex-shrink:0;font-size:32rpx;color:#7d7d7d}.block .content .orderinfo .row .text{width:70%;margin-left:10rpx;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32rpx}.block .content .pay-list{width:100%;border-bottom:solid 1rpx #eee}.block .content .pay-list .row{width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left image{width:80rpx;height:80rpx}.block .content .pay-list .row .center{width:100%;font-size:30rpx}.block .content .pay-list .row .right{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.pay{margin-top:20rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.pay .btn{width:70%;height:80rpx;border-radius:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;background-color:#f06c7a;box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.2)}.pay .tis{margin-top:10rpx;width:100%;font-size:24rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;color:#999}.pay .tis .terms{color:#5a9ef7} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.block{width:94%;padding:0 3% 40rpx 3%}.block .title{width:100%;font-size:34rpx}.block .content .orderinfo{width:100%;border-bottom:solid 1rpx #eee}.block .content .orderinfo .row{width:100%;height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .orderinfo .row .nominal{-webkit-flex-shrink:0;flex-shrink:0;font-size:32rpx;color:#7d7d7d}.block .content .orderinfo .row .text{width:70%;margin-left:10rpx;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32rpx}.block .content .pay-list{width:100%;border-bottom:solid 1rpx #eee}.block .content .pay-list .row{width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left image{width:80rpx;height:80rpx}.block .content .pay-list .row .center{width:100%;font-size:30rpx}.block .content .pay-list .row .right{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.pay{margin-top:20rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.pay .btn{width:70%;height:80rpx;border-radius:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;background-color:#f06c7a;box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.2)}.pay .tis{margin-top:10rpx;width:100%;font-size:24rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;color:#999}.pay .tis .terms{color:#5a9ef7} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/pay/success/success.wxss b/unpackage/dist/build/mp-weixin/pages/pay/success/success.wxss index ea4edce..9c3efa6 100644 --- a/unpackage/dist/build/mp-weixin/pages/pay/success/success.wxss +++ b/unpackage/dist/build/mp-weixin/pages/pay/success/success.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.icon{width:100%;margin-top:10vw}.icon image{width:25vw;height:25vw}.tis{width:100%;margin-top:20rpx;font-size:48rpx}.pay-amount{width:100%;margin-top:10rpx;font-size:32rpx}.back{position:absolute;width:100%;bottom:80rpx}.back .btn{padding:0 50rpx;height:70rpx;border:solid 2rpx #f06c7a;color:#f06c7a;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:10rpx;font-size:34rpx} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.icon{width:100%;margin-top:10vw}.icon image{width:25vw;height:25vw}.tis{width:100%;margin-top:20rpx;font-size:48rpx}.pay-amount{width:100%;margin-top:10rpx;font-size:32rpx}.back{position:absolute;width:100%;bottom:80rpx}.back .btn{padding:0 50rpx;height:70rpx;border:solid 2rpx #f06c7a;color:#f06c7a;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:10rpx;font-size:34rpx} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/cart/cart.wxss b/unpackage/dist/build/mp-weixin/pages/tabBar/cart/cart.wxss index 113f4af..43ad731 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/cart/cart.wxss +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/cart/cart.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{position:relative;background-color:#fff}.checkbox-box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.checkbox-box .checkbox{width:35rpx;height:35rpx;border-radius:100%;border:solid 2rpx #f06c7a;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.checkbox-box .checkbox .on{width:25rpx;height:25rpx;border-radius:100%;background-color:#f06c7a}.checkbox-box .text{font-size:28rpx;margin-left:10rpx}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#fff;top:0}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#fff}.header .title{font-size:36rpx}.place{background-color:#fff;height:100rpx}.goods-list{width:100%;padding:20rpx 0 120rpx 0}.goods-list .tis{width:100%;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.goods-list .row{width:calc(92%);height:calc(22vw + 40rpx);margin:20rpx auto;border-radius:15rpx;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;overflow:hidden;z-index:4;border:0}.goods-list .row .menu{position:absolute;width:30%;height:100%;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:red;color:#fff;z-index:2}.goods-list .row .menu .icon{color:#fff}.goods-list .row .carrier{background-color:#fff;position:absolute;width:100%;padding:0 0;height:100%;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@-webkit-keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}}@keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}}@-webkit-keyframes closeMenu{0%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes closeMenu{0%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.goods-list .row .carrier.open{-webkit-animation:showMenu .25s linear both;animation:showMenu .25s linear both}.goods-list .row .carrier.close{-webkit-animation:closeMenu .15s linear both;animation:closeMenu .15s linear both}.goods-list .row .carrier .checkbox-box{padding-left:20rpx;-webkit-flex-shrink:0;flex-shrink:0;height:22vw;margin-right:20rpx}.goods-list .row .carrier .goods-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;padding-right:20rpx}.goods-list .row .carrier .goods-info .img{width:22vw;height:22vw;border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.goods-list .row .carrier .goods-info .img image{width:22vw;height:22vw}.goods-list .row .carrier .goods-info .info{width:100%;height:22vw;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.goods-list .row .carrier .goods-info .info .title{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.goods-list .row .carrier .goods-info .info .spec{font-size:20rpx;background-color:#f3f3f3;color:#a7a7a7;height:30rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 10rpx;border-radius:15rpx;margin-bottom:20vw}.goods-list .row .carrier .goods-info .info .price-number{position:absolute;width:100%;bottom:0rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;font-size:28rpx;height:60rpx}.goods-list .row .carrier .goods-info .info .price-number .number{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.goods-list .row .carrier .goods-info .info .price-number .number .input{width:60rpx;height:60rpx;margin:0 10rpx;background-color:#f3f3f3}.goods-list .row .carrier .goods-info .info .price-number .number .input input{width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-align:center;font-size:26rpx}.goods-list .row .carrier .goods-info .info .price-number .number .sub, .goods-list .row .carrier .goods-info .info .price-number .number .add{width:45rpx;height:45rpx;background-color:#f3f3f3;border-radius:5rpx}.goods-list .row .carrier .goods-info .info .price-number .number .sub .icon, .goods-list .row .carrier .goods-info .info .price-number .number .add .icon{font-size:22rpx;width:45rpx;height:45rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer{width:92%;padding:0 4%;background-color:#fbfbfb;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;position:fixed;bottom:0rpx;z-index:5}.footer .delBtn{border:solid 1rpx #f06c7a;color:#f06c7a;padding:0 30rpx;height:50rpx;border-radius:30rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement{width:60%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement .sum{width:50%;font-size:28rpx;margin-right:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.footer .settlement .sum .money{font-weight:600}.footer .settlement .btn{padding:0 30rpx;height:50rpx;background-color:#f06c7a;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:30rpx} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{position:relative;background-color:#fff}.checkbox-box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.checkbox-box .checkbox{width:35rpx;height:35rpx;border-radius:100%;border:solid 2rpx #f06c7a;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.checkbox-box .checkbox .on{width:25rpx;height:25rpx;border-radius:100%;background-color:#f06c7a}.checkbox-box .text{font-size:28rpx;margin-left:10rpx}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#fff;top:0}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#fff}.header .title{font-size:36rpx}.place{background-color:#fff;height:100rpx}.goods-list{width:100%;padding:20rpx 0 120rpx 0}.goods-list .tis{width:100%;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.goods-list .row{width:calc(92%);height:calc(22vw + 40rpx);margin:20rpx auto;border-radius:15rpx;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;overflow:hidden;z-index:4;border:0}.goods-list .row .menu{position:absolute;width:30%;height:100%;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:red;color:#fff;z-index:2}.goods-list .row .menu .icon{color:#fff}.goods-list .row .carrier{background-color:#fff;position:absolute;width:100%;padding:0 0;height:100%;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@-webkit-keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}}@keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}}@-webkit-keyframes closeMenu{0%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes closeMenu{0%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.goods-list .row .carrier.open{-webkit-animation:showMenu .25s linear both;animation:showMenu .25s linear both}.goods-list .row .carrier.close{-webkit-animation:closeMenu .15s linear both;animation:closeMenu .15s linear both}.goods-list .row .carrier .checkbox-box{padding-left:20rpx;-webkit-flex-shrink:0;flex-shrink:0;height:22vw;margin-right:20rpx}.goods-list .row .carrier .goods-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;padding-right:20rpx}.goods-list .row .carrier .goods-info .img{width:22vw;height:22vw;border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.goods-list .row .carrier .goods-info .img image{width:22vw;height:22vw}.goods-list .row .carrier .goods-info .info{width:100%;height:22vw;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.goods-list .row .carrier .goods-info .info .title{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.goods-list .row .carrier .goods-info .info .spec{font-size:20rpx;background-color:#f3f3f3;color:#a7a7a7;height:30rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 10rpx;border-radius:15rpx;margin-bottom:20vw}.goods-list .row .carrier .goods-info .info .price-number{position:absolute;width:100%;bottom:0rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;font-size:28rpx;height:60rpx}.goods-list .row .carrier .goods-info .info .price-number .number{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.goods-list .row .carrier .goods-info .info .price-number .number .input{width:60rpx;height:60rpx;margin:0 10rpx;background-color:#f3f3f3}.goods-list .row .carrier .goods-info .info .price-number .number .input input{width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-align:center;font-size:26rpx}.goods-list .row .carrier .goods-info .info .price-number .number .sub, .goods-list .row .carrier .goods-info .info .price-number .number .add{width:45rpx;height:45rpx;background-color:#f3f3f3;border-radius:5rpx}.goods-list .row .carrier .goods-info .info .price-number .number .sub .icon, .goods-list .row .carrier .goods-info .info .price-number .number .add .icon{font-size:22rpx;width:45rpx;height:45rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer{width:92%;padding:0 4%;background-color:#fbfbfb;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;position:fixed;bottom:0rpx;z-index:5}.footer .delBtn{border:solid 1rpx #f06c7a;color:#f06c7a;padding:0 30rpx;height:50rpx;border-radius:30rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement{width:60%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement .sum{width:50%;font-size:28rpx;margin-right:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.footer .settlement .sum .money{font-weight:600}.footer .settlement .btn{padding:0 30rpx;height:50rpx;background-color:#f06c7a;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:30rpx} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.js b/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.js index e07bfc6..7940d42 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.js +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tabBar/category/category"],{"0928":function(t,n,o){"use strict";(function(t){o("185d");e(o("66fd"));var n=e(o("dc39"));function e(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,o("543d")["createPage"])},1542:function(t,n,o){"use strict";var e=o("74b6"),a=o.n(e);a.a},"18db":function(t,n,o){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e=o("524d"),a=function(){o.e("components/Authorize").then(function(){return resolve(o("0a4b"))}.bind(null,o)).catch(o.oe)},i=getApp(),c={components:{authorize:a},data:function(){return{showCategoryIndex:0,headerPosition:"fixed",city:"",imageUrl:i.globalData.imgUrl,categoryList:[]}},onPageScroll:function(t){t.scrollTop>=0?this.headerPosition="fixed":this.headerPosition="absolute"},onLoad:function(){this.postionIng()},methods:{postionIng:function(){t.showLoading({});var n=this;t.getLocation({type:"wgs84",success:function(o){t.request({url:"https://apis.map.qq.com/ws/geocoder/v1/?location="+o.latitude+","+o.longitude+"&key=YQDBZ-T54K4-5J6U7-DO3BA-CNZJO-PTFMU",data:{},success:function(o){n.city=o.data.result.address_component.city.replace(/市/g,"");o.data.result.ad_info.adcode.substring(5,"");i.globalData.cityId="500100",n.getCouponList(),t.hideLoading()}})}})},getCouponList:function(){var t=this,n={regionId:i.globalData.cityId,pageNum:1,pageSize:10};(0,e.getCouponList)(n).then((function(n){"000000"==n.return_code&&(t.categoryList=n.return_data.list)}))},toMsg:function(){t.showToast({title:"暂未开通",icon:"none"})},showCategory:function(t){this.showCategoryIndex=t},toCategory:function(n){t.navigateTo({url:"../../goods/goods?id="+n})},toSearch:function(){t.navigateTo({url:"../../goods/HM-search/HM-search"})}}};n.default=c}).call(this,o("543d")["default"])},4027:function(t,n,o){"use strict";o.r(n);var e=o("18db"),a=o.n(e);for(var i in e)"default"!==i&&function(t){o.d(n,t,(function(){return e[t]}))}(i);n["default"]=a.a},"5daa":function(t,n,o){"use strict";var e;o.d(n,"b",(function(){return a})),o.d(n,"c",(function(){return i})),o.d(n,"a",(function(){return e}));var a=function(){var t=this,n=t.$createElement;t._self._c},i=[]},"74b6":function(t,n,o){},dc39:function(t,n,o){"use strict";o.r(n);var e=o("5daa"),a=o("4027");for(var i in a)"default"!==i&&function(t){o.d(n,t,(function(){return a[t]}))}(i);o("1542");var c,u=o("f0c5"),r=Object(u["a"])(a["default"],e["b"],e["c"],!1,null,null,null,!1,e["a"],c);n["default"]=r.exports}},[["0928","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tabBar/category/category"],{"0928":function(t,e,o){"use strict";(function(t){o("185d");n(o("66fd"));var e=n(o("dc39"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},1542:function(t,e,o){"use strict";var n=o("74b6"),a=o.n(n);a.a},"18db":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o("524d"),a=function(){o.e("components/Authorize").then(function(){return resolve(o("0a4b"))}.bind(null,o)).catch(o.oe)},i=getApp(),r={components:{authorize:a},data:function(){return{showCategoryIndex:0,headerPosition:"fixed",city:"",imageUrl:i.globalData.imgUrl,categoryList:[],pageNum:1,pageSize:10,isNoMoreData:!1,loadingText:"点击加载更多"}},onPageScroll:function(t){t.scrollTop>=0?this.headerPosition="fixed":this.headerPosition="absolute"},onLoad:function(){this.postionIng()},methods:{postionIng:function(){t.showLoading({});var e=this;t.getLocation({type:"wgs84",success:function(o){t.request({url:"https://apis.map.qq.com/ws/geocoder/v1/?location="+o.latitude+","+o.longitude+"&key=YQDBZ-T54K4-5J6U7-DO3BA-CNZJO-PTFMU",data:{},success:function(o){e.city=o.data.result.address_component.city.replace(/市/g,"");o.data.result.ad_info.adcode.substring(5,"");i.globalData.cityId="500100",e.getCouponList(),t.hideLoading()}})}})},getCouponList:function(){var e=this;if(t.showLoading({title:"加载中..."}),this.isNoMoreData)return t.hideLoading(),this.loadingText="到底了",!1;var o=this.pageNum,a={regionId:i.globalData.cityId,pageNum:o,pageSize:this.pageSize};(0,n.getCouponList)(a).then((function(n){"000000"==n.return_code?(t.hideLoading(),e.isNoMoreData=n.return_data.list.length!=e.pageSize,e.pageNum=n.return_data.list.length==e.pageSize?++o:o,e.categoryList=e.categoryList.concat(n.return_data.list)):t.hideLoading()}))},toMsg:function(){t.showToast({title:"暂未开通",icon:"none"})},showCategory:function(t){this.showCategoryIndex=t},toCategory:function(e){t.navigateTo({url:"../../goods/goods?id="+e})},toSearch:function(){t.navigateTo({url:"../../goods/HM-search/HM-search"})}}};e.default=r}).call(this,o("543d")["default"])},4027:function(t,e,o){"use strict";o.r(e);var n=o("18db"),a=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},"74b6":function(t,e,o){},ce1d:function(t,e,o){"use strict";var n;o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){return n}));var a=function(){var t=this,e=t.$createElement;t._self._c},i=[]},dc39:function(t,e,o){"use strict";o.r(e);var n=o("ce1d"),a=o("4027");for(var i in a)"default"!==i&&function(t){o.d(e,t,(function(){return a[t]}))}(i);o("1542");var r,u=o("f0c5"),c=Object(u["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],r);e["default"]=c.exports}},[["0928","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxml b/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxml index bc9cd37..544aed8 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxml +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxml @@ -1 +1 @@ -{{city}}卡券 \ No newline at end of file +{{city+''}}卡券{{loadingText}} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxss b/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxss index 884af54..cfc7a86 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxss +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/category/category.wxss @@ -1 +1,2 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#fff;top:0}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#fff}.header .addr{width:120rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx}.header .addr .icon{height:60rpx;margin-right:5rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx;color:#ffc50a}.header .input-box{width:100%;height:60rpx;background-color:#f5f5f5;border-radius:30rpx;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.header .input-box .icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;top:0;right:0;width:60rpx;height:60rpx;font-size:34rpx;color:silver}.header .input-box input{padding-left:28rpx;height:28rpx;font-size:28rpx}.header .icon-btn{width:60rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex}.header .icon-btn .icon{width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx}.place{background-color:#fff;height:100rpx}.category-list{width:100%;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex}.category-list .left, .category-list .right{position:absolute;top:100rpx;bottom:0rpx}.category-list .left{width:24%;left:0rpx;background-color:#f2f2f2}.category-list .left .row{width:100%;height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.category-list .left .row .text{width:100%;position:relative;font-size:28rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#3c3c3c}.category-list .left .row .text .block{position:absolute;width:0rpx;left:0}.category-list .left .row.on{height:100rpx;background-color:#fff}.category-list .left .row.on .text{font-size:30rpx;font-weight:600;color:#2d2d2d}.category-list .left .row.on .text .block{width:10rpx;height:80%;top:10%;background-color:#f06c7a}.category-list .right{width:76%;left:24%}.category-list .right .category{width:94%;padding:20rpx 3%}.category-list .right .category .banner{width:100%;height:24.262vw;border-radius:10rpx;overflow:hidden;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.3)}.category-list .right .category .banner image{width:100%;height:24.262vw}.category-list .right .category .list{margin-top:40rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .right .category .list .box{width:calc(71.44vw / 2);margin-bottom:30rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .right .category .list .box image{width:60%;height:calc(71.44vw / 2 * .6)}.category-list .right .category .list .box .text{margin-top:5rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:26rpx} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#fff;top:0}.loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#fff}.header .addr{width:120rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx}.header .addr .icon{height:60rpx;margin-right:5rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx;color:#ffc50a}.header .input-box{width:100%;height:60rpx;background-color:#f5f5f5;border-radius:30rpx;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.header .input-box .icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;top:0;right:0;width:60rpx;height:60rpx;font-size:34rpx;color:silver}.header .input-box input{padding-left:28rpx;height:28rpx;font-size:28rpx}.header .icon-btn{width:60rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex}.header .icon-btn .icon{width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx}.place{background-color:#fff;height:100rpx}.category-list{width:100%;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex}.category-list .left, +.category-list .right{position:absolute;top:100rpx;bottom:0rpx}.category-list .left{width:24%;left:0rpx;background-color:#f2f2f2}.category-list .left .row{width:100%;height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.category-list .left .row .text{width:100%;position:relative;font-size:28rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#3c3c3c}.category-list .left .row .text .block{position:absolute;width:0rpx;left:0}.category-list .left .row.on{height:100rpx;background-color:#fff}.category-list .left .row.on .text{font-size:30rpx;font-weight:600;color:#2d2d2d}.category-list .left .row.on .text .block{width:10rpx;height:80%;top:10%;background-color:#f06c7a}.category-list .right{width:76%;left:24%}.category-list .right .category{width:94%;padding:20rpx 3%}.category-list .right .category .banner{width:100%;height:24.262vw;border-radius:10rpx;overflow:hidden;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.3)}.category-list .right .category .banner image{width:100%;height:24.262vw}.category-list .right .category .list{margin-top:40rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .right .category .list .box{width:calc(71.44vw / 2);margin-bottom:30rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .right .category .list .box image{width:60%;height:calc(71.44vw / 2 * .6)}.category-list .right .category .list .box .text{margin-top:5rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:26rpx} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.js b/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.js index d65a1a9..35418f7 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.js +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tabBar/home/home"],{"5dc0":function(t,o,n){},"6f52":function(t,o,n){"use strict";var e;n.d(o,"b",(function(){return a})),n.d(o,"c",(function(){return i})),n.d(o,"a",(function(){return e}));var a=function(){var t=this,o=t.$createElement;t._self._c},i=[]},"9b1e":function(t,o,n){"use strict";(function(t){Object.defineProperty(o,"__esModule",{value:!0}),o.default=void 0;var e=n("524d"),a=getApp(),i={data:function(){return{showHeader:!0,afterHeaderOpacity:1,headerPosition:"fixed",headerTop:null,statusTop:null,nVueTitle:null,city:"",currentSwiper:0,imageUrl:a.globalData.imgUrl,swiperList:[{id:1,src:"url1",img:"/static/img/banner2.png"},{id:2,src:"url2",img:"/static/img/banner3.png"}],productList:[],goldproductList:[],loadingText:"正在加载..."}},onPageScroll:function(t){this.headerPosition=t.scrollTop>=0?"fixed":"absolute",this.headerTop=t.scrollTop>=0?null:0,this.statusTop=t.scrollTop>=0?null:-this.statusHeight+"px"},onPullDownRefresh:function(){setTimeout((function(){t.stopPullDownRefresh()}),1e3)},onReachBottom:function(){},authColse:function(){},onLoad:function(){t.getStorage({key:"user",success:function(o){a.globalData.userInfo=o.data,t.getStorage({key:"token",success:function(t){a.globalData.token=t.data}})},fail:function(t){}});var o=this;o.postionIng(),t.login({provider:"weixin",success:function(t){a.globalData.code=t.code;var o={code:a.globalData.code};(0,e.HandleCode)(o).then((function(t){"000000"==t.return_code&&(a.globalData.openId=t.return_data.openId)}))}})},methods:{postionIng:function(){t.showLoading({title:"加载中"});var o=this;t.getLocation({type:"wgs84",success:function(n){t.request({url:"https://apis.map.qq.com/ws/geocoder/v1/?location="+n.latitude+","+n.longitude+"&key=YQDBZ-T54K4-5J6U7-DO3BA-CNZJO-PTFMU",data:{},success:function(n){o.city=n.data.result.address_component.city.replace(/市/g,"");n.data.result.ad_info.adcode.substring(5,"");a.globalData.cityId="500100",o.getCouponListArea(),o.getCouponListgold(),t.hideLoading()},fail:function(){t.hideLoading()}})}})},getCouponListArea:function(){var t=this,o={regionId:a.globalData.cityId,pageNum:1,pageSize:4,displayArea:1};(0,e.getCouponList)(o).then((function(o){"000000"==o.return_code&&(t.productList=o.return_data.list)}))},getCouponListgold:function(){var t=this,o={regionId:a.globalData.cityId,pageNum:1,pageSize:4,displayArea:2};(0,e.getCouponList)(o).then((function(o){"000000"==o.return_code&&(t.goldproductList=o.return_data.list)}))},tao:function(o,n){console.log(o),t.navigateToMiniProgram({appId:n,path:o,success:function(t){console.log("打开成功",t)},fail:function(t){console.log(t)}})},toMsg:function(){t.showToast({title:"暂未开通",icon:"none"})},toSearch:function(){t.navigateTo({url:"../../goods/HM-search/HM-search"})},toSwiper:function(o){t.reLaunch({url:"../category/category"})},toGoods:function(o){t.navigateTo({url:"../../goods/goods?id="+o})},swiperChange:function(t){this.currentSwiper=t.detail.current}}};o.default=i}).call(this,n("543d")["default"])},bc17:function(t,o,n){"use strict";var e=n("5dc0"),a=n.n(e);a.a},c3a6:function(t,o,n){"use strict";(function(t){n("185d");e(n("66fd"));var o=e(n("c840"));function e(t){return t&&t.__esModule?t:{default:t}}t(o.default)}).call(this,n("543d")["createPage"])},c840:function(t,o,n){"use strict";n.r(o);var e=n("6f52"),a=n("db43");for(var i in a)"default"!==i&&function(t){n.d(o,t,(function(){return a[t]}))}(i);n("bc17");var c,u=n("f0c5"),r=Object(u["a"])(a["default"],e["b"],e["c"],!1,null,null,null,!1,e["a"],c);o["default"]=r.exports},db43:function(t,o,n){"use strict";n.r(o);var e=n("9b1e"),a=n.n(e);for(var i in e)"default"!==i&&function(t){n.d(o,t,(function(){return e[t]}))}(i);o["default"]=a.a}},[["c3a6","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tabBar/home/home"],{"5dc0":function(t,e,o){},"9b1e":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=o("524d"),a=getApp(),i={data:function(){return{showHeader:!0,afterHeaderOpacity:1,headerPosition:"fixed",headerTop:null,statusTop:null,nVueTitle:null,city:"",currentSwiper:0,imageUrl:a.globalData.imgUrl,swiperList:[{id:1,src:"url1",img:"/static/img/banner2.png"},{id:2,src:"url2",img:"/static/img/banner3.png"}],productList:[],goldproductList:[],loadingText:"正在加载...",pageNum:1,pageSize:6}},onPageScroll:function(t){this.headerPosition=t.scrollTop>=0?"fixed":"absolute",this.headerTop=t.scrollTop>=0?null:0,this.statusTop=t.scrollTop>=0?null:-this.statusHeight+"px"},onPullDownRefresh:function(){setTimeout((function(){t.stopPullDownRefresh()}),1e3)},onReachBottom:function(){},authColse:function(){},onLoad:function(){t.login({provider:"weixin",success:function(t){a.globalData.code=t.code;var e={code:a.globalData.code};(0,n.HandleCode)(e).then((function(t){"000000"==t.return_code&&(a.globalData.openId=t.return_data.openId)}))}}),this.postionIng(),t.getStorage({key:"user",success:function(e){a.globalData.userInfo=e.data,t.getStorage({key:"token",success:function(t){a.globalData.token=t.data}})},fail:function(t){}})},methods:{postionIng:function(){t.showLoading({title:"加载中"});var e=this;t.getLocation({type:"wgs84",success:function(o){t.request({url:"https://apis.map.qq.com/ws/geocoder/v1/?location="+o.latitude+","+o.longitude+"&key=YQDBZ-T54K4-5J6U7-DO3BA-CNZJO-PTFMU",data:{},success:function(o){e.city=o.data.result.address_component.city.replace(/市/g,"");o.data.result.ad_info.adcode.substring(5,"");a.globalData.cityId="500100",e.getCouponListArea(),e.getCouponListgold(),t.hideLoading()},fail:function(){t.hideLoading()}})}})},getCouponListArea:function(){var t=this,e={regionId:a.globalData.cityId,pageNum:this.pageNum,pageSize:this.pageSize,displayArea:1};(0,n.getCouponList)(e).then((function(e){"000000"==e.return_code&&(t.productList=e.return_data.list)}))},getCouponListgold:function(){var t=this,e={regionId:a.globalData.cityId,pageNum:this.pageNum,pageSize:this.pageSize,displayArea:2};(0,n.getCouponList)(e).then((function(e){"000000"==e.return_code&&(t.goldproductList=e.return_data.list)}))},tao:function(e,o){console.log(e),t.navigateToMiniProgram({appId:o,path:e,success:function(t){console.log("打开成功",t)},fail:function(t){console.log(t)}})},toMsg:function(){t.showToast({title:"暂未开通",icon:"none"})},toSearch:function(){t.navigateTo({url:"../../goods/HM-search/HM-search"})},toSwiper:function(e){t.reLaunch({url:"../category/category"})},toGoods:function(e){t.navigateTo({url:"../../goods/goods?id="+e})},swiperChange:function(t){this.currentSwiper=t.detail.current}}};e.default=i}).call(this,o("543d")["default"])},bc17:function(t,e,o){"use strict";var n=o("5dc0"),a=o.n(n);a.a},c3a6:function(t,e,o){"use strict";(function(t){o("185d");n(o("66fd"));var e=n(o("c840"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},c840:function(t,e,o){"use strict";o.r(e);var n=o("ee88"),a=o("db43");for(var i in a)"default"!==i&&function(t){o.d(e,t,(function(){return a[t]}))}(i);o("bc17");var u,c=o("f0c5"),r=Object(c["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],u);e["default"]=r.exports},db43:function(t,e,o){"use strict";o.r(e);var n=o("9b1e"),a=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},ee88:function(t,e,o){"use strict";var n;o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){return n}));var a=function(){var t=this,e=t.$createElement;t._self._c},i=[]}},[["c3a6","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxml b/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxml index 3cc73d8..684cebd 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxml +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxml @@ -1 +1 @@ -{{''+city+''}}赠券专区暂无数据{{product.couponName}}{{"¥"+product.discountPrice}}{{"¥"+product.salesPrice}}金币专区暂无数据{{product.couponName}}{{"¥"+product.discountPrice}}{{"¥"+product.salesPrice}} \ No newline at end of file +{{''+city+''}}赠券专区暂无数据{{product.couponName}}{{"¥"+product.discountPrice}}{{'¥'+product.salesPrice}}金币专区暂无数据{{product.couponName}}{{"¥"+product.discountPrice}}{{'¥'+product.salesPrice}} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxss b/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxss index c9feae2..b74df34 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxss +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/home/home.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{position:relative;background-color:#fff}@font-face{font-family:HMfont-home;src:url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABDkAAsAAAAAHNQAABCUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEOAqqPKIAATYCJAM4Cx4ABCAFhG0HgUIbsBczo8LGAQApXpzs/3DAzQnrqJVQobqjkywr6K3VnnGPu9Hok7hbbDQrMa3YYH8hMXBogoTzwQb7Cx1kafc7LoV7nPdDKXng//D1vvHHmJQxLb6PhyYHA5TjobT1Ahe8Yj0Bel0CGZ62+e/eIdwdcCPswEj8LgoVo7G/whxWfmb0JgvdWPLFRbsoNzNXdS7DRYaDbmUCvEXgheNFZKuuXTu+aEU1WZOVcF6HmhlSCYD7H5tIg0qTmVZRu7s/lUSaaoKS9pbWFqJJPkHSvAEC8qYvrtm2JxQywhzK2SfN9jDt5aDpt8kIchy0s3wRg+cEDyyL1Gjv/0BR8z+X2vyO6G5ACjPM2Jv/kxz8wNafHP0SH7XNFUltLPemCOSEuj/MFYBU5wAtGDXh5vzUTW2j/5KagmzC/t9v7y4vg+OMRLwoYBX7mqMT0LTlBLl5HwAPJnsrAWq90PqiBwuZMscZ1C9VGb1mFFGDEvWoghTgm/3nw38eYUBUSeA9ptuMzhWP6CnnWSmqHGeaRRcCLo/iyCLhBJCP+jsz/U2o4b4D1fw7hicAtNVFucyfljwd+lM9sx8fV+GEPO940Lb+jASoiKpq6hqaWtrS1Y7G/7wq2KltWPMj1qFwqECFwhWIFJ5AlcIXqFG0BeoUHYEGRVegSdETaFH0BdoUAZHuWjgQATQVCHT4be+atmrX6mUNeAWg+gE0muCtP9vhJIvE2tPS0aWD7CMMIF3Shslisx04nYhOo7FwnK5OV6peT8FmMckJTC7XkLV2OJTAz3pkMUl1XU87pJQQTOCcvpRZU4mQYa2upA2dlZXiXsMYFpZotVJSMWjs8inptH/3IVRdnVfTCSu4BEN26erEHIyVQgYQydTZpPut5IJTT8c7zVtLICfML4kL4IAySN6neVUQEGHYRWxJzy9tvvtVbt8+Hq7LLy95wyxipk2XPrlfGueR8BzXrk8uJkbH4zP3PElIY8T2xpM0xV8QJjH6dOl8LrBDVDBSg+4NWThiuyw1pg6hQ+yicS1L1JHvhOEBr5mGpWUXbFS5Rshz/DLGeg2qcy8vgln+ZkxXQytRtsvny6uMysNUI+s1FzjjHq+dSKulGvPTvPwVmoI2Toen7K7Efgc01rrMYDSU5GcvBhMIRyH2Y72RCUkgpeUh7Jn3rqySk3c1lpC5CJ0zQktsu63zHuocSwVg4ZgXHoTc9SCBeBrju2cUMDDt2ZCAwADYdQ3kMjGm/PN5fLdsdJyu0cfGxicOCM8pSecvpDGwXpDWYqUBH66TifQOImT6TKN4Buv+7WW5sFsFxTBOyY51svEoxFgAhbWC3NuzSpiYJlSdBIWjAAURRzd941tLpD2D6kLgCDEcT/sKXOEV0sKioNREw0YqHazPM2fr1dL4OM+D4hnDyLsaFNynxsCMGMmdgWf/6rvRKZN7o4kVU1l5m99ajfRIZUTnK2KBNy994FPp/WxnOiS6msJFnF3XcqJviugTy4XXdBjl/4srzMjY50JQrr1aNMWbp97D6fN+1nYjPB0NKuW6G8ZZIzlPqcw551595Ar0weMyL5/2U1cjD/MyYkPUWhE41+KuE5JVKRWGGyR6fiFhdqEaZ8ZASohSmGRcnKYwuX4l9IhUk0l9HIMHPuuUtP59MWP3epKdxHQvrImZ18/64M1+dz0Jk3t9rCHEf5T8u+gX2ajrBl5tAokz/AFTLihRgsraYThf4zK19rS8Ii9Ckd6nOtZGiO/wsxmyZnG+pkoirBl5nAQXm+XAUhDQh1YxB5qe/WepUh0P0ird8D4LmBPkFZACMmlJCAA2ISjPrkF4dMfQkuBgNCY8qI9gDuLKAJJR0G1Jy0eDFIbmnSMytrmDFpbHeGJbsKD4s5KOcQWNNxGZ5meZZUSaUU1nDy0cS/OMA2jAVb+wXnF4wxSd2XSgClRWDI9TenjWXTtQKlrSL3I2ecIO0zlUXBUYrblrj8SDK4vYVfNCT/ITRm0ZrwAlTV0cTOcbc9fElZUiVzsx7uXPp8aydaPuKBHKGc81bs7L+qlJUzC9YWy10UhUyh51z03PAZ3XFk+WF+3R3lL4QeeeMFVZ/NnaZhKJy9wAIVMAAFiF5PqSYDAOTmzJXtYOW6Vm9aSZOtUIsAyzhBpkxpBouI3V6YCh/T3eKEgaygxVmEqaQatyANDbRmr9/SDTZrK4Q9qp3+vbvXCbBcyVURxSDA1aHepHAIhLNgSKNPV8dRrUa5nWhUxk+jhdqiCBLIZ33cGMWEVt++wvwOe942lUKazTTySP6AKMHjD30DNo2LkbQTY02XJ27tWH6/fZGBMjiVjfxb+Uy7GuXrJaKsvMqNrUGABdRpb0jBSHD06EFsMmcNNQFYGkZwMCSbLLjY2fnpYxfk+C5OUhkvuCfbsECVR22awVGCiRVEDrvjOorVtBSjW5tQ3OJbnGXBLmrVqVt71wwZAjVedubasmU0BAEe1WEIwLOPpsn+cvLv47u7wpSx7ho5PjLk2zTzWZJsUzM8QZj4qECydpFk2yyikS5BQCBsLILhSoS27dZygh+Zf2DilcqvGQv8hgqoK2Y3vGPNyjoLRojgdXmVKV7ewat0S2yCFIHdSTeXJxT6jg33p49Chaj2pg1kOYosZPOBcAlYGqr2+doaWB++E+NteIy4JZS5dlQXLf84WFaGsrsERpVWRjK6wRmSeg5oYCIiOLat2/EHwNaS6CNY2tVaRFvei9raJmh9R5CKE/bpgnEtXMVBJCLyGILZFelLKExy77Xr4plGHP0qjaGNKXupr+rXEY2xW9rkhIeK7ri9mVYaRLX+2rUggJD9UO8a47HRHqiWYys4nqOrUdKSPt1OYNLzQfNxXpolby67Gc63KBjZhT0NOgj5V+DBkmVlYRlDZFVIkGdGQ6A6LHoEbuGkYy/Ewn4HdxDcPFX2ylGNPgo+dfadSgC4HdPBnHj8Nac6JutK7E234bU8Zq/33lqiWo0terdfhPWTcXf4R9tIWg8H04xb9D7CMo9442YpRPqdvUFH8UtHx0gYtq29Lhu8lwUV1bGkyHV9mrTn4anIOFi9wYKvtwxTrBt9cbnI/BVrLdoADku36wtXk6urgd1gJGEi9HkB27w9/Gz2ZMCmSHTc9FVw0uHPiO9wIM3Mc9kdrsdgncEQHXq5DasqnfDa43Din1WJ+OpP1I0cO8drRWHsmIgis1I/+h0WBBoWnqVP7qaQYxuXJfIIWVO2GVza0EWL6RXobfMR8i6EvrOw8lSdzEYtQTrmwYKUADGpVBKQNwU0WqPC2agAQ0AeIs/yyBisUuD5QU3gWS/NYOnVRiLHiIixRWHey6cGrMVdCyY5sx6RYhV5S3RoO3+3jhka1bN++ESZesEzAWvINptXXpSBpiA6b5zjQk/Y479m8PcqKcIRnX911oydrQ0rfjIQ2VLNf0erh2chWIAdEeUriOmKO0T8jl1E6tmRO4y+VtaOkaVPrfEECIBOg4o0EM0AYCR93UeYyW7RL1He07hISwVvb/NziFPbvEzCyxOGiRTjvxE1zGzil7hXTvIEF4zS/tUFT5MkAb9w7MRfL5QVfEiotFSTP7TuoVwPp6uB0F9RobxxWamihGPWGdiJRXIMOZWF7uQCrKh2ul4x0Sb/mLF/+/YYQjLNDU103KRzSaXPAdSz70nTPNP9CC4MffmeUuT4Tl5TlNKIV8liyPlcleA5CaB+B83q0HC/48PJ97iy7vw4MfROonLACLCsfO1T7LoqIxoojYFo6BS/T8GH+31h6tu3zaeULDhNdPPcZvdc7Qj3VGVT29KuguM6o06vjx/sR0DJcii9durAZOTrhOW8eVPYQOP9IULCnZnYOYjJRz21e+5HX2NhhHO9FUBw6rmB9n6a7jdL76eziU/M0YUW0/Hkd0CW2Jzt0/khCxnsSEviTnQC4WfegavUP54evnDS1zc63tvQEEkm8bZyQRfNWpEegHhdOOMxjHw0uDj3ac/HzWnskTdmR5RQbwflgEBOaOlXqzae5io5Qs1+XkqogcgxOJdGa1oCI2sS9lrmt/nq56kD9EhAIf62KaWlQc6tB6N8PONwJW7dhZBZ2iDCYu2jjbxGMlOjwMVzrrxgLmp9wP8gGsBRuQf0gOCKBfoeekjW+kI1O823co9uPHTdMRD+9IsXwZfrxGHt8TH9hN9pA7MQlwo8EH8Yv4WYVG3sg11ONyvb3VQqwJu1qDUAgf3GVbsO+OVeMUvg0b4A04hA+t0reEU0R42P+/+OW8b/ggbxD79svHYhROeck1GeyubnYGOP8BHNrAZDW1vVYOcofw1w+iIkkyKurBB/PF/PP8xQ93DqrLcCO8TG0zHncp/uob6Y/rD+5g/KN/FcD0UUqyyQbr9nXGSTaGQmfbRtsZW581PtPaeqDxgHbq6C8yJ8Tyh4xsnyBb+CMkR0Zm6WbFgQAgHz+RGIv+DfyL0uNKnUrjdumixyyufHL8dDX3OKrHa13v7r1+K8LOsCrNT2B1BTlGi5ITViuzZ8y+UusUk1ve2c4Oly74tu63lLzodIH6J3GXIpvylJELf7cD4CAJ+PRs2K4bBYc+OascxKM6QbQuwvwPDbJYg4csTnsbhV4eH7Yw+twp1rHjrFOMJYwYqo/ZlWqV+3n7cVg5BjEGXIMxAjM5B7CjUxNPJ9KOXiaX89zDGw+TpDs58zCxTxmUcAW2j7PPok0Mp9CUcpgODswcrGnH9rfv11s5E9a/5zC3b2dyOGJODgVvK7cxNnCasLZ/rIchmNdVSU3HqdjF8sKayr4v7FkILBuGZw8zH3mK3olEZg3YIfkayQWDhnGAKTkxHOUZanPBf422rCdsW6MPhl7sJywvtcIyXfE1Nqiv+nv16aZPTOiKNJLus9nHZ9O4JNfxYcprKpWD/EG80m09OsqShTJHtYQPwL5EqPWE7iHxknjQS5khUlYpusHNy20D+gRd71aJZ7aPNbAgLYy5xjxjy1Vsc9LC6MO0NLKkjUiJId4QIS07tqM6Zc/hCE7xKPyI+ShiBylzinMH2iF34SdDp4YM3oZDkNFES4y7Xk/19Pt7w7hgH5j3O+/zUGohsg+OOP/M9/DxdJcGnaeo/0GlL6WLSI1hiyrDvkBgi29m7Efn8/y6L1G+Qg3SEXTdonuT799Dm/007Uu99X/IPR89WzpsSW7mQgA2yzRoefutDc0GgM/xsD25d75uvnVBr2eX5QJJyuGuX4Abjmh+bmMrLndoTJc+QcsbjPrE56OaDZ/U7YC85oSvaDnjq+rO+aZjAX23jBQCVMg44EjtDx/0tfJR108+6RuFAWPNXb5i6g1f1Q/lm+4Q/iBb9k6Ibl8CNoI9tEegjp1RQG6d2l9odW5C0G0f+MMQqQSKNI+Wf6DDICNF3NlSxIAJvMD7z9hwnhl84BE7SQcRv80yw0qZdrysbvkGbMQ6sQft8WLq2Jm7y23s93+h1bkJnE7vF/9hiPTyoJDKEeBDdahOq9Iw7mxJCDVAWwZewDuhOH+iDDz7dSN2khpyhP1WRq5msGqqX1/G+iNI6b0Cr4YJOoPJYpMcLsXjS2t6JHc9c9cIsXs+UOPKztkqskbl5MHo0HQSYWdPA10bnQ20cfYm0DHK9uQu46BW+U5Iigz0QvRUcX9QPCBwLzP/nx7bfCjmAnymyVitAAAAAA==") format("woff2")}.pullDown-effects{position:fixed;top:0;z-index:9;width:100%;height:36vw}.pullDown-effects image{width:100%;height:36vw}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#fff;top:0}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#fff}.header .addr{width:120rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx}.header .addr .icon{height:60rpx;margin-right:5rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx;color:#ffc50a}.header .input-box{width:100%;height:60rpx;background-color:#f5f5f5;border-radius:30rpx;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.header .input-box .icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;top:0;right:0;width:60rpx;height:60rpx;font-size:34rpx;color:silver}.header .input-box input{padding-left:28rpx;height:28rpx;font-size:28rpx}.header .icon-btn{width:60rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex}.header .icon-btn .icon{width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx}.place{background-color:#fff;height:100rpx}.swiper{width:100%;margin-top:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.swiper .swiper-box{width:92%;height:150px;overflow:hidden;border-radius:15rpx;box-shadow:0rpx 8rpx 25rpx rgba(0,0,0,.2);position:relative;z-index:1}.swiper .swiper-box swiper{width:100%;height:150px}.swiper .swiper-box swiper swiper-item image{width:100%;height:150px}.swiper .swiper-box .indicator{position:absolute;bottom:20rpx;left:20rpx;background-color:hsla(0,0%,100%,.4);width:150rpx;height:5rpx;border-radius:3rpx;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex}.swiper .swiper-box .indicator .dots{width:0rpx;background-color:#fff;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.swiper .swiper-box .indicator .dots.on{width:33.33333%}.category-list{width:92%;margin:0 4%;padding:0 0 30rpx 0;border-bottom:solid 2rpx #f6f6f6;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .category{width:25%;margin-top:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .category .img{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.category-list .category .img image{width:9vw;height:9vw}.category-list .category .text{margin-top:16rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:24rpx;color:#3c3c3c}.banner{width:92%;margin:40rpx 4%}.banner image{width:100%;height:20vw;border-radius:10vw}.promotion{width:92%;margin:0 4%}.promotion .text{width:100%;height:60rpx;font-size:34rpx;font-weight:600;margin-top:-10rpx}.promotion .list{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.promotion .list .column{width:43%;padding:15rpx 3%;background-color:#ebf9f9;border-radius:10rpx;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.promotion .list .column .top{width:100%;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:5rpx}.promotion .list .column .top .title{font-size:30rpx}.promotion .list .column .top .countdown{margin-left:20rpx;display:-webkit-box;display:-webkit-flex;display:flex;height:40rpx;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:20rpx}.promotion .list .column .top .countdown view{height:30rpx;background-color:#f06c7a;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;border-radius:4rpx;margin:0 4rpx;padding:0 2rpx}.promotion .list .column .left{width:50%;height:18.86vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:space-between;align-content:space-between}.promotion .list .column .left .ad{margin-top:5rpx;width:100%;font-size:22rpx;color:#acb0b0}.promotion .list .column .left .into{width:100%;font-size:24rpx;color:#aaa;margin-bottom:5rpx}.promotion .list .column .right{width:18.86vw;height:18.86vw}.promotion .list .column .right image{width:18.86vw;height:18.86vw}.goods-list .title{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:80rpx;color:#f47825;font-size:30rpx;margin-top:10rpx}.goods-list .title image{width:30rpx;height:30rpx}.goods-list .loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.goods-list .product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.goods-list .product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.goods-list .product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.goods-list .product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.goods-list .product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.goods-list .product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.goods-list .product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{position:relative;background-color:#fff}@font-face{font-family:HMfont-home;src:url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABDkAAsAAAAAHNQAABCUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEOAqqPKIAATYCJAM4Cx4ABCAFhG0HgUIbsBczo8LGAQApXpzs/3DAzQnrqJVQobqjkywr6K3VnnGPu9Hok7hbbDQrMa3YYH8hMXBogoTzwQb7Cx1kafc7LoV7nPdDKXng//D1vvHHmJQxLb6PhyYHA5TjobT1Ahe8Yj0Bel0CGZ62+e/eIdwdcCPswEj8LgoVo7G/whxWfmb0JgvdWPLFRbsoNzNXdS7DRYaDbmUCvEXgheNFZKuuXTu+aEU1WZOVcF6HmhlSCYD7H5tIg0qTmVZRu7s/lUSaaoKS9pbWFqJJPkHSvAEC8qYvrtm2JxQywhzK2SfN9jDt5aDpt8kIchy0s3wRg+cEDyyL1Gjv/0BR8z+X2vyO6G5ACjPM2Jv/kxz8wNafHP0SH7XNFUltLPemCOSEuj/MFYBU5wAtGDXh5vzUTW2j/5KagmzC/t9v7y4vg+OMRLwoYBX7mqMT0LTlBLl5HwAPJnsrAWq90PqiBwuZMscZ1C9VGb1mFFGDEvWoghTgm/3nw38eYUBUSeA9ptuMzhWP6CnnWSmqHGeaRRcCLo/iyCLhBJCP+jsz/U2o4b4D1fw7hicAtNVFucyfljwd+lM9sx8fV+GEPO940Lb+jASoiKpq6hqaWtrS1Y7G/7wq2KltWPMj1qFwqECFwhWIFJ5AlcIXqFG0BeoUHYEGRVegSdETaFH0BdoUAZHuWjgQATQVCHT4be+atmrX6mUNeAWg+gE0muCtP9vhJIvE2tPS0aWD7CMMIF3Shslisx04nYhOo7FwnK5OV6peT8FmMckJTC7XkLV2OJTAz3pkMUl1XU87pJQQTOCcvpRZU4mQYa2upA2dlZXiXsMYFpZotVJSMWjs8inptH/3IVRdnVfTCSu4BEN26erEHIyVQgYQydTZpPut5IJTT8c7zVtLICfML4kL4IAySN6neVUQEGHYRWxJzy9tvvtVbt8+Hq7LLy95wyxipk2XPrlfGueR8BzXrk8uJkbH4zP3PElIY8T2xpM0xV8QJjH6dOl8LrBDVDBSg+4NWThiuyw1pg6hQ+yicS1L1JHvhOEBr5mGpWUXbFS5Rshz/DLGeg2qcy8vgln+ZkxXQytRtsvny6uMysNUI+s1FzjjHq+dSKulGvPTvPwVmoI2Toen7K7Efgc01rrMYDSU5GcvBhMIRyH2Y72RCUkgpeUh7Jn3rqySk3c1lpC5CJ0zQktsu63zHuocSwVg4ZgXHoTc9SCBeBrju2cUMDDt2ZCAwADYdQ3kMjGm/PN5fLdsdJyu0cfGxicOCM8pSecvpDGwXpDWYqUBH66TifQOImT6TKN4Buv+7WW5sFsFxTBOyY51svEoxFgAhbWC3NuzSpiYJlSdBIWjAAURRzd941tLpD2D6kLgCDEcT/sKXOEV0sKioNREw0YqHazPM2fr1dL4OM+D4hnDyLsaFNynxsCMGMmdgWf/6rvRKZN7o4kVU1l5m99ajfRIZUTnK2KBNy994FPp/WxnOiS6msJFnF3XcqJviugTy4XXdBjl/4srzMjY50JQrr1aNMWbp97D6fN+1nYjPB0NKuW6G8ZZIzlPqcw551595Ar0weMyL5/2U1cjD/MyYkPUWhE41+KuE5JVKRWGGyR6fiFhdqEaZ8ZASohSmGRcnKYwuX4l9IhUk0l9HIMHPuuUtP59MWP3epKdxHQvrImZ18/64M1+dz0Jk3t9rCHEf5T8u+gX2ajrBl5tAokz/AFTLihRgsraYThf4zK19rS8Ii9Ckd6nOtZGiO/wsxmyZnG+pkoirBl5nAQXm+XAUhDQh1YxB5qe/WepUh0P0ird8D4LmBPkFZACMmlJCAA2ISjPrkF4dMfQkuBgNCY8qI9gDuLKAJJR0G1Jy0eDFIbmnSMytrmDFpbHeGJbsKD4s5KOcQWNNxGZ5meZZUSaUU1nDy0cS/OMA2jAVb+wXnF4wxSd2XSgClRWDI9TenjWXTtQKlrSL3I2ecIO0zlUXBUYrblrj8SDK4vYVfNCT/ITRm0ZrwAlTV0cTOcbc9fElZUiVzsx7uXPp8aydaPuKBHKGc81bs7L+qlJUzC9YWy10UhUyh51z03PAZ3XFk+WF+3R3lL4QeeeMFVZ/NnaZhKJy9wAIVMAAFiF5PqSYDAOTmzJXtYOW6Vm9aSZOtUIsAyzhBpkxpBouI3V6YCh/T3eKEgaygxVmEqaQatyANDbRmr9/SDTZrK4Q9qp3+vbvXCbBcyVURxSDA1aHepHAIhLNgSKNPV8dRrUa5nWhUxk+jhdqiCBLIZ33cGMWEVt++wvwOe942lUKazTTySP6AKMHjD30DNo2LkbQTY02XJ27tWH6/fZGBMjiVjfxb+Uy7GuXrJaKsvMqNrUGABdRpb0jBSHD06EFsMmcNNQFYGkZwMCSbLLjY2fnpYxfk+C5OUhkvuCfbsECVR22awVGCiRVEDrvjOorVtBSjW5tQ3OJbnGXBLmrVqVt71wwZAjVedubasmU0BAEe1WEIwLOPpsn+cvLv47u7wpSx7ho5PjLk2zTzWZJsUzM8QZj4qECydpFk2yyikS5BQCBsLILhSoS27dZygh+Zf2DilcqvGQv8hgqoK2Y3vGPNyjoLRojgdXmVKV7ewat0S2yCFIHdSTeXJxT6jg33p49Chaj2pg1kOYosZPOBcAlYGqr2+doaWB++E+NteIy4JZS5dlQXLf84WFaGsrsERpVWRjK6wRmSeg5oYCIiOLat2/EHwNaS6CNY2tVaRFvei9raJmh9R5CKE/bpgnEtXMVBJCLyGILZFelLKExy77Xr4plGHP0qjaGNKXupr+rXEY2xW9rkhIeK7ri9mVYaRLX+2rUggJD9UO8a47HRHqiWYys4nqOrUdKSPt1OYNLzQfNxXpolby67Gc63KBjZhT0NOgj5V+DBkmVlYRlDZFVIkGdGQ6A6LHoEbuGkYy/Ewn4HdxDcPFX2ylGNPgo+dfadSgC4HdPBnHj8Nac6JutK7E234bU8Zq/33lqiWo0terdfhPWTcXf4R9tIWg8H04xb9D7CMo9442YpRPqdvUFH8UtHx0gYtq29Lhu8lwUV1bGkyHV9mrTn4anIOFi9wYKvtwxTrBt9cbnI/BVrLdoADku36wtXk6urgd1gJGEi9HkB27w9/Gz2ZMCmSHTc9FVw0uHPiO9wIM3Mc9kdrsdgncEQHXq5DasqnfDa43Din1WJ+OpP1I0cO8drRWHsmIgis1I/+h0WBBoWnqVP7qaQYxuXJfIIWVO2GVza0EWL6RXobfMR8i6EvrOw8lSdzEYtQTrmwYKUADGpVBKQNwU0WqPC2agAQ0AeIs/yyBisUuD5QU3gWS/NYOnVRiLHiIixRWHey6cGrMVdCyY5sx6RYhV5S3RoO3+3jhka1bN++ESZesEzAWvINptXXpSBpiA6b5zjQk/Y479m8PcqKcIRnX911oydrQ0rfjIQ2VLNf0erh2chWIAdEeUriOmKO0T8jl1E6tmRO4y+VtaOkaVPrfEECIBOg4o0EM0AYCR93UeYyW7RL1He07hISwVvb/NziFPbvEzCyxOGiRTjvxE1zGzil7hXTvIEF4zS/tUFT5MkAb9w7MRfL5QVfEiotFSTP7TuoVwPp6uB0F9RobxxWamihGPWGdiJRXIMOZWF7uQCrKh2ul4x0Sb/mLF/+/YYQjLNDU103KRzSaXPAdSz70nTPNP9CC4MffmeUuT4Tl5TlNKIV8liyPlcleA5CaB+B83q0HC/48PJ97iy7vw4MfROonLACLCsfO1T7LoqIxoojYFo6BS/T8GH+31h6tu3zaeULDhNdPPcZvdc7Qj3VGVT29KuguM6o06vjx/sR0DJcii9durAZOTrhOW8eVPYQOP9IULCnZnYOYjJRz21e+5HX2NhhHO9FUBw6rmB9n6a7jdL76eziU/M0YUW0/Hkd0CW2Jzt0/khCxnsSEviTnQC4WfegavUP54evnDS1zc63tvQEEkm8bZyQRfNWpEegHhdOOMxjHw0uDj3ac/HzWnskTdmR5RQbwflgEBOaOlXqzae5io5Qs1+XkqogcgxOJdGa1oCI2sS9lrmt/nq56kD9EhAIf62KaWlQc6tB6N8PONwJW7dhZBZ2iDCYu2jjbxGMlOjwMVzrrxgLmp9wP8gGsBRuQf0gOCKBfoeekjW+kI1O823co9uPHTdMRD+9IsXwZfrxGHt8TH9hN9pA7MQlwo8EH8Yv4WYVG3sg11ONyvb3VQqwJu1qDUAgf3GVbsO+OVeMUvg0b4A04hA+t0reEU0R42P+/+OW8b/ggbxD79svHYhROeck1GeyubnYGOP8BHNrAZDW1vVYOcofw1w+iIkkyKurBB/PF/PP8xQ93DqrLcCO8TG0zHncp/uob6Y/rD+5g/KN/FcD0UUqyyQbr9nXGSTaGQmfbRtsZW581PtPaeqDxgHbq6C8yJ8Tyh4xsnyBb+CMkR0Zm6WbFgQAgHz+RGIv+DfyL0uNKnUrjdumixyyufHL8dDX3OKrHa13v7r1+K8LOsCrNT2B1BTlGi5ITViuzZ8y+UusUk1ve2c4Oly74tu63lLzodIH6J3GXIpvylJELf7cD4CAJ+PRs2K4bBYc+OascxKM6QbQuwvwPDbJYg4csTnsbhV4eH7Yw+twp1rHjrFOMJYwYqo/ZlWqV+3n7cVg5BjEGXIMxAjM5B7CjUxNPJ9KOXiaX89zDGw+TpDs58zCxTxmUcAW2j7PPok0Mp9CUcpgODswcrGnH9rfv11s5E9a/5zC3b2dyOGJODgVvK7cxNnCasLZ/rIchmNdVSU3HqdjF8sKayr4v7FkILBuGZw8zH3mK3olEZg3YIfkayQWDhnGAKTkxHOUZanPBf422rCdsW6MPhl7sJywvtcIyXfE1Nqiv+nv16aZPTOiKNJLus9nHZ9O4JNfxYcprKpWD/EG80m09OsqShTJHtYQPwL5EqPWE7iHxknjQS5khUlYpusHNy20D+gRd71aJZ7aPNbAgLYy5xjxjy1Vsc9LC6MO0NLKkjUiJId4QIS07tqM6Zc/hCE7xKPyI+ShiBylzinMH2iF34SdDp4YM3oZDkNFES4y7Xk/19Pt7w7hgH5j3O+/zUGohsg+OOP/M9/DxdJcGnaeo/0GlL6WLSI1hiyrDvkBgi29m7Efn8/y6L1G+Qg3SEXTdonuT799Dm/007Uu99X/IPR89WzpsSW7mQgA2yzRoefutDc0GgM/xsD25d75uvnVBr2eX5QJJyuGuX4Abjmh+bmMrLndoTJc+QcsbjPrE56OaDZ/U7YC85oSvaDnjq+rO+aZjAX23jBQCVMg44EjtDx/0tfJR108+6RuFAWPNXb5i6g1f1Q/lm+4Q/iBb9k6Ibl8CNoI9tEegjp1RQG6d2l9odW5C0G0f+MMQqQSKNI+Wf6DDICNF3NlSxIAJvMD7z9hwnhl84BE7SQcRv80yw0qZdrysbvkGbMQ6sQft8WLq2Jm7y23s93+h1bkJnE7vF/9hiPTyoJDKEeBDdahOq9Iw7mxJCDVAWwZewDuhOH+iDDz7dSN2khpyhP1WRq5msGqqX1/G+iNI6b0Cr4YJOoPJYpMcLsXjS2t6JHc9c9cIsXs+UOPKztkqskbl5MHo0HQSYWdPA10bnQ20cfYm0DHK9uQu46BW+U5Iigz0QvRUcX9QPCBwLzP/nx7bfCjmAnymyVitAAAAAA==") format("woff2")}.pullDown-effects{position:fixed;top:0;z-index:9;width:100%;height:36vw}.pullDown-effects image{width:100%;height:36vw}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#fff;top:0}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#fff}.header .addr{width:120rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx}.header .addr .icon{height:60rpx;margin-right:5rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx;color:#ffc50a}.header .input-box{width:100%;height:60rpx;background-color:#f5f5f5;border-radius:30rpx;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.header .input-box .icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;top:0;right:0;width:60rpx;height:60rpx;font-size:34rpx;color:silver}.header .input-box input{padding-left:28rpx;height:28rpx;font-size:28rpx}.header .icon-btn{width:60rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex}.header .icon-btn .icon{width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx}.place{background-color:#fff;height:100rpx}.swiper{width:100%;margin-top:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.swiper .swiper-box{width:92%;height:150px;overflow:hidden;border-radius:15rpx;box-shadow:0rpx 8rpx 25rpx rgba(0,0,0,.2);position:relative;z-index:1}.swiper .swiper-box swiper{width:100%;height:150px}.swiper .swiper-box swiper swiper-item image{width:100%;height:150px}.swiper .swiper-box .indicator{position:absolute;bottom:20rpx;left:20rpx;background-color:hsla(0,0%,100%,.4);width:150rpx;height:5rpx;border-radius:3rpx;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex}.swiper .swiper-box .indicator .dots{width:0rpx;background-color:#fff;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.swiper .swiper-box .indicator .dots.on{width:33.33333%}.category-list{width:92%;margin:0 4%;padding:0 0 30rpx 0;border-bottom:solid 2rpx #f6f6f6;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .category{width:25%;margin-top:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-list .category .img{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.category-list .category .img image{width:9vw;height:9vw}.category-list .category .text{margin-top:16rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:24rpx;color:#3c3c3c}.banner{width:92%;margin:40rpx 4%}.banner image{width:100%;height:20vw;border-radius:10vw}.promotion{width:92%;margin:0 4%}.promotion .text{width:100%;height:60rpx;font-size:34rpx;font-weight:600;margin-top:-10rpx}.promotion .list{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.promotion .list .column{width:43%;padding:15rpx 3%;background-color:#ebf9f9;border-radius:10rpx;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.promotion .list .column .top{width:100%;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:5rpx}.promotion .list .column .top .title{font-size:30rpx}.promotion .list .column .top .countdown{margin-left:20rpx;display:-webkit-box;display:-webkit-flex;display:flex;height:40rpx;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:20rpx}.promotion .list .column .top .countdown view{height:30rpx;background-color:#f06c7a;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;border-radius:4rpx;margin:0 4rpx;padding:0 2rpx}.promotion .list .column .left{width:50%;height:18.86vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:space-between;align-content:space-between}.promotion .list .column .left .ad{margin-top:5rpx;width:100%;font-size:22rpx;color:#acb0b0}.promotion .list .column .left .into{width:100%;font-size:24rpx;color:#aaa;margin-bottom:5rpx}.promotion .list .column .right{width:18.86vw;height:18.86vw}.promotion .list .column .right image{width:18.86vw;height:18.86vw}.goods-list .title{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:80rpx;color:#f47825;font-size:40rpx;margin-top:20rpx;margin-bottom:10px}.goods-list .title image{width:30rpx;height:30rpx}.goods-list .loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.goods-list .product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.goods-list .product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15rpx 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.goods-list .product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.goods-list .product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.goods-list .product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.goods-list .product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.goods-list .product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.js b/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.js index 84accf4..241af06 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.js +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tabBar/user/user"],{"00f8":function(t,n,e){"use strict";(function(t){e("185d");o(e("66fd"));var n=o(e("bdbe"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},"3be4":function(t,n,e){},"7a53":function(t,n,e){"use strict";e.r(n);var o=e("fcf8"),i=e.n(o);for(var u in o)"default"!==u&&function(t){e.d(n,t,(function(){return o[t]}))}(u);n["default"]=i.a},b0c4:function(t,n,e){"use strict";var o;e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return u})),e.d(n,"a",(function(){return o}));var i=function(){var t=this,n=t.$createElement;t._self._c},u=[]},bcf8:function(t,n,e){"use strict";var o=e("3be4"),i=e.n(o);i.a},bdbe:function(t,n,e){"use strict";e.r(n);var o=e("b0c4"),i=e("7a53");for(var u in i)"default"!==u&&function(t){e.d(n,t,(function(){return i[t]}))}(u);e("bcf8");var r,a=e("f0c5"),s=Object(a["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);n["default"]=s.exports},fcf8:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=e("524d"),i=getApp(),u=function(){e.e("components/Authorize").then(function(){return resolve(e("0a4b"))}.bind(null,e)).catch(e.oe)},r={components:{authorize:u},data:function(){return{isfirst:!0,headerPosition:"fixed",headerTop:null,statusTop:null,showHeader:!0,user:"",orderList:[{text:"待支付",icon:"fukuan"},{text:"已支付",icon:"fahuo"},{text:"已完成",icon:"shouhuo"},{text:"已取消",icon:"pingjia"}],mytoolbarList:[{url:"/pages/goods/recording/recording?id=1",text:"充值记录",img:"/static/img/user/mingxi.png"},{url:"/pages/goods/recording/recording?id=2",text:"消费记录",img:"/static/img/user/quan.png"},{url:"/pages/user/mineCoupons/mineCoupons",text:"我的卡券",img:"/static/img/user/choujiang.png"},{url:"../../login/login",text:"商户入口",img:"/static/img/user/point.png"}]}},onPullDownRefresh:function(){setTimeout((function(){t.stopPullDownRefresh()}),1e3)},onPageScroll:function(t){this.headerPosition=t.scrollTop>=0?"fixed":"absolute",this.headerTop=t.scrollTop>=0?null:0,this.statusTop=t.scrollTop>=0?null:-this.statusHeight+"px"},onLoad:function(){this.statusHeight=0},onReady:function(){t.setStorage({key:"UserInfo",data:!1,success:function(){},fail:function(t){}})},onShow:function(){this.user=i.globalData.userInfo},methods:{getPhoneNumber:function(n){var e=this,u={openId:i.globalData.openId,iv:n.detail.iv,encryptedData:n.detail.encryptedData};(0,o.GetPhoneNumber)(u).then((function(n){"000000"==n.return_code&&(i.globalData.userInfo=n.return_data.object.highUser,t.setStorage({key:"user",data:n.return_data.object.highUser}),e.toDeposit())}))},toMsg:function(){t.showToast({title:"暂未开通",icon:"none"})},toOrderList:function(n){t.setStorageSync("tbIndex",n),t.navigateTo({url:"../../user/order_list/order_list?tbIndex="+n})},toMyQR:function(){t.navigateTo({url:"../../user/myQR/myQR"})},toLogin:function(){t.showToast({title:"请登录",icon:"none"}),t.navigateTo({url:"../../login/login"}),this.isfirst=!1},isLogin:function(){var n=t.getStorageSync("UserInfo");return!!n},toDeposit:function(){t.navigateTo({url:"../../user/deposit/deposit"})},toPage:function(n){n?t.navigateTo({url:n}):t.showToast({title:"模板未包含此页面",icon:"none"})}}};n.default=r}).call(this,e("543d")["default"])}},[["00f8","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tabBar/user/user"],{"00f8":function(t,n,e){"use strict";(function(t){e("185d");o(e("66fd"));var n=o(e("bdbe"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},"2a9c":function(t,n,e){"use strict";var o;e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return r})),e.d(n,"a",(function(){return o}));var i=function(){var t=this,n=t.$createElement;t._self._c},r=[]},"3be4":function(t,n,e){},"7a53":function(t,n,e){"use strict";e.r(n);var o=e("fcf8"),i=e.n(o);for(var r in o)"default"!==r&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=i.a},bcf8:function(t,n,e){"use strict";var o=e("3be4"),i=e.n(o);i.a},bdbe:function(t,n,e){"use strict";e.r(n);var o=e("2a9c"),i=e("7a53");for(var r in i)"default"!==r&&function(t){e.d(n,t,(function(){return i[t]}))}(r);e("bcf8");var u,a=e("f0c5"),s=Object(a["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],u);n["default"]=s.exports},fcf8:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=e("524d"),i=getApp(),r=function(){e.e("components/Authorize").then(function(){return resolve(e("0a4b"))}.bind(null,e)).catch(e.oe)},u={components:{authorize:r},data:function(){return{isfirst:!0,headerPosition:"fixed",headerTop:null,statusTop:null,showHeader:!0,user:"",orderList:[{text:"待支付",icon:"fukuan"},{text:"已支付",icon:"fahuo"},{text:"已完成",icon:"shouhuo"},{text:"已取消",icon:"pingjia"}],mytoolbarList:[{url:"/pages/goods/recording/recording?id=1",text:"充值记录",img:"/static/img/user/mingxi.png"},{url:"/pages/goods/recording/recording?id=2",text:"消费记录",img:"/static/img/user/quan.png"},{url:"/pages/user/mineCoupons/mineCoupons",text:"我的卡券",img:"/static/img/user/choujiang.png"},{url:"../../login/login",text:"商户入口",img:"/static/img/user/point.png"}]}},onPullDownRefresh:function(){setTimeout((function(){t.stopPullDownRefresh()}),1e3)},onPageScroll:function(t){this.headerPosition=t.scrollTop>=0?"fixed":"absolute",this.headerTop=t.scrollTop>=0?null:0,this.statusTop=t.scrollTop>=0?null:-this.statusHeight+"px"},onLoad:function(){this.statusHeight=0},onReady:function(){t.setStorage({key:"UserInfo",data:!1,success:function(){},fail:function(t){}})},onShow:function(){i.globalData.userInfo&&this.findUser()},methods:{findUser:function(){var n,e=this;(0,o.findUser)(n).then((function(n){"000000"==n.return_code&&(i.globalData.userInfo=n.return_data,e.user=n.return_data,t.setStorage({key:"user",data:n.return_data}))}))},getPhoneNumber:function(n){var e=this,r={openId:i.globalData.openId,iv:n.detail.iv,encryptedData:n.detail.encryptedData};(0,o.GetPhoneNumber)(r).then((function(n){"000000"==n.return_code&&(i.globalData.userInfo=n.return_data.object.highUser,t.setStorage({key:"user",data:n.return_data.object.highUser}),e.toDeposit())}))},toMsg:function(){t.showToast({title:"暂未开通",icon:"none"})},toOrderList:function(n){t.navigateTo({url:"../../user/order_list/order_list?tbIndex="+n})},toMyQR:function(){t.navigateTo({url:"../../user/myQR/myQR"})},toLogin:function(){t.showToast({title:"请登录",icon:"none"}),t.navigateTo({url:"../../login/login"}),this.isfirst=!1},isLogin:function(){var n=t.getStorageSync("UserInfo");return!!n},toDeposit:function(){t.navigateTo({url:"../../user/deposit/deposit"})},toPage:function(n){n?t.navigateTo({url:n}):t.showToast({title:"模板未包含此页面",icon:"none"})}}};n.default=u}).call(this,e("543d")["default"])}},[["00f8","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.wxss b/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.wxss index c927128..3e6c5a4 100644 --- a/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.wxss +++ b/unpackage/dist/build/mp-weixin/pages/tabBar/user/user.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{position:relative;background-color:#fff}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#f06c7a;top:0}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#f06c7a}.header .icon-btn{width:120rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex}.header .icon-btn .icon{color:#fff;width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx}.place{background-color:#f06c7a;height:100rpx}.place-bottom{height:300rpx}.user{width:92%;padding:0 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#f06c7a;padding-bottom:40rpx}.user .left{width:20vw;height:20vw;-webkit-flex-shrink:0;flex-shrink:0;margin-right:20rpx;border:solid 1rpx #fff;border-radius:100%}.user .left image{width:20vw;height:20vw;border-radius:100%}.user .right{width:100%}.user .right .username{font-size:36rpx;color:#fff}.user .right .signature{color:#eee;font-size:28rpx}.user .erweima{-webkit-flex-shrink:0;flex-shrink:0;width:50px;height:50px;padding:0;margin-left:5vw;border-radius:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:-webkit-linear-gradient(right,#fbbb37,#fcf0d0 105%);background:linear-gradient(270deg,#fbbb37 0,#fcf0d0 105%)}.user .erweima .icon{color:#7b6335;font-size:42rpx}.order{width:84%;margin:30rpx 4% 30rpx 4%;padding:30rpx 4% 20rpx 4%;background-color:#fff;box-shadow:0rpx 0rpx 25rpx rgba(0,0,0,.1);border-radius:15rpx}.order .title{padding-top:10rpx;margin:0 0 10rpx 3%;font-size:30rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order .list{display:-webkit-box;display:-webkit-flex;display:flex;padding-bottom:10rpx}.order .list .box{width:25%}.order .list .box .img{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.order .list .box .img .icon{font-size:50rpx;color:#464646}.order .list .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:28rpx;color:#3d3d3d}.order .balance-info{display:-webkit-box;display:-webkit-flex;display:flex;padding:10rpx 0}.order .balance-info .left{width:75%;display:-webkit-box;display:-webkit-flex;display:flex}.order .balance-info .left .box{width:50%;font-size:28rpx}.order .balance-info .left .box .num{width:100%;height:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;color:#f9a453}.order .balance-info .left .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#3d3d3d;font-size:28rpx}.order .balance-info .right{border-left:solid 1rpx #17e6a1;width:25%}.order .balance-info .right .box .img{width:100%;height:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.order .balance-info .right .box .img .icon{font-size:45rpx;color:#e78901}.order .balance-info .right .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:28rpx;color:#3d3d3d}.VIP{width:84%;margin:-65rpx auto 20rpx auto;padding:30rpx 4%;background:-webkit-linear-gradient(right,#dea96d,#f6d59b);background:linear-gradient(270deg,#dea96d 0,#f6d59b);box-shadow:0rpx 0rpx 25rpx rgba(0,0,0,.2);border-radius:15rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.VIP .img{-webkit-flex-shrink:0;flex-shrink:0;width:60rpx;height:60rpx}.VIP .img image{width:60rpx;height:60rpx}.VIP .title{width:100%;color:#796335;font-size:30rpx}.VIP .tis{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;color:#fcf0d0;font-size:26rpx}.toolbar{width:92%;margin:0 4% 0 4%;padding:0 0 20rpx 0;background-color:#fff;box-shadow:0rpx 0rpx 25rpx rgba(0,0,0,.1);border-radius:15rpx}.toolbar .title{padding-top:10rpx;margin:0 0 10rpx 3%;font-size:30rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.toolbar .list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.toolbar .list .box{width:25%;margin-bottom:30rpx}.toolbar .list .box .img{width:23vw;height:10.5vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.toolbar .list .box .img image{width:9vw;height:9vw}.toolbar .list .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:26rpx;color:#3d3d3d} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{position:relative;background-color:#fff}.status{width:100%;height:0;position:fixed;z-index:10;background-color:#f06c7a;top:0}.header{width:92%;padding:0 4%;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:fixed;top:0;z-index:10;background-color:#f06c7a}.header .icon-btn{width:120rpx;height:60rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex}.header .icon-btn .icon{color:#fff;width:60rpx;height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:42rpx}.place{background-color:#f06c7a;height:100rpx}.place-bottom{height:300rpx}.user{width:92%;padding:0 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#f06c7a;padding-bottom:40rpx}.user .left{width:20vw;height:20vw;-webkit-flex-shrink:0;flex-shrink:0;margin-right:20rpx;border:solid 1rpx #fff;border-radius:100%}.user .left image{width:20vw;height:20vw;border-radius:100%}.user .right{width:100%}.user .right .username{font-size:36rpx;color:#fff}.user .right .signature{color:#eee;font-size:28rpx}.user .erweima{-webkit-flex-shrink:0;flex-shrink:0;width:50px;height:50px;padding:0;margin-left:5vw;border-radius:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:-webkit-linear-gradient(right,#fbbb37,#fcf0d0 105%);background:linear-gradient(270deg,#fbbb37 0,#fcf0d0 105%)}.user .erweima .icon{color:#7b6335;font-size:42rpx}.order{width:92%;margin:30rpx 4% 30rpx 4%;padding:0rpx 0 20rpx 0;background-color:#fff;box-shadow:0rpx 0rpx 25rpx rgba(0,0,0,.1);border-radius:15rpx}.order .title{padding-top:10rpx;margin:0 0 10rpx 3%;font-size:30rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order .list{display:-webkit-box;display:-webkit-flex;display:flex;padding-bottom:10rpx}.order .list .box{width:25%}.order .list .box .img{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.order .list .box .img .icon{font-size:50rpx;color:#464646}.order .list .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:28rpx;color:#3d3d3d}.order .balance-info{display:-webkit-box;display:-webkit-flex;display:flex;padding:10rpx 0}.order .balance-info .left{width:75%;display:-webkit-box;display:-webkit-flex;display:flex}.order .balance-info .left .box{width:50%;font-size:28rpx}.order .balance-info .left .box .num{width:100%;height:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;color:#f9a453}.order .balance-info .left .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#3d3d3d;font-size:28rpx}.order .balance-info .right{border-left:solid 1rpx #17e6a1;width:25%}.order .balance-info .right .box .img{width:100%;height:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.order .balance-info .right .box .img .icon{font-size:45rpx;color:#e78901}.order .balance-info .right .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:28rpx;color:#3d3d3d}.VIP{width:84%;margin:-65rpx auto 20rpx auto;padding:30rpx 4%;background:-webkit-linear-gradient(right,#dea96d,#f6d59b);background:linear-gradient(270deg,#dea96d 0,#f6d59b);box-shadow:0rpx 0rpx 25rpx rgba(0,0,0,.2);border-radius:15rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.VIP .img{-webkit-flex-shrink:0;flex-shrink:0;width:60rpx;height:60rpx}.VIP .img image{width:60rpx;height:60rpx}.VIP .title{width:100%;color:#796335;font-size:30rpx}.VIP .tis{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;color:#fcf0d0;font-size:26rpx}.toolbar{width:92%;margin:0 4% 0 4%;padding:0 0 20rpx 0;background-color:#fff;box-shadow:0rpx 0rpx 25rpx rgba(0,0,0,.1);border-radius:15rpx}.toolbar .title{padding-top:10rpx;margin:0 0 10rpx 3%;font-size:30rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.toolbar .list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.toolbar .list .box{width:25%;margin-bottom:30rpx}.toolbar .list .box .img{width:23vw;height:10.5vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.toolbar .list .box .img image{width:9vw;height:9vw}.toolbar .list .box .text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:26rpx;color:#3d3d3d} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/address/address.wxss b/unpackage/dist/build/mp-weixin/pages/user/address/address.wxss index 8f1d967..d03d67e 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/address/address.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/address/address.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex}.add{position:fixed;bottom:0;width:100%;height:120rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.add .btn{box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.4);width:70%;height:80rpx;border-radius:80rpx;background-color:#f06c7a;color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx}.add .btn .icon{height:80rpx;color:#fff;font-size:30rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list{-webkit-flex-wrap:wrap;flex-wrap:wrap}.list .row{width:96%;padding:20rpx 2%}.list .row .left{width:90rpx;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list .row .left .head{width:70rpx;height:70rpx;background:-webkit-linear-gradient(left,#ccc,#aaa);background:linear-gradient(90deg,#ccc,#aaa);color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:60rpx;font-size:35rpx}.list .row .center{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.list .row .center .name-tel{width:100%;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.list .row .center .name-tel .name{font-size:34rpx}.list .row .center .name-tel .tel{margin-left:30rpx;font-size:24rpx;color:#777}.list .row .center .name-tel .default{font-size:22rpx;background-color:#f06c7a;color:#fff;padding:0 18rpx;border-radius:24rpx;margin-left:20rpx}.list .row .center .address{width:100%;font-size:24rpx;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;color:#777}.list .row .right{-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:20rpx}.list .row .right .icon{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:80rpx;height:60rpx;border-left:solid 1rpx #aaa;font-size:40rpx;color:#777} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex}.add{position:fixed;bottom:0;width:100%;height:120rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.add .btn{box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.4);width:70%;height:80rpx;border-radius:80rpx;background-color:#f06c7a;color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx}.add .btn .icon{height:80rpx;color:#fff;font-size:30rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list{-webkit-flex-wrap:wrap;flex-wrap:wrap}.list .row{width:96%;padding:20rpx 2%}.list .row .left{width:90rpx;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list .row .left .head{width:70rpx;height:70rpx;background:-webkit-linear-gradient(left,#ccc,#aaa);background:linear-gradient(90deg,#ccc,#aaa);color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:60rpx;font-size:35rpx}.list .row .center{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap}.list .row .center .name-tel{width:100%;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.list .row .center .name-tel .name{font-size:34rpx}.list .row .center .name-tel .tel{margin-left:30rpx;font-size:24rpx;color:#777}.list .row .center .name-tel .default{font-size:22rpx;background-color:#f06c7a;color:#fff;padding:0 18rpx;border-radius:24rpx;margin-left:20rpx}.list .row .center .address{width:100%;font-size:24rpx;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;color:#777}.list .row .right{-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:20rpx}.list .row .right .icon{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:80rpx;height:60rpx;border-left:solid 1rpx #aaa;font-size:40rpx;color:#777} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/address/edit/edit.wxss b/unpackage/dist/build/mp-weixin/pages/user/address/edit/edit.wxss index 6805cb5..23ecb2f 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/address/edit/edit.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/address/edit/edit.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.save{position:fixed;bottom:0;width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.save view{display:-webkit-box;display:-webkit-flex;display:flex}.save .btn{box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.4);width:70%;height:80rpx;border-radius:80rpx;background-color:#f06c7a;color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx}.save .btn .icon{height:80rpx;color:#fff;font-size:30rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content view{display:-webkit-box;display:-webkit-flex;display:flex}.content .row{width:94%;margin:0 3%;border-top:solid 1rpx #eee}.content .row .nominal{width:30%;height:120rpx;font-weight:200;font-size:30rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content .row .input{width:70%;padding:20rpx 0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx}.content .row .input.switch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.content .row .input .textarea{margin:20rpx 0;min-height:120rpx}.content .row .del{width:100%;height:100rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:36rpx;color:#f06c7a;background-color:rgba(255,0,0,.05);border-bottom:solid 1rpx #eee} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.save{position:fixed;bottom:0;width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.save view{display:-webkit-box;display:-webkit-flex;display:flex}.save .btn{box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.4);width:70%;height:80rpx;border-radius:80rpx;background-color:#f06c7a;color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx}.save .btn .icon{height:80rpx;color:#fff;font-size:30rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content view{display:-webkit-box;display:-webkit-flex;display:flex}.content .row{width:94%;margin:0 3%;border-top:solid 1rpx #eee}.content .row .nominal{width:30%;height:120rpx;font-weight:200;font-size:30rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.content .row .input{width:70%;padding:20rpx 0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx}.content .row .input.switch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.content .row .input .textarea{margin:20rpx 0;min-height:120rpx}.content .row .del{width:100%;height:100rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:36rpx;color:#f06c7a;background-color:rgba(255,0,0,.05);border-bottom:solid 1rpx #eee} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/business/business.wxss b/unpackage/dist/build/mp-weixin/pages/user/business/business.wxss index 565acda..ebcfdf9 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/business/business.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/business/business.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.topTabBar{width:100%;position:fixed;top:0;z-index:10;background-color:#f8f8f8;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}.topTabBar .grid{width:20%;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#444;font-size:28rpx}.topTabBar .grid .text{height:76rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topTabBar .grid .text.on{color:#f06c7a;border-bottom:solid 4rpx #f06c7a} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.topTabBar{width:100%;position:fixed;top:0;z-index:10;background-color:#f8f8f8;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}.topTabBar .grid{width:20%;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#444;font-size:28rpx}.topTabBar .grid .text{height:76rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topTabBar .grid .text.on{color:#f06c7a;border-bottom:solid 4rpx #f06c7a} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/coupon/coupon.wxss b/unpackage/dist/build/mp-weixin/pages/user/coupon/coupon.wxss index 0ba0d83..a172a8a 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/coupon/coupon.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/coupon/coupon.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}page{position:relative;background-color:#f5f5f5}.hidden{display:none!important}.place{width:100%;height:95rpx}.tabr{background-color:#fff;width:94%;height:95rpx;padding:0 3%;border-bottom:solid 1rpx #dedede;position:fixed;top:0;z-index:10}.tabr view{width:50%;height:90rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx;color:#999}.tabr .on{color:#f06c7a}.tabr .border{height:4rpx;background-color:#f06c7a;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.tabr .border.invalid{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.list{width:100%;display:block;position:relative}@-webkit-keyframes showValid{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes showValid{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes showInvalid{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes showInvalid{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.sub-list{width:100%;padding:20rpx 0 120rpx 0}.sub-list.invalid{position:absolute;top:0;left:100%;display:none}.sub-list.showvalid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showValid .2s linear both;animation:showValid .2s linear both}.sub-list.showinvalid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showInvalid .2s linear both;animation:showInvalid .2s linear both}.sub-list .tis{width:100%;height:60rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.sub-list .row{width:92%;height:24vw;margin:20rpx auto 10rpx auto;border-radius:8rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;overflow:hidden;z-index:4;border:0}.sub-list .row .menu{position:absolute;width:28%;height:100%;right:0;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:red;color:#fff;z-index:2}.sub-list .row .menu .icon{color:#fff;font-size:50rpx}.sub-list .row .carrier{background-color:#fff;position:absolute;width:100%;padding:0 0;height:100%;z-index:3;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@-webkit-keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@-webkit-keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.sub-list .row .carrier.open{-webkit-animation:showMenu .25s linear both;animation:showMenu .25s linear both}.sub-list .row .carrier.close{-webkit-animation:closeMenu .15s linear both;animation:closeMenu .15s linear both}.sub-list .row .carrier .left{width:100%;position:relative}.sub-list .row .carrier .left .title{padding-top:3vw;width:90%;margin:0 5%;font-size:36rpx}.sub-list .row .carrier .left .term{width:90%;margin:0 5%;font-size:26rpx;color:#999}.sub-list .row .carrier .left .gap-top, .sub-list .row .carrier .left .gap-bottom{position:absolute;width:20rpx;height:20rpx;right:-10rpx;border-radius:100%;background-color:#f5f5f5}.sub-list .row .carrier .left .gap-top{top:-10rpx}.sub-list .row .carrier .left .gap-bottom{bottom:-10rpx}.sub-list .row .carrier .left .shixiao{position:absolute;right:20rpx;font-size:150rpx;z-index:6;color:hsla(0,0%,60%,.2)}.sub-list .row .carrier .right{-webkit-flex-shrink:0;flex-shrink:0;width:28%;color:#fff;background:-webkit-linear-gradient(left,#ec625c,#ee827f);background:linear-gradient(90deg,#ec625c,#ee827f);-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.sub-list .row .carrier .right.invalid{background:-webkit-linear-gradient(left,#aaa,#999);background:linear-gradient(90deg,#aaa,#999)}.sub-list .row .carrier .right.invalid .use{color:#aaa}.sub-list .row .carrier .right .ticket, .sub-list .row .carrier .right .criteria{width:100%}.sub-list .row .carrier .right .ticket{padding-top:1vw;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;height:6vw}.sub-list .row .carrier .right .ticket .num{font-size:42rpx;font-weight:600}.sub-list .row .carrier .right .ticket .unit{font-size:24rpx}.sub-list .row .carrier .right .criteria{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:28rpx}.sub-list .row .carrier .right .use{width:50%;height:40rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:24rpx;background-color:#fff;color:#ee827f;border-radius:40rpx;padding:0 10rpx} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}page{position:relative;background-color:#f5f5f5}.hidden{display:none!important}.place{width:100%;height:95rpx}.tabr{background-color:#fff;width:94%;height:95rpx;padding:0 3%;border-bottom:solid 1rpx #dedede;position:fixed;top:0;z-index:10}.tabr view{width:50%;height:90rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx;color:#999}.tabr .on{color:#f06c7a}.tabr .border{height:4rpx;background-color:#f06c7a;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.tabr .border.invalid{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.list{width:100%;display:block;position:relative}@-webkit-keyframes showValid{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes showValid{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes showInvalid{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes showInvalid{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.sub-list{width:100%;padding:20rpx 0 120rpx 0}.sub-list.invalid{position:absolute;top:0;left:100%;display:none}.sub-list.showvalid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showValid .2s linear both;animation:showValid .2s linear both}.sub-list.showinvalid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showInvalid .2s linear both;animation:showInvalid .2s linear both}.sub-list .tis{width:100%;height:60rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.sub-list .row{width:92%;height:24vw;margin:20rpx auto 10rpx auto;border-radius:8rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;overflow:hidden;z-index:4;border:0}.sub-list .row .menu{position:absolute;width:28%;height:100%;right:0;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:red;color:#fff;z-index:2}.sub-list .row .menu .icon{color:#fff;font-size:50rpx}.sub-list .row .carrier{background-color:#fff;position:absolute;width:100%;padding:0 0;height:100%;z-index:3;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@-webkit-keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@-webkit-keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.sub-list .row .carrier.open{-webkit-animation:showMenu .25s linear both;animation:showMenu .25s linear both}.sub-list .row .carrier.close{-webkit-animation:closeMenu .15s linear both;animation:closeMenu .15s linear both}.sub-list .row .carrier .left{width:100%;position:relative}.sub-list .row .carrier .left .title{padding-top:3vw;width:90%;margin:0 5%;font-size:36rpx}.sub-list .row .carrier .left .term{width:90%;margin:0 5%;font-size:26rpx;color:#999}.sub-list .row .carrier .left .gap-top, .sub-list .row .carrier .left .gap-bottom{position:absolute;width:20rpx;height:20rpx;right:-10rpx;border-radius:100%;background-color:#f5f5f5}.sub-list .row .carrier .left .gap-top{top:-10rpx}.sub-list .row .carrier .left .gap-bottom{bottom:-10rpx}.sub-list .row .carrier .left .shixiao{position:absolute;right:20rpx;font-size:150rpx;z-index:6;color:hsla(0,0%,60%,.2)}.sub-list .row .carrier .right{-webkit-flex-shrink:0;flex-shrink:0;width:28%;color:#fff;background:-webkit-linear-gradient(left,#ec625c,#ee827f);background:linear-gradient(90deg,#ec625c,#ee827f);-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.sub-list .row .carrier .right.invalid{background:-webkit-linear-gradient(left,#aaa,#999);background:linear-gradient(90deg,#aaa,#999)}.sub-list .row .carrier .right.invalid .use{color:#aaa}.sub-list .row .carrier .right .ticket, .sub-list .row .carrier .right .criteria{width:100%}.sub-list .row .carrier .right .ticket{padding-top:1vw;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;height:6vw}.sub-list .row .carrier .right .ticket .num{font-size:42rpx;font-weight:600}.sub-list .row .carrier .right .ticket .unit{font-size:24rpx}.sub-list .row .carrier .right .criteria{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:28rpx}.sub-list .row .carrier .right .use{width:50%;height:40rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:24rpx;background-color:#fff;color:#ee827f;border-radius:40rpx;padding:0 10rpx} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/deposit/deposit.wxss b/unpackage/dist/build/mp-weixin/pages/user/deposit/deposit.wxss index 8d6422f..f1eb069 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/deposit/deposit.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/deposit/deposit.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.block{width:94%;padding:20rpx 3%}.block .title{width:100%;font-size:34rpx}.block .content .my{width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx;border-bottom:solid 1rpx #eee}.block .content .amount{width:100%}.block .content .amount .list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0}.block .content .amount .list .box{width:30%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:10rpx;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.05);font-size:36rpx;background-color:#f1f1f1;color:333}.block .content .amount .list .box.on{background-color:#f06c7a;color:#fff}.block .content .amount .num{margin-top:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .amount .num .text{padding-right:10rpx;font-size:30rpx}.block .content .amount .num .input{width:28.2vw;border-bottom:solid 2rpx #999;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .amount .num .input input{margin:0 20rpx;height:60rpx;font-size:30rpx;color:#f06c7a;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list{width:100%;border-bottom:solid 1rpx #eee}.block .content .pay-list .row{width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left image{width:80rpx;height:80rpx}.block .content .pay-list .row .center{width:100%;font-size:30rpx}.block .content .pay-list .row .right{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.pay{margin-top:20rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.pay .btn{width:70%;height:80rpx;border-radius:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;background-color:#f06c7a;box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.2)}.pay .tis{margin-top:10rpx;width:100%;font-size:24rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;color:#999}.pay .tis .terms{color:#5a9ef7} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.block{width:94%;padding:20rpx 3%}.block .title{width:100%;font-size:34rpx}.block .content .my{width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx;border-bottom:solid 1rpx #eee}.block .content .amount{width:100%}.block .content .amount .list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0}.block .content .amount .list .box{width:30%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:10rpx;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.05);font-size:36rpx;background-color:#f1f1f1;color:333}.block .content .amount .list .box.on{background-color:#f06c7a;color:#fff}.block .content .amount .num{margin-top:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .amount .num .text{padding-right:10rpx;font-size:30rpx}.block .content .amount .num .input{width:28.2vw;border-bottom:solid 2rpx #999;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .amount .num .input input{margin:0 20rpx;height:60rpx;font-size:30rpx;color:#f06c7a;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list{width:100%;border-bottom:solid 1rpx #eee}.block .content .pay-list .row{width:100%;height:120rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.block .content .pay-list .row .left image{width:80rpx;height:80rpx}.block .content .pay-list .row .center{width:100%;font-size:30rpx}.block .content .pay-list .row .right{width:100rpx;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.pay{margin-top:20rpx;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.pay .btn{width:70%;height:80rpx;border-radius:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;background-color:#f06c7a;box-shadow:0rpx 5rpx 10rpx rgba(0,0,0,.2)}.pay .tis{margin-top:10rpx;width:100%;font-size:24rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;color:#999}.pay .tis .terms{color:#5a9ef7} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/keep/keep.wxss b/unpackage/dist/build/mp-weixin/pages/user/keep/keep.wxss index 1e88340..03afd7a 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/keep/keep.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/keep/keep.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}page{position:relative;background-color:#f5f5f5}.hidden{display:none!important}.place{width:100%;height:95rpx}.tabr{background-color:#fff;width:94%;height:95rpx;padding:0 3%;border-bottom:solid 1rpx #dedede;position:fixed;top:0;z-index:10}.tabr view{width:50%;height:90rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx;color:#999}.tabr .on{color:#f06c7a}.tabr .border{height:4rpx;background-color:#f06c7a;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.tabr .border.shop{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.list{width:100%;display:block;position:relative}@-webkit-keyframes showGoods{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes showGoods{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes showShop{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes showShop{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.sub-list{width:100%;padding:20rpx 0 120rpx 0}.sub-list.shop{position:absolute;top:0;left:100%;display:none}.sub-list.showgoods{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showGoods .2s linear both;animation:showGoods .2s linear both}.sub-list.showshop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showShop .2s linear both;animation:showShop .2s linear both}.sub-list .tis{width:100%;height:60rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.sub-list.shop .row{height:20vw}.sub-list.shop .row .left{width:20vw;height:20vw;padding-left:20rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.sub-list.shop .row .left image{width:18vw;height:18vw;border-radius:100%}.sub-list.shop .row .right{height:20vw;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.sub-list .row{width:100%;height:30vw;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;overflow:hidden;border-bottom:solid 1rpx #dedede}.sub-list .row .menu{position:absolute;width:28%;height:100%;right:0;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:red;color:#fff;z-index:2}.sub-list .row .menu .icon{color:#fff;font-size:50rpx}.sub-list .row .carrier{background-color:#fff;position:absolute;width:100%;padding:0 0;height:100%;z-index:3;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@-webkit-keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@-webkit-keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.sub-list .row .carrier.open{-webkit-animation:showMenu .25s linear both;animation:showMenu .25s linear both}.sub-list .row .carrier.close{-webkit-animation:closeMenu .15s linear both;animation:closeMenu .15s linear both}.sub-list .row .carrier .goods-info{width:calc(100% - 40rpx);padding:20rpx;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.sub-list .row .carrier .goods-info .img{width:calc(30vw - 40rpx);height:calc(30vw - 40rpx);border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:20rpx}.sub-list .row .carrier .goods-info .img image{width:calc(30vw - 40rpx);height:calc(30vw - 40rpx)}.sub-list .row .carrier .goods-info .info{width:100%;height:calc(30vw - 40rpx);overflow:hidden;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:space-between;align-content:space-between;position:relative}.sub-list .row .carrier .goods-info .info .title{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.sub-list .row .carrier .goods-info .info .price-number{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.sub-list .row .carrier .goods-info .info .price-number .keep-num{font-size:26rpx;color:#999}.sub-list .row .carrier .goods-info .info .price-number .price{font-size:30rpx;color:#f06c7a} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}page{position:relative;background-color:#f5f5f5}.hidden{display:none!important}.place{width:100%;height:95rpx}.tabr{background-color:#fff;width:94%;height:95rpx;padding:0 3%;border-bottom:solid 1rpx #dedede;position:fixed;top:0;z-index:10}.tabr view{width:50%;height:90rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx;color:#999}.tabr .on{color:#f06c7a}.tabr .border{height:4rpx;background-color:#f06c7a;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.tabr .border.shop{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.list{width:100%;display:block;position:relative}@-webkit-keyframes showGoods{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes showGoods{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes showShop{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes showShop{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.sub-list{width:100%;padding:20rpx 0 120rpx 0}.sub-list.shop{position:absolute;top:0;left:100%;display:none}.sub-list.showgoods{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showGoods .2s linear both;animation:showGoods .2s linear both}.sub-list.showshop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation:showShop .2s linear both;animation:showShop .2s linear both}.sub-list .tis{width:100%;height:60rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.sub-list.shop .row{height:20vw}.sub-list.shop .row .left{width:20vw;height:20vw;padding-left:20rpx;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.sub-list.shop .row .left image{width:18vw;height:18vw;border-radius:100%}.sub-list.shop .row .right{height:20vw;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:32rpx}.sub-list .row{width:100%;height:30vw;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;overflow:hidden;border-bottom:solid 1rpx #dedede}.sub-list .row .menu{position:absolute;width:28%;height:100%;right:0;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:red;color:#fff;z-index:2}.sub-list .row .menu .icon{color:#fff;font-size:50rpx}.sub-list .row .carrier{background-color:#fff;position:absolute;width:100%;padding:0 0;height:100%;z-index:3;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@-webkit-keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@keyframes showMenu{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}}@-webkit-keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes closeMenu{0%{-webkit-transform:translateX(-28%);transform:translateX(-28%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.sub-list .row .carrier.open{-webkit-animation:showMenu .25s linear both;animation:showMenu .25s linear both}.sub-list .row .carrier.close{-webkit-animation:closeMenu .15s linear both;animation:closeMenu .15s linear both}.sub-list .row .carrier .goods-info{width:calc(100% - 40rpx);padding:20rpx;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.sub-list .row .carrier .goods-info .img{width:calc(30vw - 40rpx);height:calc(30vw - 40rpx);border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:20rpx}.sub-list .row .carrier .goods-info .img image{width:calc(30vw - 40rpx);height:calc(30vw - 40rpx)}.sub-list .row .carrier .goods-info .info{width:100%;height:calc(30vw - 40rpx);overflow:hidden;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:space-between;align-content:space-between;position:relative}.sub-list .row .carrier .goods-info .info .title{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.sub-list .row .carrier .goods-info .info .price-number{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.sub-list .row .carrier .goods-info .info .price-number .keep-num{font-size:26rpx;color:#999}.sub-list .row .carrier .goods-info .info .price-number .price{font-size:30rpx;color:#f06c7a} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.js b/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.js index 93b2c6a..1a3ed98 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.js +++ b/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/mineCoupons/mineCoupons"],{"0070":function(t,n,e){"use strict";var u=e("81df"),o=e.n(u);o.a},"01f0":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=e("524d"),o=getApp(),i={data:function(){return{businType:["未使用","已使用"],tabbarIndex:0,imageUrl:o.globalData.imgUrl,productList:null}},onPageScroll:function(t){},onLoad:function(){this.getUserCouponList(1)},methods:{showType:function(t){this.tabbarIndex=t,0==this.tabbarIndex?this.getUserCouponList(1):this.getUserCouponList(2)},jumpMineCou:function(n){t.navigateTo({url:"../../goods/coupon-details/coupon-details?id="+n})},getUserCouponList:function(n){var e=this;t.showLoading({title:"加载中"});var o={status:n,pageNum:1,pageSize:10};(0,u.getUserCouponList)(o).then((function(n){"000000"==n.return_code?(e.productList=n.return_data.list,t.hideLoading()):(e.productList=null,t.hideLoading())}))}}};n.default=i}).call(this,e("543d")["default"])},"491e":function(t,n,e){"use strict";(function(t){e("185d");u(e("66fd"));var n=u(e("6a9d"));function u(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},"6a9d":function(t,n,e){"use strict";e.r(n);var u=e("bf6a"),o=e("c5fb");for(var i in o)"default"!==i&&function(t){e.d(n,t,(function(){return o[t]}))}(i);e("0070");var a,r=e("f0c5"),s=Object(r["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],a);n["default"]=s.exports},"81df":function(t,n,e){},bf6a:function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return o})),e.d(n,"c",(function(){return i})),e.d(n,"a",(function(){return u}));var o=function(){var t=this,n=t.$createElement;t._self._c},i=[]},c5fb:function(t,n,e){"use strict";e.r(n);var u=e("01f0"),o=e.n(u);for(var i in u)"default"!==i&&function(t){e.d(n,t,(function(){return u[t]}))}(i);n["default"]=o.a}},[["491e","common/runtime","common/vendor"]]]); \ No newline at end of file +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/mineCoupons/mineCoupons"],{"0070":function(t,e,n){"use strict";var i=n("81df"),o=n.n(i);o.a},"01f0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("524d"),o=getApp(),a={data:function(){return{businType:["未使用","已使用"],tabbarIndex:0,imageUrl:o.globalData.imgUrl,productList:[],pageNum:1,pageSize:10,isNoMoreData:!1,loadingText:""}},onPageScroll:function(t){},onLoad:function(){this.getUserCouponList(1)},onReachBottom:function(){this.getUserCouponList()},methods:{showType:function(t){this.tabbarIndex=t,0===this.tabbarIndex?(this.pageNum=1,this.productList=[],this.isNoMoreData=!1,this.getUserCouponList(1)):1===this.tabbarIndex&&(this.pageNum=1,this.productList=[],this.isNoMoreData=!1,this.getUserCouponList(2))},jumpMineCou:function(e){t.navigateTo({url:"../../goods/coupon-details/coupon-details?id="+e})},getUserCouponList:function(e){var n=this;if(t.showLoading({title:"加载中..."}),this.isNoMoreData)return t.hideLoading(),this.loadingText="到底了",!1;var o=this.pageNum,a={pageNum:o,status:e,pageSize:this.pageSize};(0,i.getUserCouponList)(a).then((function(e){"000000"==e.return_code&&""!=e.return_data.list?(t.hideLoading(),n.isNoMoreData=e.return_data.list.length!=n.pageSize,n.pageNum=e.return_data.list.length==n.pageSize?++o:o,n.productList=n.productList.concat(e.return_data.list)):(n.productList=[],t.hideLoading())}))}}};e.default=a}).call(this,n("543d")["default"])},"491e":function(t,e,n){"use strict";(function(t){n("185d");i(n("66fd"));var e=i(n("6a9d"));function i(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"6a9d":function(t,e,n){"use strict";n.r(e);var i=n("b089"),o=n("c5fb");for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("0070");var u,r=n("f0c5"),s=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],u);e["default"]=s.exports},"81df":function(t,e,n){},b089:function(t,e,n){"use strict";var i;n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return i}));var o=function(){var t=this,e=t.$createElement;t._self._c},a=[]},c5fb:function(t,e,n){"use strict";n.r(e);var i=n("01f0"),o=n.n(i);for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=o.a}},[["491e","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxml b/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxml index 450a8a6..76a4818 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxml +++ b/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxml @@ -1 +1 @@ -{{grid}}暂无数据{{product.highCouponModel.couponName}}{{"¥"+product.highCouponModel.discountPrice}}{{'¥'+product.highCouponModel.salesPrice}} \ No newline at end of file +{{grid}}暂无数据{{product.highCouponModel.couponName}}{{"¥"+product.highCouponModel.discountPrice}}{{'¥'+product.highCouponModel.salesPrice}}{{loadingText}} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxss b/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxss index 828f362..82fdcb8 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/mineCoupons/mineCoupons.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.topTabBar{width:100%;background-color:#f8f8f8;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}.topTabBar .grid{width:20%;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#444;font-size:28rpx}.topTabBar .grid .text{height:76rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topTabBar .grid .text.on{color:#f06c7a;border-bottom:solid 4rpx #f06c7a}.product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15px 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.topTabBar{width:100%;background-color:#f8f8f8;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}.topTabBar .grid{width:20%;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#444;font-size:28rpx}.topTabBar .grid .text{height:76rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topTabBar .grid .text.on{color:#f06c7a;border-bottom:solid 4rpx #f06c7a}.product-list{width:92%;padding:0 4% 3vw 4%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.product-list .product{width:48%;border-radius:20rpx;background-color:#fff;margin:0 0 15px 0;box-shadow:0rpx 5rpx 25rpx rgba(0,0,0,.1)}.product-list .product image{width:100%;border-radius:20rpx 20rpx 0 0}.product-list .product .name{width:92%;padding:10rpx 4%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;overflow:hidden;font-size:30rpx}.product-list .product .info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:92%;padding:10rpx 4% 10rpx 4%}.product-list .product .info .price{color:#e65339;font-size:30rpx;font-weight:600}.product-list .product .info .slogan{color:#807c87;font-size:24rpx;text-decoration:line-through;margin-right:50px} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/myQR/myQR.wxss b/unpackage/dist/build/mp-weixin/pages/user/myQR/myQR.wxss index 57ce63e..d783c46 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/myQR/myQR.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/myQR/myQR.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f06c7a}.block{width:100%;height:30vh;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.QR{width:60vw;height:60vw;margin:-40vw auto 0 auto;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.QR image{width:50vw;height:50vw}.title{width:100%;margin-top:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:36rpx;color:#fff}.btn{width:50%;height:80rpx;border-radius:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 20rpx;margin:0 auto;margin-top:50rpx;background-color:hsla(0,0%,100%,.8)}.logo{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;bottom:25rpx}.logo image{width:39.6%} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f06c7a}.block{width:100%;height:30vh;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.QR{width:60vw;height:60vw;margin:-40vw auto 0 auto;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.QR image{width:50vw;height:50vw}.title{width:100%;margin-top:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:36rpx;color:#fff}.btn{width:50%;height:80rpx;border-radius:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 20rpx;margin:0 auto;margin-top:50rpx;background-color:hsla(0,0%,100%,.8)}.logo{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;bottom:25rpx}.logo image{width:39.6%} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.js b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.js index 51d1044..f8db81e 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.js +++ b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/order_details/order_details"],{"0c32":function(e,t,n){"use strict";var i;n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return r})),n.d(t,"a",(function(){return i}));var o=function(){var e=this,t=e.$createElement,n=(e._self._c,e._f("toFixed")(e.sumPrice));e.$mp.data=Object.assign({},{$root:{f0:n}})},r=[]},"6fde":function(e,t,n){"use strict";var i=n("a5d5"),o=n.n(i);o.a},"7b46":function(e,t,n){"use strict";n.r(t);var i=n("0c32"),o=n("7fcb");for(var r in o)"default"!==r&&function(e){n.d(t,e,(function(){return o[e]}))}(r);n("6fde");var s,u=n("f0c5"),c=Object(u["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);t["default"]=c.exports},"7fcb":function(e,t,n){"use strict";n.r(t);var i=n("cda5"),o=n.n(i);for(var r in i)"default"!==r&&function(e){n.d(t,e,(function(){return i[e]}))}(r);t["default"]=o.a},"98de":function(e,t,n){"use strict";(function(e){n("185d");i(n("66fd"));var t=i(n("7b46"));function i(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},a5d5:function(e,t,n){},cda5:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={data:function(){return{buylist:[],goodsPrice:0,sumPrice:0,freight:12,note:"",int:1200,deduction:0,recinfo:{id:1,name:"大黑哥",head:"大",tel:"18816881688",address:{region:{label:"广东省-深圳市-福田区",value:[18,2,1],cityCode:"440304"},detailed:"深南大道1111号无名摩登大厦6楼A2"},isDefault:!0}}},onShow:function(){var t=this;e.getStorage({key:"buylist",success:function(e){t.buylist=e.data,t.goodsPrice=0;for(var n=t.buylist.length,i=0;i1&&void 0!==arguments[1]?arguments[1]:"/",n=new Date(e),o=n.getFullYear(),r=n.getMonth()+1,i=n.getDate(),a=n.getHours(),c=n.getMinutes(),d=n.getSeconds();return r=r>10?r:"0"+r,i=i>10?i:"0"+i,a=a>10?a:"0"+a,c=c>10?c:"0"+c,d=d>10?d:"0"+d,"".concat(o).concat(t).concat(r).concat(t).concat(i," ").concat(a,":").concat(c,":").concat(d)}},methods:{toGoods:function(t){e.navigateTo({url:"../../goods/goods?id="+t})},getOrderById:function(){var t=this;e.showLoading({title:"加载中..."});var n={orderId:this.orderId};(0,o.getOrderById)(n).then((function(n){"000000"==n.return_code?(e.hideLoading(),t.recinfo=n.return_data):e.hideLoading()}))},cancelOrder:function(){var t=this;e.showModal({title:"取消订单",content:"确定取消此订单?",success:function(n){if(n.confirm){e.showLoading({title:"加载中..."});var r={orderId:t.recinfo.id};(0,o.cancelOrder)(r).then((function(t){"000000"==t.return_code?(e.hideLoading(),e.showToast({title:t.return_data,icon:"none",duration:2e3}),setTimeout((function(){e.navigateBack()}),2e3)):(e.showToast({title:t.return_msg,icon:"none",duration:2e3}),e.hideLoading())}))}else n.cancel&&console.log("用户点击取消")}})},clearOrder:function(){var t=this;e.removeStorage({key:"buylist",success:function(e){t.buylist=[],console.log("remove buylist success")}})},toPay:function(){var t;t=1==this.recinfo.payType?3:2==this.recinfo.payType?1:2,e.redirectTo({url:"/pages/pay/payment/payment?amount="+this.recinfo.payPrice+"&paytype="+t+"&orderId="+this.recinfo.id})},selectAddress:function(){e.navigateTo({url:"../user/address/address?type=select"})}}};t.default=i}).call(this,n("543d")["default"])}},[["98de","common/runtime","common/vendor"]]]); \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.json b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.json index d16d51e..fee81d4 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.json +++ b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.json @@ -1,5 +1,6 @@ { - "navigationBarTitleText": "订单详情", + "navigationBarBackgroundColor": "#f06c7a", + "navigationBarTextStyle": "white", "enablePullDownRefresh": false, "usingComponents": {} } \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxml b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxml index 3a82220..f6ab723 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxml +++ b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxml @@ -1 +1 @@ -中石化100元卡券数量: 1¥209下单时间 :2020-10-21 19:23:23订单编号 :293424241241241下单时间 :2020-10-21 19:23:23支付方式 :微信支付支付时间 :2020-10-21 19:23:23商品金额 :¥100合计:{{"¥"+$root.f0}}提交订单 \ No newline at end of file +待支付已支付已完成已退款已取消{{rec.goodsName}}{{rec.goodsSpecName}}赠品{{"¥"+rec.goodsPrice}}订单流水号 :{{''+recinfo.orderNo+''}}支付流水号 :{{''+recinfo.paySerialNo+''}}支付模式 :金币第三方平台混合支付方式 :支付宝微信金币支付金额 :{{''+recinfo.payPrice+''}}下单时间 :{{''+$root.f0+''}}支付时间 :{{''+$root.f1+''}}取消时间 :{{''+$root.f2+''}}完成时间 :{{''+$root.f3+''}}合计:{{"¥"+recinfo.payPrice}}取消订单提交订单 \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxss b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxss index cd618b0..9c8e33a 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/order_details/order_details.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.addr{width:86%;padding:20rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx;display:-webkit-box;display:-webkit-flex;display:flex}.addr .icon{width:80rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.addr .icon image{width:60rpx;height:60rpx}.addr .tel-name{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;font-size:32rpx}.addr .tel-name .tel{margin-left:40rpx}.addr .addres{width:100%;font-size:26rpx;color:#999}.buy-list{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.buy-list .row{margin:30rpx 0}.buy-list .row .goods-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.buy-list .row .goods-info .img{width:22vw;height:22vw;border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.buy-list .row .goods-info .img image{width:22vw;height:22vw}.buy-list .row .goods-info .info{width:100%;height:22vw;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.buy-list .row .goods-info .info .title{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.buy-list .row .goods-info .info .spec{font-size:22rpx;background-color:#f3f3f3;color:#a7a7a7;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 10rpx;border-radius:20rpx;margin-bottom:20vw}.buy-list .row .goods-info .info .price-number{position:absolute;width:100%;bottom:0rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;font-size:28rpx;height:40rpx}.buy-list .row .goods-info .info .price-number .price{color:#f06c7a}.buy-list .row .goods-info .info .price-number .number{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.order .row{margin:20rpx 0;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex}.order .row .left{font-size:28rpx}.order .row .right{margin-left:40rpx;font-size:26rpx;color:#999}.order .row .right input{font-size:26rpx;color:#999}.blck{width:100%;height:100rpx}.footer{width:92%;padding:0 4%;background-color:#fbfbfb;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;position:fixed;bottom:0rpx;z-index:5}.footer .settlement{width:80%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement .sum{width:50%;font-size:28rpx;margin-right:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.footer .settlement .sum .money{font-weight:600}.footer .settlement .btn{padding:0 30rpx;height:60rpx;background-color:#f06c7a;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx;border-radius:40rpx}.detail{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.detail .row{height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.detail .row .nominal{font-size:28rpx}.detail .row .content{font-size:26rpx;color:#f06c7a} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}.addr{width:86%;padding:20rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx;display:-webkit-box;display:-webkit-flex;display:flex}.addr .icon{width:80rpx;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.addr .icon image{width:60rpx;height:60rpx}.addr .tel-name{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;font-size:32rpx}.addr .tel-name .tel{margin-left:40rpx}.addr .addres{width:100%;font-size:26rpx;color:#999}.buy-list{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.buy-list .row{margin:20rpx 0}.buy-list .row .goods-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.buy-list .row .goods-info .img{width:22vw;height:22vw;border-radius:10rpx;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10rpx}.buy-list .row .goods-info .img image{width:22vw;height:22vw}.buy-list .row .goods-info .info{width:100%;height:22vw;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative}.buy-list .row .goods-info .info .title{width:100%;font-size:32rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.buy-list .row .goods-info .info .spec{font-size:22rpx;background-color:#f3f3f3;color:#a7a7a7;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 15rpx;border-radius:20rpx;margin-bottom:10px}.buy-list .row .goods-info .info .zspec{font-size:22rpx;background-color:red;color:#fff;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 15rpx;border-radius:20rpx;margin-bottom:10px;margin-left:10px}.buy-list .row .goods-info .info .price-number{position:absolute;width:100%;bottom:0rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;font-size:28rpx;height:40rpx}.buy-list .row .goods-info .info .price-number .price{color:#f06c7a}.buy-list .row .goods-info .info .price-number .number{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.order .row{margin:20rpx 0;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex}.order .row .left{font-size:28rpx}.order .row .right{margin-left:40rpx;font-size:26rpx;color:#999}.order .row .right input{font-size:26rpx;color:#999}.blck{width:100%;height:100rpx}.footer{width:92%;padding:0 4%;background-color:#fbfbfb;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;position:fixed;bottom:0rpx;z-index:5}.footer .settlement{width:80%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer .settlement .sum{width:50%;font-size:28rpx;margin-right:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.footer .settlement .sum .money{font-weight:600}.footer .settlement .btn{padding:0 20rpx;height:60rpx;width:100px;margin-left:10px;background-color:#f06c7a;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:30rpx;border-radius:40rpx}.detail{width:86%;padding:10rpx 3%;margin:30rpx auto 20rpx auto;box-shadow:0rpx 5rpx 20rpx rgba(0,0,0,.1);border-radius:20rpx}.detail .row{height:60rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.detail .row .nominal{font-size:28rpx}.detail .row .content{font-size:26rpx;color:#f06c7a} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.js b/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.js index c99e04e..451542f 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.js +++ b/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.js @@ -1 +1 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/order_list/order_list"],{"1b1f":function(e,t,n){},c079:function(e,t,n){"use strict";n.r(t);var i=n("dbc9"),r=n("c99c");for(var o in r)"default"!==o&&function(e){n.d(t,e,(function(){return r[e]}))}(o);n("cd46");var s,d=n("f0c5"),a=Object(d["a"])(r["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);t["default"]=a.exports},c99c:function(e,t,n){"use strict";n.r(t);var i=n("ff0a"),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,(function(){return i[e]}))}(o);t["default"]=r.a},cd46:function(e,t,n){"use strict";var i=n("1b1f"),r=n.n(i);r.a},d569:function(e,t,n){"use strict";(function(e){n("185d");i(n("66fd"));var t=i(n("c079"));function i(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},dbc9:function(e,t,n){"use strict";var i;n.d(t,"b",(function(){return r})),n.d(t,"c",(function(){return o})),n.d(t,"a",(function(){return i}));var r=function(){var e=this,t=e.$createElement;e._self._c},o=[]},ff0a:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={data:function(){return{headerPosition:"fixed",headerTop:"0px",typeText:{unpaid:"等待付款",back:"等待商家发货",unreceived:"商家已发货",received:"等待用户评价",completed:"交易已完成",refunds:"商品退货处理中",cancelled:"订单已取消"},orderType:["全部","待支付","已支付","已完成","已取消"],orderList:[[{type:"unpaid",ordersn:0,goods_id:0,img:"/static/img/goods/p1.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"168.00",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"unpaid",ordersn:1,goods_id:1,img:"/static/img/goods/p2.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"168.00",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"back",ordersn:2,goods_id:1,img:"/static/img/goods/p3.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"168.00",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"unreceived",ordersn:3,goods_id:1,img:"/static/img/goods/p4.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"168.00",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"received",ordersn:4,goods_id:1,img:"/static/img/goods/p5.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"168.00",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"completed",ordersn:5,goods_id:1,img:"/static/img/goods/p6.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"168.00",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"refunds",ordersn:6,goods_id:1,img:"/static/img/goods/p5.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"¥168",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"cancelled",ordersn:7,goods_id:1,img:"/static/img/goods/p5.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"¥168",payment:168,freight:12,spec:"规格:S码",numner:1}],[{type:"unpaid",ordersn:0,goods_id:0,img:"/static/img/goods/p1.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"¥168",payment:168,freight:12,spec:"规格:S码",numner:1},{type:"unpaid",ordersn:1,goods_id:1,img:"/static/img/goods/p2.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"¥168",payment:168,freight:12,spec:"规格:S码",numner:1}],[],[{type:"unreceived",ordersn:3,goods_id:1,img:"/static/img/goods/p4.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"¥168",payment:168,freight:12,spec:"规格:S码",numner:1}],[{type:"received",ordersn:4,goods_id:1,img:"/static/img/goods/p5.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"¥168",payment:168,freight:12,spec:"规格:S码",numner:1}],[{type:"refunds",ordersn:6,goods_id:1,img:"/static/img/goods/p5.jpg",name:"商品名称商品名称商品名称商品名称商品名称",price:"¥168",payment:168,freight:12,spec:"规格:S码",numner:1}]],list:[],tabbarIndex:0}},onLoad:function(e){var t=parseInt(e.tbIndex)+1;this.list=this.orderList[t],this.tabbarIndex=t},onPageScroll:function(e){},methods:{jumpDetails:function(){e.navigateTo({url:"../order_details/order_details"})},showType:function(e){this.tabbarIndex=e,this.list=this.orderList[e]},showLogistics:function(e){},remindDeliver:function(t){e.showToast({title:"已提醒商家发货"})},cancelOrder:function(t){var n=this;e.showModal({title:"取消订单",content:"确定取消此订单?",success:function(e){e.confirm?(console.log("用户点击确定"),n.doCancelOrder(t.ordersn)):e.cancel&&console.log("用户点击取消")}})},doCancelOrder:function(e){for(var t=this.orderList.length,n=0;n0&&"unpaid"==i[0].type)for(var o=0;o0&&"unpaid"==i[0].type)for(var a=0;a{{grid}}没有相关订单{{typeText[row.type]}}{{''+row.name+''}}规格 : 1 张{{row.price}}x{{row.numner}}{{"共"+row.numner+"件商品"}}合计¥{{row.payment}}取消订单付款提醒发货查看物流确认收货我要退货评价再次购买再次购买查看进度已取消 \ No newline at end of file +{{grid}}没有相关订单{{typeText[row.orderStatus]}}{{''+row.highChildOrderList[0].goodsName+''}}{{"规格 : "+row.highChildOrderList[0].goodsSpecName}}{{"¥"+row.highChildOrderList[0].totalPrice}}卡券订单金币订单{{"共"+row.highChildOrderList[0].saleCount+"件商品"}}合计:{{"¥"+row.payPrice}}取消订单付款 \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.wxss b/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.wxss index 769e5c5..5b33feb 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/order_list/order_list.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f3f3f3}.topTabBar{width:100%;position:fixed;top:0;z-index:10;background-color:#f8f8f8;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}.topTabBar .grid{width:20%;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#444;font-size:28rpx}.topTabBar .grid .text{height:76rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topTabBar .grid .text.on{color:#f06c7a;border-bottom:solid 4rpx #f06c7a}.order-list{margin-top:80rpx;padding-top:20rpx;width:100%}.order-list .list{width:94%;margin:0 auto}.order-list .list .onorder{width:100%;height:50vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.order-list .list .onorder image{width:20vw;height:20vw;border-radius:100%}.order-list .list .onorder .text{width:100%;height:60rpx;font-size:28rpx;color:#444;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order-list .list .row{width:calc(100% - 40rpx);padding:10rpx 20rpx;border-radius:10rpx;background-color:#fff;margin-bottom:20rpx}.order-list .list .row .type{font-size:26rpx;color:#ec652f;height:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order-list .list .row .order-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.order-list .list .row .order-info .left{-webkit-flex-shrink:0;flex-shrink:0;width:25vw;height:25vw}.order-list .list .row .order-info .left image{width:25vw;height:25vw;border-radius:10rpx}.order-list .list .row .order-info .right{width:100%;margin-left:10rpx;position:relative}.order-list .list .row .order-info .right .name{width:100%;font-size:28rpx;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.order-list .list .row .order-info .right .spec{color:#a7a7a7;font-size:22rpx}.order-list .list .row .order-info .right .price-number{position:absolute;bottom:0;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;font-size:22rpx;color:#333;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.order-list .list .row .order-info .right .price-number .price{font-size:24rpx;margin-right:5rpx}.order-list .list .row .detail{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;height:60rpx;font-size:26rpx}.order-list .list .row .detail .sum{padding:0 8rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.order-list .list .row .detail .sum .price{font-size:30rpx}.order-list .list .row .btns{height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.order-list .list .row .btns view{min-width:120rpx;height:50rpx;padding:0 20rpx;border-radius:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;margin-left:20rpx}.order-list .list .row .btns .default{border:solid 1rpx #ccc;color:#666}.order-list .list .row .btns .pay{border:solid 1rpx #ec652f;color:#ec652f} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f3f3f3}.zspec{font-size:22rpx;background-color:#f06c7a;color:#fff;height:40rpx;display:-webkit-box;display:-webkit-flex;display:flex;width:44px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 15rpx;border-radius:4px;margin-bottom:10px;margin-left:5px}.loading-text{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:60rpx;color:#979797;font-size:24rpx}.topTabBar{width:100%;position:fixed;top:0;z-index:10;background-color:#f8f8f8;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}.topTabBar .grid{width:20%;height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#444;font-size:28rpx}.topTabBar .grid .text{height:76rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topTabBar .grid .text.on{color:#f06c7a;border-bottom:solid 4rpx #f06c7a}.order-list{margin-top:80rpx;padding-top:20rpx;width:100%}.order-list .list{width:94%;margin:0 auto}.order-list .list .onorder{width:100%;height:50vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.order-list .list .onorder image{width:20vw;height:20vw;border-radius:100%}.order-list .list .onorder .text{width:100%;height:60rpx;font-size:28rpx;color:#444;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order-list .list .row{width:calc(100% - 40rpx);padding:10rpx 20rpx;border-radius:10rpx;background-color:#fff;margin-bottom:20rpx}.order-list .list .row .type{font-size:26rpx;color:#ec652f;height:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.order-list .list .row .order-info{width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.order-list .list .row .order-info .left{-webkit-flex-shrink:0;flex-shrink:0;width:25vw;height:25vw}.order-list .list .row .order-info .left image{width:25vw;height:25vw;border-radius:10rpx}.order-list .list .row .order-info .right{width:100%;margin-left:10rpx;position:relative}.order-list .list .row .order-info .right .name{width:100%;font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.order-list .list .row .order-info .right .spec{color:#a7a7a7;font-size:14px}.order-list .list .row .order-info .right .price-number{width:100%;font-size:15px;display:-webkit-box;display:-webkit-flex;display:flex}.order-list .list .row .order-info .right .price-number .price{font-size:14px;margin-right:5rpx}.order-list .list .row .detail{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;height:60rpx;font-size:26rpx}.order-list .list .row .detail .sum{padding:0 8rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.order-list .list .row .detail .sum .price{font-size:30rpx}.order-list .list .row .btns{height:80rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.order-list .list .row .btns view{min-width:120rpx;height:50rpx;padding:0 20rpx;border-radius:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28rpx;margin-left:20rpx}.order-list .list .row .btns .default{border:solid 1rpx #ccc;color:#666}.order-list .list .row .btns .pay{border:solid 1rpx #ec652f;color:#ec652f} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/pages/user/setting/setting.wxss b/unpackage/dist/build/mp-weixin/pages/user/setting/setting.wxss index 52fb0b6..b1b2223 100644 --- a/unpackage/dist/build/mp-weixin/pages/user/setting/setting.wxss +++ b/unpackage/dist/build/mp-weixin/pages/user/setting/setting.wxss @@ -1 +1 @@ -.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f3f3f3}.icon{font-size:30rpx}.content{padding-bottom:20rpx}.content .list{width:96%;padding-left:4%;background-color:#fff;margin-bottom:20rpx}.content .list .row{widows:100%;min-height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:solid 1rpx #eee}.content .list .row:last-child{border-bottom:none}.content .list .row .title{font-size:32rpx;color:#333}.content .list .row .right{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#999}.content .list .row .right .tis{font-size:26rpx;margin-right:5rpx;max-height:120rpx}.content .list .row .right .tis image{width:100rpx;height:100rpx;border-radius:100%;margin:10rpx 0}.content .list .row .right .icon{width:40rpx;color:#cecece} \ No newline at end of file +.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.fontwig6{font-weight:600}.fontspec{letter-spacing:1px}.linehet{line-height:20px}.fotlt{text-align:left}.fotrt{text-align:right}.fotct{text-align:center}.margle{margin-left:6px}.marglerig{margin-right:5px}.verc{vertical-align:middle}.versub{vertical-align:sub}.text1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.text2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.fcor333{color:#333}.fcorfff{color:#fff}.fcor666{color:#666}.fcor999{color:#b2b2b2}.fcor089{color:#089bf5}.fcoreb5{color:#eb5823}.fcorred{color:red}.fcor41c{color:#41cda2}.backcor9{background-color:#f6f6f6}.backcor9{background-color:#f6f6f6}.backcorf06{background-color:#f06c7a}.backcor89{background-color:#089bf5}.backcorfff{background-color:#fff}.backshare{background:transparent}.width90{width:90%;margin-left:5%}.width80{width:80%;margin-left:10%}.width70{width:70%}.width15{width:15%}.width50{width:50%}.width60{width:65%;margin-left:5%}.width30{width:30%}.width95{width:95%}.width100{width:100%}.bor-botm1{border-bottom:1px solid #f4f4f4}.height45{height:45px}.height40{height:40px}.height22{height:22px}.height100{height:100%}.height10{height:10px}.height60{height:60px}.height30{height:30px;line-height:30px}.height40{height:40px;line-height:40px}.height20{height:20px;line-height:20px}.height50{height:50px;line-height:50px}.mart90{margin-top:90px}.mart60{margin-top:60px}.mart50{margin-top:50px}.mart40{margin-top:40px}.mart30{margin-top:30px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart10{margin-top:10px}.mart5{margin-top:5px}.marb65{margin-bottom:65px}.marb50{margin-bottom:50px}.marb40{margin-bottom:40px}.marb30{margin-bottom:30px}.marb20{margin-bottom:20px}.marb10{margin-bottom:10px}.marb5{margin-bottom:5px}.paddtop10{padding-top:10px}.paading10{padding:10px}.paddtop13{padding-top:13px}.paddleft10{padding-left:10px}.padleft15{padding-left:15px}.paddtright10{padding-right:10px}.paddbotm10{padding-bottom:10px}.flleft{float:left}.flright{float:right}.btnw70{width:70%;color:#fff;margin-top:40px;background-color:#089bf5;border-radius:6px}.line1{height:1px;background-color:#f4f4f4}.line10{height:10px;background-color:#f4f4f4}.line1089{height:10px;background-color:#089bf5}.displ{display:inline-block}page{background-color:#f3f3f3}.icon{font-size:30rpx}.content{padding-bottom:20rpx}.content .list{width:96%;padding-left:4%;background-color:#fff;margin-bottom:20rpx}.content .list .row{widows:100%;min-height:90rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:solid 1rpx #eee}.content .list .row:last-child{border-bottom:none}.content .list .row .title{font-size:32rpx;color:#333}.content .list .row .right{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#999}.content .list .row .right .tis{font-size:26rpx;margin-right:5rpx;max-height:120rpx}.content .list .row .right .tis image{width:100rpx;height:100rpx;border-radius:100%;margin:10rpx 0}.content .list .row .right .icon{width:40rpx;color:#cecece} \ No newline at end of file diff --git a/unpackage/dist/build/mp-weixin/project.config.json b/unpackage/dist/build/mp-weixin/project.config.json index 21fa3c3..1b369e0 100644 --- a/unpackage/dist/build/mp-weixin/project.config.json +++ b/unpackage/dist/build/mp-weixin/project.config.json @@ -4,7 +4,40 @@ "ignore": [] }, "setting": { - "urlCheck": true + "urlCheck": true, + "es6": true, + "enhance": false, + "postcss": true, + "preloadBackgroundData": false, + "minified": true, + "newFeature": false, + "coverView": true, + "nodeModules": false, + "autoAudits": false, + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "uglifyFileName": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "compileHotReLoad": false, + "useMultiFrameRuntime": true, + "useApiHook": true, + "useApiHostProcess": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "enableEngineNative": false, + "bundle": false, + "useIsolateContext": true, + "useCompilerModule": true, + "userConfirmedUseCompilerModuleSwitch": false, + "userConfirmedBundleSwitch": false, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true }, "compileType": "miniprogram", "libVersion": "", @@ -12,19 +45,15 @@ "projectname": "嗨森逛", "condition": { "search": { - "current": -1, "list": [] }, "conversation": { - "current": -1, "list": [] }, "game": { - "current": -1, "list": [] }, "miniprogram": { - "current": -1, "list": [] } } diff --git a/unpackage/dist/build/mp-weixin/sitemap.json b/unpackage/dist/build/mp-weixin/sitemap.json new file mode 100644 index 0000000..ca02add --- /dev/null +++ b/unpackage/dist/build/mp-weixin/sitemap.json @@ -0,0 +1,7 @@ +{ + "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", + "rules": [{ + "action": "allow", + "page": "*" + }] +} \ No newline at end of file diff --git a/unpackage/dist/dev/.sourcemap/mp-weixin/pages/user/deposit/deposit.js.map b/unpackage/dist/dev/.sourcemap/mp-weixin/pages/user/deposit/deposit.js.map index 0190fb2..de07d96 100644 --- a/unpackage/dist/dev/.sourcemap/mp-weixin/pages/user/deposit/deposit.js.map +++ b/unpackage/dist/dev/.sourcemap/mp-weixin/pages/user/deposit/deposit.js.map @@ -1 +1 @@ -{"version":3,"sources":["uni-app:///main.js",null,"webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?875e","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?a3d2","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?e5c0","uni-app:///pages/user/deposit/deposit.vue","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?26bf","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?dfd3"],"names":["createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,wG;AACAA,UAAU,CAACC,gBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAoH;AACpH;AAC2D;AACL;AACc;;;AAGpE;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,6EAAM;AACR,EAAE,kFAAM;AACR,EAAE,2FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,sFAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACbA;AAAA;AAAA;AAAA;AAAszB,CAAgB,qyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC4E10B,gE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AADA,mB,eAKA,EACA,IADA,kBACA,CACA,SACA,eADA,EACA;AACA,+BAFA,EAEA;AACA,sBAHA,EAGA;AACA,cAJA,GAMA,CARA,EASA,WAEA,MAFA,kBAEA,MAFA,EAEA,CACA,0BACA,CAJA,EAKA,SALA,uBAKA,CACA,uDACA,gBACA,gBADA,EAEA,YAFA,IAIA,OACA,CACA,4BACA,gBACA,kBADA,EAEA,YAFA,IAIA,OACA,CACA,8EACA,gBACA,qBADA,EAEA,YAFA,IAIA,OACA,CACA,kBACA,kBADA,IAGA,cACA,yBACA,cADA,EAEA,qCAFA,EAGA,cAHA,EAIA,kBAJA,GADA,GAQA,+CACA,kCACA;AACA,4BACA,eADA,IAGA,eACA,6BADA,EAEA,+BAFA,EAGA,2BAHA,GAKA,kDACA,kCACA,qBACA,8BADA,EAEA,oCAFA,EAGA,kCAHA,EAIA,+BAJA,EAKA,iBALA,EAMA,sCANA,EAOA,gCACA,kBACA,gBACA,aADA,IAGA,wBACA,qBACA,CAFA,EAEA,GAFA;AAGA,iBAfA;AAgBA;AACA;AACA;AACA,iBAnBA;;AAqBA,aAtBA,MAsBA;AACA;AACA,6BADA;;AAGA;AACA,WA5BA;AA6BA,SAvCA,MAuCA;AACA;AACA,iCADA;;AAGA;AACA,OA7CA;AA8CA,KApFA,EATA;;AA+FA,QA/FA,oBA+FA;AACA;AACA,GAjGA,E;;;;;;;;;;;;;AChFA;AAAA;AAAA;AAAA;AAAm+C,CAAgB,+3CAAG,EAAC,C;;;;;;;;;;;ACAv/C;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/user/deposit/deposit.js","sourcesContent":["import 'uni-pages';\nimport Vue from 'vue'\nimport Page from './pages/user/deposit/deposit.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./deposit.vue?vue&type=template&id=fe9cb53c&\"\nvar renderjs\nimport script from \"./deposit.vue?vue&type=script&lang=js&\"\nexport * from \"./deposit.vue?vue&type=script&lang=js&\"\nimport style0 from \"./deposit.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/user/deposit/deposit.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=template&id=fe9cb53c&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n if (!_vm._isMounted) {\n _vm.e0 = function($event) {\n _vm.paytype = \"wxpay\"\n }\n }\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=script&lang=js&\"","\r\n\r\n\r\n\r\n\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=style&index=0&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1617117854502\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["uni-app:///main.js",null,"webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?875e","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?a3d2","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?e5c0","uni-app:///pages/user/deposit/deposit.vue","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?26bf","webpack:////Users/yangjie/high-mini/pages/user/deposit/deposit.vue?dfd3"],"names":["createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,wG;AACAA,UAAU,CAACC,gBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAoH;AACpH;AAC2D;AACL;AACc;;;AAGpE;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,6EAAM;AACR,EAAE,kFAAM;AACR,EAAE,2FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,sFAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACbA;AAAA;AAAA;AAAA;AAAszB,CAAgB,qyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC4E10B,gE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AADA,mB,eAKA,EACA,IADA,kBACA,CACA,SACA,eADA,EACA;AACA,+BAFA,EAEA;AACA,sBAHA,EAGA;AACA,cAJA,GAMA,CARA,EASA,WAEA,MAFA,kBAEA,MAFA,EAEA,CACA,0BACA,CAJA,EAKA,SALA,uBAKA,CACA,uDACA,gBACA,gBADA,EAEA,YAFA,IAIA,OACA,CACA,4BACA,gBACA,kBADA,EAEA,YAFA,IAIA,OACA,CACA,8EACA,gBACA,qBADA,EAEA,YAFA,IAIA,OACA,CACA,kBACA,kBADA,IAGA,cACA,yBACA,cADA,EAEA,qCAFA,EAGA,cAHA,EAIA,8BAJA,GADA,GAQA,+CACA,kCACA;AACA,4BACA,eADA,IAGA,eACA,6BADA,EAEA,+BAFA,EAGA,2BAHA,GAKA,kDACA,kCACA,qBACA,8BADA,EAEA,oCAFA,EAGA,kCAHA,EAIA,+BAJA,EAKA,iBALA,EAMA,sCANA,EAOA,gCACA,kBACA,gBACA,aADA,IAGA,wBACA,qBACA,CAFA,EAEA,GAFA;AAGA,iBAfA;AAgBA;AACA;AACA;AACA,iBAnBA;;AAqBA,aAtBA,MAsBA;AACA;AACA,6BADA;;AAGA;AACA,WA5BA;AA6BA,SAvCA,MAuCA;AACA;AACA,iCADA;;AAGA;AACA,OA7CA;AA8CA,KApFA,EATA;;AA+FA,QA/FA,oBA+FA;AACA;AACA,GAjGA,E;;;;;;;;;;;;;AChFA;AAAA;AAAA;AAAA;AAAm+C,CAAgB,+3CAAG,EAAC,C;;;;;;;;;;;ACAv/C;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/user/deposit/deposit.js","sourcesContent":["import 'uni-pages';\nimport Vue from 'vue'\nimport Page from './pages/user/deposit/deposit.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./deposit.vue?vue&type=template&id=fe9cb53c&\"\nvar renderjs\nimport script from \"./deposit.vue?vue&type=script&lang=js&\"\nexport * from \"./deposit.vue?vue&type=script&lang=js&\"\nimport style0 from \"./deposit.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/user/deposit/deposit.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=template&id=fe9cb53c&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n if (!_vm._isMounted) {\n _vm.e0 = function($event) {\n _vm.paytype = \"wxpay\"\n }\n }\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=script&lang=js&\"","\r\n\r\n\r\n\r\n\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./deposit.vue?vue&type=style&index=0&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1617153621250\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/pages/user/deposit/deposit.js b/unpackage/dist/dev/mp-weixin/pages/user/deposit/deposit.js index 3f22a47..59e7734 100644 --- a/unpackage/dist/dev/mp-weixin/pages/user/deposit/deposit.js +++ b/unpackage/dist/dev/mp-weixin/pages/user/deposit/deposit.js @@ -288,7 +288,7 @@ var _Api = __webpack_require__(/*! ../../../Utils/Api.js */ 17); // var app = getApp();var _default = { data: function data() {return { inputAmount: '', //金额 amountList: [10, 50, 100], //预设3个可选快捷金额 paytype: 'wxpay', //支付类型 - user: "" };}, methods: { select: function select(amount) {this.inputAmount = amount;}, doDeposit: function doDeposit() {if (parseFloat(this.inputAmount).toString() == "NaN") {uni.showToast({ title: '请输入正确金额', icon: 'none' });return;}if (this.inputAmount <= 0) {uni.showToast({ title: '请输入大于0的金额', icon: 'none' });return;}if (parseFloat(this.inputAmount).toFixed(2) != parseFloat(this.inputAmount)) {uni.showToast({ title: '最多只能输入两位小数哦~', icon: 'none' });return;}uni.showLoading({ title: '正在提交订单...' });var goods = { "highChildOrderList": [{ "goodsType": 2, "goodsId": app.globalData.userInfo.id, "saleCount": 1, "goodsPrice": 0.01 }] };(0, _Api.addOrder)(goods).then(function (res) {if (res.return_code == '000000') {//模板模拟支付,实际应用请调起微信/支付宝 + user: "" };}, methods: { select: function select(amount) {this.inputAmount = amount;}, doDeposit: function doDeposit() {if (parseFloat(this.inputAmount).toString() == "NaN") {uni.showToast({ title: '请输入正确金额', icon: 'none' });return;}if (this.inputAmount <= 0) {uni.showToast({ title: '请输入大于0的金额', icon: 'none' });return;}if (parseFloat(this.inputAmount).toFixed(2) != parseFloat(this.inputAmount)) {uni.showToast({ title: '最多只能输入两位小数哦~', icon: 'none' });return;}uni.showLoading({ title: '正在提交订单...' });var goods = { "highChildOrderList": [{ "goodsType": 2, "goodsId": app.globalData.userInfo.id, "saleCount": 1, "goodsPrice": this.inputAmount }] };(0, _Api.addOrder)(goods).then(function (res) {if (res.return_code == '000000') {//模板模拟支付,实际应用请调起微信/支付宝 uni.showLoading({ title: '支付中...' });var params = { "orderId": res.return_data.id, "openId": app.globalData.openId, "orderScene": "GOODS_ORDER" };(0, _Api.orderToPay)(params).then(function (res) {if (res.return_code == '000000') {uni.requestPayment({ "appId": res.return_data.appId, "nonceStr": res.return_data.nonceStr, "package": res.return_data.package, "paySign": res.return_data.sign, "signType": "MD5", "timeStamp": res.return_data.timeStamp, success: function success(res) {uni.hideLoading();uni.showToast({ title: '支付成功' });setTimeout(function () {uni.navigateBack({});}, 100); }, fail: function fail(err) {