shop-php/public/static/js/pages-users-invite_code-index.4b017e7c.js
2024-02-27 17:24:41 +08:00

1 line
14 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-users-invite_code-index"],{"0c25":function(t,e,n){"use strict";var i=n("15ea"),o=n.n(i);o.a},"11d5":function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("1aed")),a=n("95ca"),r={components:{emptyPage:o.default},data:function(){return{qrcodeUrl:"",list:[],page:1,limit:10,loadend:!1,loading:!1,loadTitle:"加载更多",isAuto:!1,isShowAuth:!1,uid:""}},onLoad:function(){this.getQrcode(),this.getList(),this.getUserInfo()},onReachBottom:function(){this.getList()},methods:{getQrcode:function(){var t=this;(0,a.qrcode)().then((function(e){t.qrcodeUrl=e.data.url}))},getList:function(){var t=this;t.loading||t.loadend||(t.loading=!0,t.loadTitle="",(0,a.merchantRecord)({page:t.page,limit:t.limit}).then((function(e){var n=e.data.list,i=n.length<t.limit;t.list=t.$util.SplitArray(n,t.list),t.$set(t,"list",t.list),t.page=t.page+1,t.loading=!1,t.loadend=i,t.loadTitle=i?"哼~😕我也是有底线的~":"加载更多"}),(function(e){this.loading=!1,t.loadTitle="加载更多"})))},getUserInfo:function(){var t=this.$Cache.get("USER_INFO");t&&(t=JSON.parse(t),this.uid=t.uid)},handleSavePic:function(){var t=this.qrcodeUrl,e=document.createElement("a");e.download=t,e.href=t,document.body.appendChild(e),e.click(),e.remove()}}};e.default=r},"15ea":function(t,e,n){var i=n("683f");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("4f06").default;o("1f64709d",i,!0,{sourceMap:!1,shadowMode:!1})},"1aed":function(t,e,n){"use strict";n.r(e);var i=n("a958"),o=n("3ba7f");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("0c25");var r=n("f0c5"),s=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"be88fd4c",null,!1,i["a"],void 0);e["default"]=s.exports},"1bca":function(t,e,n){"use strict";n.r(e);var i=n("11d5"),o=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=o.a},"3ba7f":function(t,e,n){"use strict";n.r(e);var i=n("f700"),o=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=o.a},5193:function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */uni-page-body[data-v-6188922a]{background-color:#f5f5f5}body.?%PAGE?%[data-v-6188922a]{background-color:#f5f5f5}.invite .placeholder[data-v-6188922a]{height:%?544?%}.invite .qrcode[data-v-6188922a]{position:fixed;top:%?30?%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;width:%?690?%;height:%?666?%;background-image:url(https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_active_mer/new_active_mer_qrcode_bg.webp);background-size:100%;background-repeat:no-repeat;padding-top:%?54?%;box-sizing:border-box}.invite .qrcode .title[data-v-6188922a]{font-size:%?24?%;font-family:PingFang SC;font-weight:400;color:#7a7a7a;margin-bottom:%?16?%}.invite .qrcode .qrcode-img[data-v-6188922a]{margin-bottom:%?96?%}.invite .qrcode .qrcode-img uni-image[data-v-6188922a]{width:%?396?%;height:%?396?%}.invite .qrcode .save[data-v-6188922a]{display:flex;justify-content:center;align-items:center}.invite .qrcode .save uni-image[data-v-6188922a]{width:%?36?%;height:%?36?%;margin-right:%?10?%}.invite .qrcode .save uni-text[data-v-6188922a]{font-size:%?28?%;font-family:PingFang SC;font-weight:400;color:#fff}.invite .con[data-v-6188922a]{height:calc(100vh - %?544?%);background-color:#fff3ef;padding:%?192?% %?30?% 0}.invite .con uni-image[data-v-6188922a]{width:100%;height:%?45?%;margin-bottom:%?40?%}.invite .con .table .table-title[data-v-6188922a]{display:flex;margin-bottom:%?24?%}.invite .con .table .table-title .table-title-cell[data-v-6188922a]{width:25%;font-size:%?26?%;font-family:PingFang SC;font-weight:400;color:#2e2e2e;text-align:center}.invite .con .table .table-con[data-v-6188922a]{display:flex;width:100%;height:%?68?%;line-height:%?68?%;text-align:center;background:#fff;border-radius:%?12?%;margin-bottom:%?12?%}.invite .con .table .table-con .table-con-cell[data-v-6188922a]{width:25%;height:%?68?%;font-size:%?24?%;font-family:PingFang SC;font-weight:400;color:#2e2e2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invite .con .table .table-con .red[data-v-6188922a]{color:#f13b3b}.invite .con .table .table-con .green[data-v-6188922a]{color:#20a162}',""]),t.exports=e},5379:function(t,e,n){var i=n("5193");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("4f06").default;o("85b39226",i,!0,{sourceMap:!1,shadowMode:!1})},"543c":function(t,e,n){"use strict";var i=n("5379"),o=n.n(i);o.a},"683f":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.empty-box[data-v-be88fd4c]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:%?200?%}.empty-box uni-image[data-v-be88fd4c]{width:%?414?%;height:%?240?%}.empty-box .txt[data-v-be88fd4c]{font-size:%?26?%;color:#999}',""]),t.exports=e},"748e":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"invite"},[n("v-uni-view",{staticClass:"placeholder"}),n("v-uni-view",{staticClass:"qrcode"},[n("v-uni-view",{staticClass:"title"},[t._v("shop_"+t._s(t.uid))]),n("v-uni-view",{staticClass:"qrcode-img"},[n("v-uni-image",{attrs:{src:t.qrcodeUrl}})],1),n("v-uni-view",{staticClass:"save",on:{longpress:function(e){arguments[0]=e=t.$handleEvent(e),t.handleSavePic.apply(void 0,arguments)}}},[n("v-uni-image",{attrs:{src:"https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_active_mer/new_active_mer_qrcode_save.webp"}}),n("v-uni-text",[t._v("长按保存二维码")])],1)],1),n("v-uni-view",{staticClass:"con"},[n("v-uni-image",{staticClass:"record",attrs:{src:"https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_active_mer/new_active_mer_qrcode_record.webp"}}),t.list.length>0?n("v-uni-view",{staticClass:"table"},[n("v-uni-view",{staticClass:"table-title"},[n("v-uni-view",{staticClass:"table-title-cell"},[t._v("用户名称")]),n("v-uni-view",{staticClass:"table-title-cell"},[t._v("用户ID")]),n("v-uni-view",{staticClass:"table-title-cell"},[t._v("采购金额")]),n("v-uni-view",{staticClass:"table-title-cell"},[t._v("销售金额")])],1),t._l(t.list,(function(e,i){return[n("v-uni-view",{key:i+"_0",staticClass:"table-con"},[n("v-uni-view",{staticClass:"table-con-cell"},[t._v(t._s(e.real_name))]),n("v-uni-view",{staticClass:"table-con-cell"},[t._v(t._s(e.uid))]),n("v-uni-view",{staticClass:"table-con-cell red"},[t._v("¥"+t._s(e.buy_amount))]),n("v-uni-view",{staticClass:"table-con-cell green"},[t._v("¥"+t._s(e.sale_amount))])],1)]}))],2):t._e(),0==t.list.length?n("v-uni-view",[n("emptyPage",{attrs:{title:"暂无邀请好友记录哦~"}})],1):t._e()],1)],1)},o=[]},"95ca":function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.assistHelpList=function(t,e){return o.default.get("store/product/assist/user/"+t,e)},e.assistUserData=function(){return o.default.get("store/product/assist/count",{},{noAuth:!0})},e.chooseConsumption=function(t){return o.default.post("storeActivity/choose",t)},e.consumption=function(t){return o.default.get("storeActivity/consumption",t,{noAuth:!0})},e.getActivitycategory=function(t){return o.default.get("product/spu/active/category/"+t,{},{noAuth:!0})},e.getAssistDetail=function(t){return o.default.get("store/product/assist/detail/"+t)},e.getAssistList=function(t){return o.default.get("store/product/assist/lst",t,{noAuth:!0})},e.getAssistUser=function(t){return o.default.get("store/product/assist/share/"+t)},e.getBargainUserCancel=function(t){return o.default.post("store/product/assist/set/delete/"+t)},e.getBargainUserList=function(t){return o.default.get("store/product/assist/set/lst",t)},e.getCombinationDetail=function(t){return o.default.get("store/product/group/detail/"+t,{},{noAuth:!0})},e.getCombinationList=function(t){return o.default.get("store/product/group/lst",t,{noAuth:!0})},e.getCombinationPink=function(t){return o.default.get("store/product/group/get/"+t)},e.getCombinationPoster=function(t){return o.default.post("combination/poster",t)},e.getCombinationUser=function(t){return o.default.get("store/product/group/count",t,{noAuth:!0})},e.getCouponLst=function(t){return o.default.get("coupon/getlst",t,{noAuth:!0})},e.getMerchantServiceLst=function(t){return o.default.get("store/merchant/local",t,{noAuth:!0})},e.getNewPeopleCouponLst=function(t){return o.default.get("coupon/new_people",t,{noAuth:!0})},e.getPresellList=function(t){return o.default.get("store/product/presell/lst",t,{noAuth:!0})},e.getSeckillDetail=function(t){return o.default.get("store/product/seckill/detail/"+t,{},{noAuth:!0})},e.getSeckillIndexTime=function(){return o.default.get("store/product/seckill/select",{},{noAuth:!0})},e.getSeckillList=function(t){return o.default.get("store/product/seckill/lst",t,{noAuth:!0})},e.getTopicDetail=function(t){return o.default.get("activity/info/".concat(t),{},{noAuth:!0})},e.getTopicList=function(t,e){return o.default.get("activity/lst/".concat(t),e,{noAuth:!0})},e.getTopicProLst=function(t){return o.default.get("product/spu/labels",t,{noAuth:!0})},e.hotRankingApi=function(t){return o.default.get("product/spu/get_hot_ranking",t,{noAuth:!0})},e.initiateAssistApi=function(t){return o.default.post("store/product/assist/create/"+t)},e.mer_services_agree=function(){return o.default.get("agreement/mer_services_agree")},e.merchantRecord=function(t){return o.default.get("merchantRecord",t)},e.postAssistHelp=function(t){return o.default.post("store/product/assist/set/"+t)},e.postCombinationRemove=function(t){return o.default.post("store/product/group/cancel",t)},e.presellAgreement=function(){return o.default.get("store/product/presell/agree")},e.qrcode=function(t){return o.default.get("qrcode",t)},e.scombinationCode=function(t){return o.default.get("combination/code/"+t)},e.seckillCode=function(t,e){return o.default.get("seckill/code/"+t,e)},e.spuTop=function(t){return o.default.get("store/product/category/hotranking",{},{noAuth:!0})},e.spuTopList=function(t){return o.default.get("product/spu/get_hot_ranking",t,{noAuth:!0})},e.storeActivityDistrict=function(t){return o.default.get("storeActivity/district",t)},e.storeActivityProduct=function(t){return o.default.get("storeActivity/product",t,{noAuth:!0})},e.storeActivityReceive=function(t){return o.default.post("storeActivity/receive",t)},e.storeActivityRecord=function(t){return o.default.get("storeActivity/record",t)},e.storeActivityStatus=function(t){return o.default.get("storeActivity/status",t)},e.storeActivityTotal=function(t){return o.default.get("storeActivity/total",t)};var o=i(n("6860"))},a958:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-view",{staticClass:"empty-box"},[e("v-uni-image",{attrs:{src:"/static/images/empty-box.png"}}),e("v-uni-view",{staticClass:"txt",style:{color:this.color}},[this._v(this._s(this.title))])],1)},o=[]},f534:function(t,e,n){"use strict";n.r(e);var i=n("748e"),o=n("1bca");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("543c");var r=n("f0c5"),s=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"6188922a",null,!1,i["a"],void 0);e["default"]=s.exports},f700:function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={props:{title:{type:String,default:"暂无记录"},color:{type:String,default:"#999"}}};e.default=i}}]);