first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:27:25 +08:00
commit 85b89ccea7
1694 changed files with 168292 additions and 0 deletions

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/admin/order/index"],{3796:function(e,t,n){"use strict";(function(e,t){var a=n("47a9");n("4233");a(n("3240"));var o=a(n("ba91"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(o.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"6f79":function(e,t,n){"use strict";(function(e){var a=n("47a9");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o,r=a(n("7eb4")),u=a(n("ee10")),s={data:function(){return{tabData:{list:[{name:"待付款",status:0},{name:"已完成",status:"1"}],current:1},orderItems:[],search:{status:1,page:1},page:{current:0,last_page:1},loadStatus:"loadmore",config:null}},mounted:function(){},onLoad:function(){o=this,o.getOrderItems()},onShow:function(){},onReachBottom:function(){o.pageStatus()&&(o.loadStatus="loading",o.search.page=++o.search.page,o.orderItems=[],o.getOrderItems())},onPullDownRefresh:function(){return(0,u.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return o.search.page=1,o.orderItems=[],t.next=4,o.getOrderItems();case 4:e.stopPullDownRefresh();case 5:case"end":return t.stop()}}),t)})))()},methods:{sectionChange:function(e){o.search.status=o.tabData.list[e].status,o.tabData.current=e,o.orderItems=[],o.getOrderItems()},pageStatus:function(){return o.loadStatus="loadmore",!(o.search.page>=o.page.last_page)||(o.loadStatus="nomore",!1)},getOrderItems:function(){o.$http.post("/shop/admin/order/items",o.search).then((function(e){var t=e.data,n=e.success;n&&(o.orderItems=o.orderItems.concat(t.items.data),o.config=t.config,o.page.last_page=t.items.last_page,o.pageStatus())}))}}};t.default=s}).call(this,n("df3c")["default"])},"8a24":function(e,t,n){"use strict";n.r(t);var a=n("6f79"),o=n.n(a);for(var r in a)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(r);t["default"]=o.a},b7df:function(e,t,n){"use strict";n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return r})),n.d(t,"a",(function(){return a}));var a={uTag:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-tag/u-tag")]).then(n.bind(null,"45f4"))},"u-Image":function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u--image/u--image")]).then(n.bind(null,"eae0"))},uDivider:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-divider/u-divider")]).then(n.bind(null,"c144"))},uLoadmore:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-loadmore/u-loadmore")]).then(n.bind(null,"7d1b"))}},o=function(){var e=this.$createElement;this._self._c},r=[]},ba91:function(e,t,n){"use strict";n.r(t);var a=n("b7df"),o=n("8a24");for(var r in o)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(r);var u=n("828b"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);t["default"]=s.exports}},[["3796","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,10 @@
{
"navigationBarTitleText": "订单",
"enablePullDownRefresh": true,
"usingComponents": {
"u-tag": "/node-modules/uview-ui/components/u-tag/u-tag",
"u--image": "/node-modules/uview-ui/components/u--image/u--image",
"u-divider": "/node-modules/uview-ui/components/u-divider/u-divider",
"u-loadmore": "/node-modules/uview-ui/components/u-loadmore/u-loadmore"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view><block wx:for="{{orderItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="background-color:#ffffff;color:#666666;padding:30rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:16rpx;" url="{{'/pages/goods/detail?id='+item.id}}"><view class="u-flex u-flex-between" style="font-size:30rpx;"><view>{{"订单号:"+item.order_no}}</view><u-tag vue-id="{{'7f43359e-1-'+index}}" text="{{config.pay_type[item.pay_type]}}" name="{{config.pay_type[item.pay_type]}}" plain="{{true}}" size="mini" type="warning" bind:__l="__l"></u-tag></view><view style="height:20rpx;"></view><view class="u-flex"><u--image vue-id="{{'7f43359e-2-'+index}}" width="220rpx" height="220rpx" src="{{item.goods.cover[0]}}" radius="16rpx" bind:__l="__l"></u--image><view style="padding:0 20rpx;"><view>{{item.goods.name}}</view><view style="height:10rpx;"></view><view>{{"数量:"+item.num}}</view><view style="height:10rpx;"></view><view>订单金额:<text style="color:#FF1A1A;">{{"¥"+item.pay_money}}</text></view><view style="height:10rpx;"></view><view>{{"用户名:"+item.shop.username}}</view><view style="height:10rpx;"></view><view>{{"手机号:"+item.shop.mobile}}</view></view></view><u-divider vue-id="{{'7f43359e-3-'+index}}" bind:__l="__l"></u-divider><view class="u-flex u-flex-between"><view>{{item.created_at}}</view><view><u-tag vue-id="{{'7f43359e-4-'+index}}" text="{{config.status[item.status]}}" plain="{{true}}" size="mini" type="success" bind:__l="__l"></u-tag></view></view></view></block></view><u-loadmore vue-id="7f43359e-5" status="{{loadStatus}}" bind:__l="__l"></u-loadmore><view style="height:100rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/admin/shop/create"],{"171e":function(e,n,t){"use strict";t.r(n);var o=t("2111"),u=t("42ec");for(var i in u)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(i);var r=t("828b"),c=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);n["default"]=c.exports},2111:function(e,n,t){"use strict";t.d(n,"b",(function(){return u})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){return o}));var o={"u-Form":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--form/u--form")]).then(t.bind(null,"8b7a"))},uFormItem:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-form-item/u-form-item")]).then(t.bind(null,"1237"))},"u-Input":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--input/u--input")]).then(t.bind(null,"2ee7"))},uCodeInput:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-code-input/u-code-input")]).then(t.bind(null,"bbe7"))},uToast:function(){return t.e("node-modules/uview-ui/components/u-toast/u-toast").then(t.bind(null,"a526"))},uCode:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-code/u-code")]).then(t.bind(null,"0b2d"))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,"e1a8"))},uNumberBox:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-number-box/u-number-box")]).then(t.bind(null,"5ccf"))}},u=function(){var e=this.$createElement;this._self._c},i=[]},"42ec":function(e,n,t){"use strict";t.r(n);var o=t("d3e2"),u=t.n(o);for(var i in o)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(i);n["default"]=u.a},"72c7":function(e,n,t){"use strict";(function(e,n){var o=t("47a9");t("4233");o(t("3240"));var u=o(t("171e"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(u.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},d3e2:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;t("599f");var o,u={data:function(){return{form:{nickname:"",username:"",password:"",mobile:"",code:"",invite_code:"",vip:0},rules:{nickname:{type:"string",required:!0,message:"昵称必填项",trigger:["blur","change"]},username:{type:"string",required:!0,message:"用户名必填项",trigger:["blur","change"]},password:{type:"string",required:!0,message:"密码必填项",trigger:["blur","change"]},mobile:{type:"string",required:!0,message:"手机号必填项",trigger:["blur","change"]},code:{type:"string",required:!0,message:"验证码必填项",trigger:["blur","change"]}},code:{tips:"获取验证码",seconds:60}}},onLoad:function(e){o=this,e&&e.invite_code&&(o.form.invite_code=e.invite_code)},onReady:function(){o.$refs.uForm.setRules(o.rules)},methods:{topage:function(n){e.redirectTo({url:n})},codeChange:function(e){o.code.tips=e},getCode:function(){11==o.form.mobile.length?o.$refs.uCode.canGetCode?(e.showLoading({title:"正在获取验证码"}),o.$http.get("/com/sms/sendcode",o.form).then((function(n){n.success&&(e.hideLoading(),e.$u.toast("验证码已发送"),o.$refs.uCode.start())}))):e.$u.toast("倒计时结束后再发送"):e.$u.toast("请输入手机号")},end:function(){e.$u.toast("倒计时结束")},start:function(){e.$u.toast("倒计时开始")},userlogin:function(){this.$refs.uForm.validate().then((function(n){o.$http.get("/shop/admin/shop/create",o.form).then((function(n){n.success&&e.navigateBack()}))})).catch((function(n){e.$u.toast(n[0].message)}))}}};n.default=u}).call(this,t("df3c")["default"])}},[["72c7","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,13 @@
{
"navigationBarTitleText": "投资人添加",
"usingComponents": {
"u--form": "/node-modules/uview-ui/components/u--form/u--form",
"u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
"u--input": "/node-modules/uview-ui/components/u--input/u--input",
"u-code-input": "/node-modules/uview-ui/components/u-code-input/u-code-input",
"u-toast": "/node-modules/uview-ui/components/u-toast/u-toast",
"u-code": "/node-modules/uview-ui/components/u-code/u-code",
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-number-box": "/node-modules/uview-ui/components/u-number-box/u-number-box"
}
}

View File

@@ -0,0 +1 @@
<view style="padding:30rpx;"><view style="height:50rpx;"></view><u--form class="vue-ref" vue-id="589b1e8c-1" labelPosition="left" model="{{form}}" rules="{{rules}}" errorType="border-bottom" labelWidth="130rpx" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('589b1e8c-2')+','+('589b1e8c-1')}}" label="昵称" prop="nickname" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u--input bind:input="__e" vue-id="{{('589b1e8c-3')+','+('589b1e8c-2')}}" border="none" value="{{form.nickname}}" data-event-opts="{{[['^input',[['__set_model',['$0','nickname','$event',[]],['form']]]]]}}" bind:__l="__l"></u--input></u-form-item><u-form-item vue-id="{{('589b1e8c-4')+','+('589b1e8c-1')}}" label="用户名" prop="username" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u--input bind:input="__e" vue-id="{{('589b1e8c-5')+','+('589b1e8c-4')}}" border="none" value="{{form.username}}" data-event-opts="{{[['^input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" bind:__l="__l"></u--input></u-form-item><u-form-item vue-id="{{('589b1e8c-6')+','+('589b1e8c-1')}}" label="密码" prop="password" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u--input bind:input="__e" vue-id="{{('589b1e8c-7')+','+('589b1e8c-6')}}" type="password" border="none" value="{{form.password}}" data-event-opts="{{[['^input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" bind:__l="__l"></u--input></u-form-item><u-form-item vue-id="{{('589b1e8c-8')+','+('589b1e8c-1')}}" label="手机号" prop="mobile" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u--input bind:input="__e" vue-id="{{('589b1e8c-9')+','+('589b1e8c-8')}}" type="mobile" border="none" value="{{form.mobile}}" data-event-opts="{{[['^input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" bind:__l="__l"></u--input></u-form-item><u-form-item vue-id="{{('589b1e8c-10')+','+('589b1e8c-1')}}" label="验证码" prop="code" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default','right']}}"><u-code-input bind:input="__e" vue-id="{{('589b1e8c-11')+','+('589b1e8c-10')}}" maxlength="{{4}}" mode="line" value="{{form.code}}" data-event-opts="{{[['^input',[['__set_model',['$0','code','$event',[]],['form']]]]]}}" bind:__l="__l"></u-code-input><view slot="right"><u-toast class="vue-ref" vue-id="{{('589b1e8c-12')+','+('589b1e8c-10')}}" data-ref="uToast" bind:__l="__l"></u-toast><u-code class="vue-ref" vue-id="{{('589b1e8c-13')+','+('589b1e8c-10')}}" seconds="{{code.seconds}}" data-ref="uCode" data-event-opts="{{[['^end',[['end']]],['^start',[['start']]],['^change',[['codeChange']]]]}}" bind:end="__e" bind:start="__e" bind:change="__e" bind:__l="__l"></u-code><u-button vue-id="{{('589b1e8c-14')+','+('589b1e8c-10')}}" type="primary" data-event-opts="{{[['^tap',[['getCode']]]]}}" bind:tap="__e" bind:__l="__l" vue-slots="{{['default']}}">{{code.tips}}</u-button></view></u-form-item><u-form-item vue-id="{{('589b1e8c-15')+','+('589b1e8c-1')}}" label="等级" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-number-box bind:input="__e" vue-id="{{('589b1e8c-16')+','+('589b1e8c-15')}}" min="{{0}}" max="{{9}}" value="{{form.vip}}" data-event-opts="{{[['^input',[['__set_model',['$0','vip','$event',[]],['form']]]]]}}" bind:__l="__l"></u-number-box></u-form-item></u--form><view style="height:100rpx;"></view><u-button vue-id="589b1e8c-17" type="primary" data-event-opts="{{[['^click',[['userlogin']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">提交</u-button></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/admin/shop/index"],{"1dce":function(e,t,n){"use strict";n.r(t);var o=n("4864"),a=n.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(u);t["default"]=a.a},"44a3":function(e,t,n){"use strict";n.d(t,"b",(function(){return a})),n.d(t,"c",(function(){return u})),n.d(t,"a",(function(){return o}));var o={uButton:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-button/u-button")]).then(n.bind(null,"e1a8"))},uSearch:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-search/u-search")]).then(n.bind(null,"fae8"))},uLoadmore:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-loadmore/u-loadmore")]).then(n.bind(null,"7d1b"))}},a=function(){var e=this.$createElement;this._self._c},u=[]},4864:function(e,t,n){"use strict";(function(e){var n;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={data:function(){return{shopItems:[],status:[],type:[],loadStatus:"loadmore",search:{page:1,status:0,mobile:""},page:{current:0,last_page:1}}},onLoad:function(){n=this},onShow:function(){n.shopItems=[],n.getShopItems()},onPullDownRefresh:function(){n.search.page=1,n.shopItems=[],n.getShopItems(),e.stopPullDownRefresh()},onReachBottom:function(){n.pageStatus()&&(n.loadStatus="loading",n.search.page=++n.search.page,n.getShopItems())},methods:{onsearch:function(){n.shopItems=[],n.getShopItems()},pageStatus:function(){return n.loadStatus="loadmore",!(n.search.page>=n.page.last_page)||(n.loadStatus="nomore",!1)},getShopItems:function(){n.$http.get("/shop/admin/shop/items",n.search).then((function(e){var t=e.data;e.success;n.shopItems=n.shopItems.concat(t.data),n.page.last_page=t.last_page,n.pageStatus()}))}}};t.default=o}).call(this,n("df3c")["default"])},b60e:function(e,t,n){"use strict";n.r(t);var o=n("44a3"),a=n("1dce");for(var u in a)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(u);var s=n("828b"),r=Object(s["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);t["default"]=r.exports},cd4b:function(e,t,n){"use strict";(function(e,t){var o=n("47a9");n("4233");o(n("3240"));var a=o(n("b60e"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])}},[["cd4b","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "投资人管理",
"enablePullDownRefresh": true,
"usingComponents": {
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-search": "/node-modules/uview-ui/components/u-search/u-search",
"u-loadmore": "/node-modules/uview-ui/components/u-loadmore/u-loadmore"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><navigator url="/pages/admin/shop/create"><u-button vue-id="6b838014-1" type="primary" bind:__l="__l" vue-slots="{{['default']}}">添加</u-button></navigator><view style="height:20rpx;"></view><u-search vue-id="6b838014-2" placeholder="请输入手机号" shape="square" value="{{search.mobile}}" data-event-opts="{{[['^search',[['onsearch']]],['^input',[['__set_model',['$0','mobile','$event',[]],['search']]]]]}}" bind:search="__e" bind:input="__e" bind:__l="__l"></u-search><view style="height:20rpx;"></view><view><block wx:for="{{shopItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator style="background-color:#ffffff;color:#666666;padding:20rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:12rpx;" url="{{'/pages/team/detail?team_shop_id='+item.id}}"><view class="u-flex"><view><view>{{"用户名:"+item.username}}</view><view style="height:10rpx;"></view><view>{{"手机号:"+item.mobile}}</view><view style="height:10rpx;"></view><view>{{"余额:"+item.money}}</view></view><view style="width:100rpx;"></view><view><view>{{"等级v"+item.vip}}</view><view style="height:10rpx;"></view><view>{{"充电桩:"+item.device_num}}</view><view style="height:10rpx;"></view><view>{{"已安装:"+item.install_num}}</view></view></view><view style="height:20rpx;"></view><view>{{"注册时间:"+item.created_at}}</view></navigator></block></view><u-loadmore vue-id="6b838014-3" status="{{loadStatus}}" bind:__l="__l"></u-loadmore><view style="height:100rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/article/detail"],{"68be":function(t,e,n){"use strict";n.r(e);var c=n("6cb4"),r=n.n(c);for(var i in c)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return c[t]}))}(i);e["default"]=r.a},"6cb4":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;n("21de");var c,r={data:function(){return{articleItem:{id:"",title:"",cover:"",note:"",created_at:""},search:{id:""}}},onLoad:function(t){c=this,t&&t.id&&(c.search.id=t.id)},onShow:function(){c.getArticleItem()},methods:{getArticleItem:function(){c.$http.get("/shop/v10/article/item",c.search).then((function(t){var e=t.data,n=t.success;n&&(c.articleItem=e)}))}}};e.default=r},c1e2:function(t,e,n){"use strict";n.r(e);var c=n("fa24"),r=n("68be");for(var i in r)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(i);var a=n("828b"),u=Object(a["a"])(r["default"],c["b"],c["c"],!1,null,null,null,!1,c["a"],void 0);e["default"]=u.exports},d140:function(t,e,n){"use strict";(function(t,e){var c=n("47a9");n("4233");c(n("3240"));var r=c(n("c1e2"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(r.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},fa24:function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return c}));var c={mpHtml:function(){return Promise.all([n.e("common/vendor"),n.e("uni_modules/mp-html/components/mp-html/mp-html")]).then(n.bind(null,"3311"))}},r=function(){var t=this.$createElement;this._self._c},i=[]}},[["d140","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "",
"usingComponents": {
"mp-html": "/uni_modules/mp-html/components/mp-html/mp-html"
}
}

View File

@@ -0,0 +1 @@
<view style="padding:30rpx;"><view style="font-size:34rpx;">{{articleItem.title}}</view><view style="height:20rpx;"></view><view style="color:#999;font-size:30rpx;">{{"发布时间:"+articleItem.created_at}}</view><view style="height:20rpx;"></view><block wx:if="{{articleItem.video}}"><video style="width:690rpx;height:388rpx;" poster="{{articleItem.cover}}" src="{{articleItem.video}}" direction="{{90}}"></video></block><view style="height:20rpx;"></view><view><mp-html vue-id="58187223-1" content="{{articleItem.note}}" bind:__l="__l"></mp-html></view><view style=";"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/article/index"],{6647:function(e,t,n){"use strict";n.r(t);var a=n("f4f6"),o=n.n(a);for(var u in a)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(u);t["default"]=o.a},7617:function(e,t,n){"use strict";n.r(t);var a=n("91c4"),o=n("6647");for(var u in o)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(u);n("77de");var c=n("828b"),r=Object(c["a"])(o["default"],a["b"],a["c"],!1,null,"549ff3b0",null,!1,a["a"],void 0);t["default"]=r.exports},"77de":function(e,t,n){"use strict";var a=n("f786"),o=n.n(a);o.a},"91c4":function(e,t,n){"use strict";n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return u})),n.d(t,"a",(function(){return a}));var a={uTabs:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-tabs/u-tabs")]).then(n.bind(null,"0da8"))},uImage:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-image/u-image")]).then(n.bind(null,"8335"))},uLoadmore:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-loadmore/u-loadmore")]).then(n.bind(null,"7d1b"))}},o=function(){var e=this.$createElement;this._self._c},u=[]},f2f5:function(e,t,n){"use strict";(function(e,t){var a=n("47a9");n("4233");a(n("3240"));var o=a(n("7617"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(o.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},f4f6:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n("21de");var a,o={data:function(){return{tabData:{list:[]},articleItems:[],loadStatus:"loadmore",search:{page:1,cid:1},page:{current:0,last_page:1}}},onLoad:function(){a=this,a.pageStatus()},onPullDownRefresh:function(){a.search.page=1,a.articleItems=[],a.getArticleItems(),e.stopPullDownRefresh()},onReachBottom:function(){a.pageStatus()&&(a.loadStatus="loading",a.search.page=++a.search.page,a.getArticleItems())},onShow:function(){a.getC(),a.getArticleItems()},methods:{pageStatus:function(){return a.loadStatus="loadmore",!(a.search.page>=a.page.last_page)||(a.loadStatus="nomore",!1)},changeCur:function(e){a.search.page=1,a.search.cid=e.id,a.articleItems=[],a.getArticleItems()},getC:function(){var e=this;this.$http.get("/shop/v10/article/c").then((function(t){var n=t.data,a=t.success;a&&(e.tabData.list=n)}))},getArticleItems:function(){var e=this;this.$http.get("/shop/v10/article/items",this.search).then((function(t){var n=t.data,a=t.success;a&&(e.articleItems=n.data,e.page.last_page=n.last_page,e.pageStatus())}))}}};t.default=o}).call(this,n("df3c")["default"])},f786:function(e,t,n){}},[["f2f5","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "行业动态",
"enablePullDownRefresh": true,
"usingComponents": {
"u-tabs": "/node-modules/uview-ui/components/u-tabs/u-tabs",
"u-image": "/node-modules/uview-ui/components/u-image/u-image",
"u-loadmore": "/node-modules/uview-ui/components/u-loadmore/u-loadmore"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg data-v-549ff3b0" style="min-height:calc(100vh - 120rpx);background-color:#F7F7F7;"><u-tabs vue-id="287468b6-1" list="{{tabData.list}}" data-event-opts="{{[['^change',[['changeCur']]]]}}" bind:change="__e" class="data-v-549ff3b0" bind:__l="__l"></u-tabs><view style="height:20rpx;" class="data-v-549ff3b0"></view><view class="data-v-549ff3b0"><block wx:for="{{articleItems}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view class="data-v-549ff3b0"><block wx:if="{{item.oa_url}}"><navigator style="padding:10rpx;background-color:#ffffff;border-radius:10rpx;margin-bottom:20rpx;" url="{{'/pages/article/web?id='+item.id}}" class="data-v-549ff3b0"><block wx:if="{{item.cover}}"><u-image vue-id="{{'287468b6-2-'+index}}" src="{{item.cover}}" width="630rpx" height="353rpx" class="data-v-549ff3b0" bind:__l="__l"></u-image></block><view style="height:10rpx;" class="data-v-549ff3b0"></view><view class="xkl_line1 data-v-549ff3b0" style="padding:10rpx;">{{''+item.title+''}}</view></navigator></block><block wx:else><block wx:if="{{item.video}}"><view style="padding:10rpx;background-color:#ffffff;border-radius:10rpx;margin-bottom:20rpx;" class="data-v-549ff3b0"><video style="width:630rpx;height:353rpx;" poster="{{item.cover}}" src="{{item.video}}" direction="{{90}}" class="data-v-549ff3b0"></video><view style="height:10rpx;" class="data-v-549ff3b0"></view><navigator class="xkl_line1 data-v-549ff3b0" style="padding:10rpx;" url="{{'/pages/article/detail?id='+item.id}}">{{''+item.title+''}}</navigator></view></block><block wx:else><navigator style="padding:10rpx;background-color:#ffffff;border-radius:10rpx;margin-bottom:20rpx;" url="{{'/pages/article/detail?id='+item.id}}" class="data-v-549ff3b0"><block wx:if="{{item.cover}}"><u-image vue-id="{{'287468b6-3-'+index}}" src="{{item.cover}}" width="630rpx" height="353rpx" class="data-v-549ff3b0" bind:__l="__l"></u-image></block><view style="height:10rpx;" class="data-v-549ff3b0"></view><view class="xkl_line1 data-v-549ff3b0" style="padding:10rpx;">{{''+item.title+''}}</view></navigator></block></block></view></block></view><u-loadmore vue-id="287468b6-4" status="{{loadStatus}}" class="data-v-549ff3b0" bind:__l="__l"></u-loadmore></view>

View File

@@ -0,0 +1 @@
.xkl_line1.data-v-549ff3b0{display:inline-block;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/article/web"],{"581f":function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var c=function(){var t=this.$createElement;this._self._c},a=[]},"5a45":function(t,e,n){"use strict";n.r(e);var c=n("fc30"),a=n.n(c);for(var r in c)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return c[t]}))}(r);e["default"]=a.a},"7d82":function(t,e,n){"use strict";n.r(e);var c=n("581f"),a=n("5a45");for(var r in a)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(r);var i=n("828b"),u=Object(i["a"])(a["default"],c["b"],c["c"],!1,null,null,null,!1,c["a"],void 0);e["default"]=u.exports},bf0c:function(t,e,n){"use strict";(function(t,e){var c=n("47a9");n("4233");c(n("3240"));var a=c(n("7d82"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},fc30:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;n("21de");var c,a={data:function(){return{articleItem:{id:"",title:"",cover:"",note:"",created_at:"",oa_url:""},search:{id:""}}},onLoad:function(t){c=this,t&&t.id&&(c.search.id=t.id)},onShow:function(){c.getArticleItem()},methods:{getArticleItem:function(){c.$http.get("/shop/v10/article/item",c.search).then((function(t){var e=t.data,n=t.success;n&&(c.articleItem=e)}))}}};e.default=a}},[["bf0c","common/runtime","common/vendor"]]]);

View File

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

View File

@@ -0,0 +1 @@
<view><web-view src="{{articleItem.oa_url}}"></web-view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/device/index"],{"231b":function(e,t,n){"use strict";(function(e){var n;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={data:function(){return{deviceItems:[],deviceInfo:{device_num:0,install_num:0,team_device_num:0},tabData:{list:[{name:"已安装",install_time:1},{name:"待安装",install_time:0}],current:0},status:[],type:[],loadStatus:"loadmore",search:{install_time:1,page:1,status:0},page:{current:0,last_page:1,page:1}}},onLoad:function(){n=this,n.getDeviceInfo(),n.getDeviceItems()},onPullDownRefresh:function(){n.search.page=1,n.getDeviceInfo(),n.deviceItems=[],n.getDeviceItems(),e.stopPullDownRefresh()},onReachBottom:function(){n.pageStatus()&&(n.loadStatus="loading",n.search.page=++n.search.page,n.getDeviceItems())},methods:{sectionChange:function(e){n.tabData.current=e,n.search.install_time=n.tabData.list[e].install_time,n.deviceItems=[],n.getDeviceItems()},pageStatus:function(){return n.loadStatus="loadmore",!(n.search.page>=n.page.last_page)||(n.loadStatus="nomore",!1)},getDeviceInfo:function(){n.$http.get("/shop/v10/device/info").then((function(e){var t=e.data;n.deviceInfo=t}))},getDeviceItems:function(){n.$http.get("/shop/v10/device/items",n.search).then((function(e){var t=e.data;e.success;n.deviceItems=n.deviceItems.concat(t.data),n.page.last_page=t.last_page,n.pageStatus()}))}}};t.default=o}).call(this,n("df3c")["default"])},"7f13":function(e,t,n){"use strict";n.r(t);var o=n("e052"),u=n("ee14");for(var a in u)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return u[e]}))}(a);var i=n("828b"),c=Object(i["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);t["default"]=c.exports},ce1f:function(e,t,n){"use strict";(function(e,t){var o=n("47a9");n("4233");o(n("3240"));var u=o(n("7f13"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(u.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},e052:function(e,t,n){"use strict";n.d(t,"b",(function(){return u})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return o}));var o={uGrid:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-grid/u-grid")]).then(n.bind(null,"2f4f"))},uGridItem:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-grid-item/u-grid-item")]).then(n.bind(null,"6492"))},uSubsection:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-subsection/u-subsection")]).then(n.bind(null,"b9c7"))},uEmpty:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-empty/u-empty")]).then(n.bind(null,"8568"))},uTag:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-tag/u-tag")]).then(n.bind(null,"45f4"))},uLoadmore:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-loadmore/u-loadmore")]).then(n.bind(null,"7d1b"))}},u=function(){var e=this.$createElement;this._self._c},a=[]},ee14:function(e,t,n){"use strict";n.r(t);var o=n("231b"),u=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=u.a}},[["ce1f","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,12 @@
{
"navigationBarTitleText": "我的充电桩",
"enablePullDownRefresh": true,
"usingComponents": {
"u-grid": "/node-modules/uview-ui/components/u-grid/u-grid",
"u-grid-item": "/node-modules/uview-ui/components/u-grid-item/u-grid-item",
"u-subsection": "/node-modules/uview-ui/components/u-subsection/u-subsection",
"u-empty": "/node-modules/uview-ui/components/u-empty/u-empty",
"u-tag": "/node-modules/uview-ui/components/u-tag/u-tag",
"u-loadmore": "/node-modules/uview-ui/components/u-loadmore/u-loadmore"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="padding:30rpx;background-color:#ffffff;border-radius:10rpx;"><view style="font-size:28rpx;">充电桩汇总</view><view style="height:10rpx;"></view><u-grid vue-id="3e5a16f4-1" border="{{false}}" col="{{3}}" bind:__l="__l" vue-slots="{{['default']}}"><u-grid-item vue-id="{{('3e5a16f4-2')+','+('3e5a16f4-1')}}" customStyle="{{({padding:'20rpx 0'})}}" bind:__l="__l" vue-slots="{{['default']}}"><view>{{deviceInfo.install_num}}</view><text class="grid-text-mini">已安装</text></u-grid-item><u-grid-item vue-id="{{('3e5a16f4-3')+','+('3e5a16f4-1')}}" customStyle="{{({padding:'20rpx 0'})}}" bind:__l="__l" vue-slots="{{['default']}}"><view>{{deviceInfo.device_num-deviceInfo.install_num}}</view><text class="grid-text-mini">待安装</text></u-grid-item><u-grid-item vue-id="{{('3e5a16f4-4')+','+('3e5a16f4-1')}}" customStyle="{{({padding:'20rpx 0'})}}" bind:__l="__l" vue-slots="{{['default']}}"><view>{{deviceInfo.team_device_num}}</view><text class="grid-text-mini">团队</text></u-grid-item></u-grid></view><view style="height:20rpx;"></view><u-subsection vue-id="3e5a16f4-5" list="{{tabData.list}}" keyName="name" current="{{tabData.current}}" data-event-opts="{{[['^change',[['sectionChange']]]]}}" bind:change="__e" bind:__l="__l"></u-subsection><view style="height:20rpx;"></view><block wx:if="{{!deviceInfo.device_num}}"><view style="padding:30rpx;background-color:#ffffff;border-radius:10rpx;"><u-empty vue-id="3e5a16f4-6" mode="list" bind:__l="__l"></u-empty></view></block><block wx:else><view><block wx:if="{{tabData.current==1}}"><view><block wx:for="{{deviceItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator style="background-color:#ffffff;color:#666666;padding:20rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:12rpx;"><view class="u-flex u-flex-between"><view>{{"设备ID"+item.id}}</view><block wx:if="{{item.install_time}}"><u-tag vue-id="{{'3e5a16f4-7-'+index}}" text="已安装" plain="{{true}}" size="mini" type="success" bind:__l="__l"></u-tag></block><block wx:else><u-tag vue-id="{{'3e5a16f4-8-'+index}}" text="未安装" plain="{{true}}" size="mini" type="error" bind:__l="__l"></u-tag></block></view><view>{{"生效时间:"+item.created_at}}</view></navigator></block></view></block><block wx:else><view><block wx:for="{{deviceItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator style="background-color:#ffffff;color:#666666;padding:20rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:12rpx;"><view class="u-flex u-flex-between"><view>{{"设备号:"+item.device_no}}</view><view>{{item.id}}</view></view><view style="height:10rpx;"></view><view>{{"电站:"+item.site_name}}</view><view style="height:10rpx;"></view><view>{{"地址:"+item.address}}</view><view style="height:10rpx;"></view><view>{{"生效时间:"+item.created_at}}</view></navigator></block></view></block><u-loadmore vue-id="3e5a16f4-9" status="{{loadStatus}}" bind:__l="__l"></u-loadmore></view></block><view style="height:400rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/detail"],{"1fc2":function(e,n,t){"use strict";t.d(n,"b",(function(){return u})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){return o}));var o={uSwiper:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-swiper/u-swiper")]).then(t.bind(null,"57aa"))},uDivider:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-divider/u-divider")]).then(t.bind(null,"c144"))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,"e1a8"))}},u=function(){var e=this.$createElement;this._self._c},i=[]},"3b60":function(e,n,t){"use strict";t.r(n);var o=t("1fc2"),u=t("ef11");for(var i in u)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(i);var r=t("828b"),c=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);n["default"]=c.exports},5446:function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o={data:function(){return{show:!1,goodsItem:{id:"",cover:[],original_price:"",current_price:"",pre_price:"",integral:"",sales:"",stock:"",note:""}}},onLoad:function(n){t=this,n&&n.id?t.goodsItem.id=n.id:e.navigateBack(),t.getGoodsItem()},methods:{open:function(){},close:function(){t.show=!1},getGoodsItem:function(){t.$http.get("/shop/v10/goods/item",{id:t.goodsItem.id}).then((function(e){var n=e.data;t.goodsItem=n}))}}};n.default=o}).call(this,t("df3c")["default"])},ee49:function(e,n,t){"use strict";(function(e,n){var o=t("47a9");t("4233");o(t("3240"));var u=o(t("3b60"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(u.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},ef11:function(e,n,t){"use strict";t.r(n);var o=t("5446"),u=t.n(o);for(var i in o)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(i);n["default"]=u.a}},[["ee49","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,8 @@
{
"navigationBarTitleText": "商品详情",
"usingComponents": {
"u-swiper": "/node-modules/uview-ui/components/u-swiper/u-swiper",
"u-divider": "/node-modules/uview-ui/components/u-divider/u-divider",
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view style="background-color:#F7F7F7;"><u-swiper vue-id="6db62043-1" list="{{goodsItem.cover}}" height="750rpx" indicator="{{true}}" indicatorMode="line" circular="{{true}}" bind:__l="__l"></u-swiper><view style="height:20rpx;"></view><view style="background-color:#ffffff;padding:30rpx;border-radius:10rpx;"><view class="u-flex u-flex-y-center"><view style="color:#FF1A1A;font-size:40rpx;font-weight:800;">{{"¥"+goodsItem.current_price+''}}</view><view style="width:50rpx;"></view><block wx:if="{{goodsItem.original_price>goodsItem.current_price}}"><view style="color:#CCCCCC;font-size:30rpx;text-decoration:line-through;">{{'¥'+goodsItem.original_price}}</view></block></view><view style="height:20rpx;"></view><view style="color:#232323;font-size:30rpx;font-weight:800;">{{goodsItem.name}}</view><view style="height:20rpx;"></view><view class="u-flex" style="color:#666666;font-size:26rpx;"><view>{{"库存:"+goodsItem.stock}}</view><view style="width:80rpx;"></view><view>{{"销量:"+goodsItem.sales}}</view></view></view><u-divider vue-id="6db62043-2" text="商品详情" bind:__l="__l"></u-divider><block wx:for="{{goodsItem.detail}}" wx:for-item="img" wx:for-index="index" wx:key="index"><image style="width:750rpx;" src="{{img}}" mode="widthFix"></image></block><view style="height:180rpx;"></view><view style="position:fixed;bottom:0rpx;width:750rpx;height:150rpx;background-color:#ffffff;"><navigator url="{{'/pages/order/pre?id='+goodsItem.id}}"><u-button vue-id="6db62043-3" type="primary" bind:__l="__l" vue-slots="{{['default']}}">立即下单</u-button></navigator></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/device"],{"0200":function(e,n,o){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t,u=o("599f"),i={data:function(){return{show:!1,goodsItem:{id:"",cover:[],original_price:"",current_price:"",pre_price:"",integral:"",sales:"",stock:"",note:""},num:1}},onLoad:function(e){t=this},onShow:function(){t.getGoodsItem()},methods:{toauth:function(){var n=window.navigator.userAgent.toLowerCase();if("micromessenger"==n.match(/micromessenger/i))return location.href="".concat(u.API_URL,"/shop/v10/auth/wxoauth?path=","/pages/order/pre?id=".concat(t.goodsItem.id,"&num=").concat(t.num)),!0;e.navigateTo({url:"/pages/order/pre?id=".concat(t.goodsItem.id,"&num=").concat(t.num)})},open:function(){},close:function(){t.show=!1},getGoodsItem:function(){t.$http.get("/shop/v10/goods/item",{type:1}).then((function(e){var n=e.data,o=e.success;o&&(t.goodsItem=n)}))}}};n.default=i}).call(this,o("df3c")["default"])},1410:function(e,n,o){"use strict";o.d(n,"b",(function(){return u})),o.d(n,"c",(function(){return i})),o.d(n,"a",(function(){return t}));var t={uSwiper:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-swiper/u-swiper")]).then(o.bind(null,"57aa"))},uDivider:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-divider/u-divider")]).then(o.bind(null,"c144"))},uIcon:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(o.bind(null,"15bf"))}},u=function(){var e=this.$createElement;this._self._c},i=[]},a1e6:function(e,n,o){"use strict";o.r(n);var t=o("0200"),u=o.n(t);for(var i in t)["default"].indexOf(i)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(i);n["default"]=u.a},ad33:function(e,n,o){"use strict";(function(e,n){var t=o("47a9");o("4233");t(o("3240"));var u=t(o("bbc5"));e.__webpack_require_UNI_MP_PLUGIN__=o,n(u.default)}).call(this,o("3223")["default"],o("df3c")["createPage"])},bbc5:function(e,n,o){"use strict";o.r(n);var t=o("1410"),u=o("a1e6");for(var i in u)["default"].indexOf(i)<0&&function(e){o.d(n,e,(function(){return u[e]}))}(i);var r=o("828b"),c=Object(r["a"])(u["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);n["default"]=c.exports}},[["ad33","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,8 @@
{
"navigationBarTitleText": "充电桩",
"usingComponents": {
"u-swiper": "/node-modules/uview-ui/components/u-swiper/u-swiper",
"u-divider": "/node-modules/uview-ui/components/u-divider/u-divider",
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
}
}

View File

@@ -0,0 +1 @@
<view style="background-color:#F7F7F7;"><u-swiper vue-id="e81dd544-1" list="{{goodsItem.cover}}" height="750rpx" indicator="{{true}}" indicatorMode="line" circular="{{true}}" bind:__l="__l"></u-swiper><view><view style="height:30rpx;"></view><view style="background-color:#ffffff;padding:30rpx;border-radius:16rpx;"><view class="u-flex u-flex-y-center"><view style="color:#FF1A1A;font-size:40rpx;font-weight:800;">{{"¥"+goodsItem.current_price+''}}</view><view style="width:50rpx;"></view><block wx:if="{{goodsItem.original_price>goodsItem.current_price}}"><view style="color:#CCCCCC;font-size:30rpx;text-decoration:line-through;">{{'¥'+goodsItem.original_price}}</view></block></view><view style="height:20rpx;"></view><view style="color:#232323;font-size:30rpx;font-weight:800;">{{goodsItem.name}}</view><view style="height:20rpx;"></view><view class="u-flex" style="color:#666666;font-size:26rpx;"><view>{{"销量:"+goodsItem.sales}}</view><view style="width:80rpx;"></view><view>{{"库存:"+goodsItem.stock}}</view><view style="width:80rpx;"></view><block wx:if="{{goodsItem.integral}}"><view>{{"赠送积分:"+goodsItem.integral}}</view></block></view></view></view><view style="height:20rpx;"></view><u-divider vue-id="e81dd544-2" text="详情" bind:__l="__l"></u-divider><block wx:for="{{goodsItem.detail}}" wx:for-item="img" wx:for-index="index" wx:key="index"><image style="width:750rpx;" src="{{img}}" mode="widthFix"></image></block><view style="height:100rpx;"></view><view style="position:fixed;bottom:0rpx;box-shadow:2px 2px 2px 2px black;height:102rpx;width:750rpx;background-color:#ffffff;"><view class="u-flex u-flex-y-center u-flex-between" style="padding:0 50rpx;height:102rpx;"><button class="xkl-clear-btn" open-type="contact"><view class="u-flex u-flex-x-center"><u-icon vue-id="e81dd544-3" name="/static/img/service.png" size="40rpx" bind:__l="__l"></u-icon></view><view style="color:#232323;font-size:28rpx;text-align:center;">客服</view></button><view data-event-opts="{{[['tap',[['toauth']]]]}}" bindtap="__e"><button class="xkl-clear-btn" style="width:236rpx;height:70rpx;line-height:70rpx;font-size:28rpx;background:#FFFFFF;border-radius:8rpx 8rpx 8rpx 8rpx;opacity:1;border:2rpx solid #707070;">立即下单</button></view></view></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/goods/level"],{"0837":function(e,n,t){"use strict";t.d(n,"b",(function(){return u})),t.d(n,"c",(function(){return a})),t.d(n,"a",(function(){return o}));var o={"u-Image":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--image/u--image")]).then(t.bind(null,"eae0"))}},u=function(){var e=this.$createElement;this._self._c},a=[]},"36aa":function(e,n,t){"use strict";t.r(n);var o=t("0837"),u=t("d10e");for(var a in u)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(a);var r=t("828b"),i=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);n["default"]=i.exports},b7dd:function(e,n,t){"use strict";(function(e,n){var o=t("47a9");t("4233");o(t("3240"));var u=o(t("36aa"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(u.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},d10e:function(e,n,t){"use strict";t.r(n);var o=t("d4e8"),u=t.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(a);n["default"]=u.a},d4e8:function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o={data:function(){return{levelItems:[],goodsItem:{id:"",cover:[],name:"",original_price:"",current_price:"",pre_price:"",integral:"",sales:"",stock:"",note:""}}},onLoad:function(){t=this},onShow:function(e){t.getGoodsLevel()},onPullDownRefresh:function(){t.getGoodsLevel(),e.stopPullDownRefresh()},methods:{open:function(){},close:function(){t.show=!1},getGoodsLevel:function(){t.$http.get("/shop/v10/goods/level").then((function(e){var n=e.data;t.goodsItem=n.goods,t.levelItems=n.level}))}}};n.default=o}).call(this,t("df3c")["default"])}},[["b7dd","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "等级",
"enablePullDownRefresh": true,
"usingComponents": {
"u--image": "/node-modules/uview-ui/components/u--image/u--image"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view><navigator class="u-flex" style="background-color:#ffffff;padding:20rpx;margin-bottom:20rpx;border-radius:10rpx;font-size:30rpx;" url="{{'/pages/order/pre?id='+goodsItem.id+'&num=1'}}"><u--image vue-id="61b039b8-1" width="220rpx" height="220rpx" src="{{goodsItem.cover[0]}}" radius="16rpx" bind:__l="__l"></u--image><view style="padding:20rpx;width:100%;"><view style="color:#232323;">{{goodsItem.name}}</view><view style="height:10rpx;"></view><view><text>单价:</text><text style="color:crimson;">{{''+goodsItem.current_price+'元'}}</text></view><view style="height:10rpx;"></view><view class="u-flex u-flex-between"><view><text>购买数量:</text><text style="color:crimson;">1</text></view><view style="color:#7999C3;">下单</view></view></view></navigator><block wx:for="{{levelItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator class="u-flex" style="background-color:#ffffff;padding:20rpx;margin-bottom:20rpx;border-radius:10rpx;font-size:30rpx;" url="{{'/pages/order/pre?id='+goodsItem.id+'&num='+item.need_num}}"><u--image vue-id="{{'61b039b8-2-'+index}}" width="220rpx" height="220rpx" src="{{goodsItem.cover[0]}}" radius="16rpx" bind:__l="__l"></u--image><view style="padding:20rpx;width:100%;"><view class="u-flex u-flex-between"><view style="color:#232323;">{{goodsItem.name}}</view><view><text style="font-size:28rpx;color:#999999;">升级到</text><text style="color:#26418A;font-size:32rpx;font-weight:700;">{{"v"+item.level}}</text></view></view><view style="height:10rpx;"></view><view><text>单价:</text><text style="color:crimson;">{{''+goodsItem.current_price+'元'}}</text></view><view style="height:10rpx;"></view><view class="u-flex u-flex-between"><view><text>所需数量:</text><text style="color:crimson;">{{''+item.need_num+''}}</text></view><view style="color:#7999C3;">下单</view></view></view></navigator></block></view><view style="height:100rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/index"],{"0737":function(e,n,t){"use strict";t.d(n,"b",(function(){return a})),t.d(n,"c",(function(){return o})),t.d(n,"a",(function(){return i}));var i={uNavbar:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-navbar/u-navbar")]).then(t.bind(null,"3e43"))},uSwiper:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-swiper/u-swiper")]).then(t.bind(null,"57aa"))},uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,"15bf"))},"u-Image":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--image/u--image")]).then(t.bind(null,"eae0"))},uLine:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-line/u-line")]).then(t.bind(null,"7c3ce"))}},a=function(){var e=this.$createElement;this._self._c},o=[]},"1c58":function(e,n,t){"use strict";(function(e,n){var i=t("47a9");t("4233");i(t("3240"));var a=i(t("96a5"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(a.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},"4d30":function(e,n,t){},"5a69":function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{banner:[],tab_list:[{img:"/static/home/tab2.png",name:"资产包",url:"/pages/resourceBundle/resourceBundle"},{img:"/static/home/tab4.png",name:"账单",url:"/pages/wallet/list"},{img:"/static/home/tab3.png",name:"团队",url:"/pages/team/index"}],articleItems:[],goodsItems:[]}},onLoad:function(){this.getAds(),this.aryicleList(),this.getGoodsItems()},methods:{getGoodsItems:function(){var e=this;this.$http.get("/shop/v10/goods/items").then((function(n){var t=n.data;e.goodsItems=t}))},bannerChange:function(n){this.banner[n].path&&e.navigateTo({url:this.banner[n].path})},getAds:function(){var e=this;this.$http.get("/shop/v10/ads/items").then((function(n){var t=n.data;e.banner=t}))},aryicleList:function(){var e=this;this.$http.get("/shop/v10/article/items",{page:1,cid:1}).then((function(n){var t=n.data,i=n.success;i&&(e.articleItems=t.data)}))},changeTab:function(){e.switchTab({url:"/pages/article/index"})}}};n.default=t}).call(this,t("df3c")["default"])},"96a5":function(e,n,t){"use strict";t.r(n);var i=t("0737"),a=t("d095");for(var o in a)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return a[e]}))}(o);t("fe2b");var u=t("828b"),r=Object(u["a"])(a["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);n["default"]=r.exports},d095:function(e,n,t){"use strict";t.r(n);var i=t("5a69"),a=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(o);n["default"]=a.a},fe2b:function(e,n,t){"use strict";var i=t("4d30"),a=t.n(i);a.a}},[["1c58","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,12 @@
{
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"usingComponents": {
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar",
"u-swiper": "/node-modules/uview-ui/components/u-swiper/u-swiper",
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u--image": "/node-modules/uview-ui/components/u--image/u--image",
"u-line": "/node-modules/uview-ui/components/u-line/u-line"
}
}

View File

@@ -0,0 +1 @@
<view><u-navbar vue-id="8dd740cc-1" fixed="{{false}}" title="首页" leftIcon=" " autoBack="{{false}}" bind:__l="__l"></u-navbar><view class="p-30"><u-swiper vue-id="8dd740cc-2" list="{{banner}}" keyName="cover" height="300rpx" autoplay="{{false}}" radius="5" bgColor="#ffffff" indicator="{{true}}" indicatorMode="line" circular="{{true}}" data-event-opts="{{[['^click',[['bannerChange']]]]}}" bind:click="__e" bind:__l="__l"></u-swiper></view><view class="home_tab"><block wx:for="{{tab_list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator class="home_tab_view" url="{{item.url}}"><image class="shadow_img" src="{{item.img}}"></image><view>{{item.name}}</view></navigator></block></view><view class="home_notice"><view class="home_notice_title"><view>系统公告</view><view data-event-opts="{{[['tap',[['changeTab',['$event']]]]]}}" style="font-size:28rpx;display:flex;align-items:center;" bindtap="__e">更多<u-icon vue-id="8dd740cc-3" name="arrow-right" color="#333" size="14" bind:__l="__l"></u-icon></view></view><block wx:for="{{articleItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{index<=2}}"><navigator class="home_notice_view" url="{{'/pages/article/detail?id='+item.id}}"><view>{{item.title}}</view></navigator></block></block></view><view style="height:20rpx;"></view><view class="u-flex u-flex-x-center"><u--image vue-id="8dd740cc-4" showLoading="{{true}}" src="/static/img/goods_hot_icon.png" width="308rpx" height="44rpx" bind:__l="__l"></u--image></view><view style="height:20rpx;"></view><view class="u-flex u-flex-wrap u-flex-between p-30"><block wx:for="{{goodsItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator style="background-color:#ffffff;width:335rpx;margin-bottom:30rpx;border-radius:10rpx;" url="{{'/pages/goods/detail?id='+item.id}}"><u--image vue-id="{{'8dd740cc-5-'+index}}" width="335rpx" height="335rpx" src="{{item.cover[0]}}" radius="6rpx" bind:__l="__l"></u--image><u-line vue-id="{{'8dd740cc-6-'+index}}" bind:__l="__l"></u-line><view style="padding:20rpx;"><view style="color:#232323;font-size:28rpx;">{{item.name}}</view><view style="height:10rpx;"></view><view class="u-flex u-flex-between u-flex-y-center"><view style="color:#ff1a1a;font-size:28rpx;">{{"¥"+item.current_price}}</view></view></view></navigator></block></view></view>

View File

@@ -0,0 +1 @@
.grid_flex{display:flex;flex-direction:column;align-items:center}.home_tab{display:flex;align-items:center;justify-content:space-between;align-items:center;padding:30rpx 80rpx}.home_tab_view{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:28rpx;letter-spacing:10rpx;text-indent:10rpx;text-align:center}.home_tab_view image{width:98rpx;height:98rpx;margin-bottom:10rpx}.home_tab_view view{width:100%}.home_notice{background-color:#fff;border-radius:25rpx;padding:30rpx 40rpx;margin:0 30rpx 15rpx}.home_notice_title{font-size:32rpx;font-weight:700;color:#1d65aa;text-align:center;margin-bottom:30rpx;display:flex;align-items:center;justify-content:space-between}.home_notice_view{display:flex;align-items:center;justify-content:space-between;font-size:28rpx;padding-bottom:20rpx;padding-top:20rpx;border-bottom:1rpx solid #f0f0f0}.home_notice_view view{max-width:600rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/auth"],{"300e":function(t,e,n){"use strict";n.r(e);var o=n("d73e"),u=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=u.a},"6b3a":function(t,e,n){"use strict";(function(t,e){var o=n("47a9");n("4233");o(n("3240"));var u=o(n("ae26"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(u.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"7f7f":function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}));var o={uButton:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-button/u-button")]).then(n.bind(null,"e1a8"))}},u=function(){var t=this.$createElement;this._self._c},a=[]},ae26:function(t,e,n){"use strict";n.r(e);var o=n("7f7f"),u=n("300e");for(var a in u)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return u[t]}))}(a);var c=n("828b"),i=Object(c["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);e["default"]=i.exports},d73e:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o,u=n("599f"),a={data:function(){return{form:{mobile:"",code:""}}},onLoad:function(e){if(o=this,e&&e.code)o.form.code=e.code,o.codelogin();else{var n=getCurrentPages(),u="pages/index/index";n.length>1&&(u=n[n.length-2].route),t.setStorageSync("login_back_path",u)}},methods:{codelogin:function(){o.$http.post("/app/v10/auth/wxoauthlogin",o.form).then((function(e){e.success&&(location.href="/"+t.getStorageSync("login_back_path"))}))},oauth:function(){location.href=u.API_URL+"/app/v10/auth/wxoauth"}}};e.default=a}).call(this,n("df3c")["default"])}},[["6b3a","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "微信",
"usingComponents": {
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view style="padding:30rpx;"><u-button vue-id="885e0820-1" type="primary" data-event-opts="{{[['^click',[['oauth']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">微信授权</u-button></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/getBackAccount"],{"053e":function(t,n,e){},"3f1a":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={data:function(){return{check:[],title:"找回用户名 ",second:60,showText:!0,form:{mobile:"",code:""}}},onLoad:function(){},methods:{login:function(){t.navigateBack()},userlogin:function(){return this.form.mobile?this.form.code?void this.$http.post("/shop/v10/auth/username",this.form).then((function(n){0==n.code&&(0==n.data.length?t.showModal({title:"提示",content:"该手机号还未注册",showCancel:!1,confirmText:"我知道了"}):t.showModal({title:"已找回用户名",content:n.data.join(","),showCancel:!1,confirmText:"确认",success:function(){t.setClipboardData({data:n.data.join(","),success:function(){t.showToast({title:"已复制用户名"}),setTimeout((function(){t.navigateBack()}),1500)}})}}))})):t.showToast({title:"请输入验证码",icon:"none"}):t.showToast({title:"请输入手机号",icon:"none"})},getCode:function(){var n=this;if(!this.form.mobile)return t.showToast({title:"请输入手机号",icon:"none"});var e=setInterval((function(){n.showText=!1;var t=n.second-1;n.second=t}),1e3);setTimeout((function(){clearInterval(e),n.second=60,n.showText=!0}),6e4),t.showLoading({title:"正在获取验证码"}),this.$http.get("/com/sms/sendcode",this.form).then((function(e){e.success&&(t.hideLoading(),t.$u.toast("验证码已发送有效期5分钟"),n.showText=!1)}))}}};n.default=e}).call(this,e("df3c")["default"])},"5b39":function(t,n,e){"use strict";e.r(n);var o=e("acee"),i=e("6314");for(var a in i)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(a);e("9e9f");var c=e("828b"),u=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);n["default"]=u.exports},6314:function(t,n,e){"use strict";e.r(n);var o=e("3f1a"),i=e.n(o);for(var a in o)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=i.a},"9e9f":function(t,n,e){"use strict";var o=e("053e"),i=e.n(o);i.a},acee:function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return o}));var o={uNavbar:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-navbar/u-navbar")]).then(e.bind(null,"3e43"))}},i=function(){var t=this.$createElement;this._self._c},a=[]},b199:function(t,n,e){"use strict";(function(t,n){var o=e("47a9");e("4233");o(e("3240"));var i=o(e("5b39"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(i.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])}},[["b199","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "找回用户名",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom",
"usingComponents": {
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar"
}
}

View File

@@ -0,0 +1 @@
<view class="t-login"><u-navbar vue-id="6c788c08-1" autoBack="{{true}}" bind:__l="__l"></u-navbar><image class="img-a" src="/static/2.png"></image><image class="img-b" src="/static/3.png"></image><view class="t-b">{{title}}</view><form class="cl"><view class="t-a"><image src="/static/sj.png"></image><input type="number" placeholder="请输入手机号" maxlength="11" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" value="{{form.mobile}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="number" name="code" maxlength="6" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['form']]]]]}}" value="{{form.code}}" bindinput="__e"/><block wx:if="{{showText}}"><view data-event-opts="{{[['tap',[['getCode']]]]}}" class="t-c" bindtap="__e">发送短信</view></block><block wx:else><view class="t-c" style="background-color:#a7a7a7;">{{"重新发送("+second+")"}}</view></block></view></form><button data-event-opts="{{[['tap',[['userlogin']]]]}}" class="b_register" bindtap="__e">完 成</button></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.img-a{position:absolute;width:100%;top:-280rpx;right:-100rpx;z-index:-1}.img-b{position:absolute;width:50%;bottom:0;left:-50rpx;z-index:-1}.t-login{width:600rpx;margin:0 auto;font-size:28rpx;color:#000}.t-login .b_login{font-size:28rpx;background:rgba(86,119,252,.6);color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2);margin-top:30rpx}.t-login .b_register{font-size:28rpx;background:#5677fc;color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2)}.t-login input{padding:0 20rpx 0 120rpx;height:90rpx;line-height:90rpx;margin-bottom:50rpx;background:#f8f7fc;border:1px solid #e9e9e9;font-size:28rpx;border-radius:50rpx}.t-login .t-a{position:relative}.t-login .t-a image{width:40rpx;height:40rpx;position:absolute;left:40rpx;top:28rpx;border-right:2rpx solid #dedede;padding-right:20rpx}.t-login .t-b{text-align:left;font-size:46rpx;color:#000;padding:250rpx 0 120rpx 0;font-weight:700}.t-login .t-c{position:absolute;right:22rpx;top:22rpx;background:#5677fc;color:#fff;font-size:24rpx;border-radius:50rpx;height:50rpx;line-height:50rpx;padding:0 25rpx;z-index:999}.t-login .t-d{text-align:center;color:#999;margin:80rpx 0}.t-login .t-e{text-align:center;width:250rpx;margin:80rpx auto 0}.t-login .t-g{float:left;width:50%}.t-login .t-e image{width:50rpx;height:50rpx}.t-login .uni-input-placeholder{color:#000}.cl{zoom:1}.cl:after{clear:both;display:block;visibility:hidden;height:0;content:"\20"}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/index"],{"2b37":function(e,n,t){"use strict";(function(e,n){var u=t("47a9");t("4233");u(t("3240"));var r=u(t("62e4"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(r.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},4138:function(e,n,t){"use strict";var u=t("f58c"),r=t.n(u);r.a},"446f":function(e,n,t){"use strict";t.d(n,"b",(function(){return r})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){return u}));var u={uLineProgress:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-line-progress/u-line-progress")]).then(t.bind(null,"55da"))},"u-Image":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--image/u--image")]).then(t.bind(null,"eae0"))}},r=function(){var e=this,n=e.$createElement;e._self._c;e._isMounted||(e.e0=function(n){return e.$utils.tn("/pages/me/setting",!0)},e.e1=function(n){return e.$utils.tn("/pages/resourceBundle/resourceBundle",!0)},e.e2=function(n){return e.$utils.tn("/pages/device/index",!0)},e.e3=function(n){return e.$utils.tn("/pages/order/index",!0)},e.e4=function(n){return e.$utils.tn("/pages/resourceBundle/resourceBundle",!0)},e.e5=function(n){return e.$utils.tn("/pages/device/index",!0)},e.e6=function(n){return e.$utils.tn("/pages/wallet/list",!0)},e.e7=function(n){return e.$utils.tn("/pages/team/index",!0)},e.e8=function(n){return e.$utils.tn("/pages/share/index",!0)},e.e9=function(n){return e.$utils.copy(e.user.invite_code)})},i=[]},"62e4":function(e,n,t){"use strict";t.r(n);var u=t("446f"),r=t("a9b5");for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);t("4138");var s=t("828b"),o=Object(s["a"])(r["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=o.exports},a5fe:function(e,n,t){"use strict";(function(e){var u=t("47a9");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=u(t("7eb4")),i=u(t("ee10")),s=(t("21de"),{data:function(){return{statusBarHeight:20,user:null,device:{all_device_num:0,team_device_num:0,cur_level:{name:"普通用户",level:0},up_level:{name:"",level:0,num:0}},pshop:null}},watch:{"$store.state.auth.user":function(e,n){if(console.log(e),console.log("watch"),!e.id)return this.user=null;this.user=e}},onLoad:function(){this.statusBarHeight=e.getSystemInfoSync().statusBarHeight+44+"px",console.log(this.statusBarHeight)},onShow:function(){var n=this;return(0,i.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(n.user=e.getStorageSync("user")||null,n.user.id){t.next=3;break}return t.abrupt("return",n.user=null);case 3:return t.next=5,n.$utils.token();case 5:if(!t.sent){t.next=7;break}return t.abrupt("return",!0);case 7:n.getuser();case 8:case"end":return t.stop()}}),t)})))()},methods:{getuser:function(){var e=this;this.$http.get("/shop/v10/user/info").then((function(n){var t=n.data,u=n.success;u&&(e.device=t.device,e.pshop=t.pshop,e.$store.commit("auth/setUser",t.info))}))}}});n.default=s}).call(this,t("df3c")["default"])},a9b5:function(e,n,t){"use strict";t.r(n);var u=t("a5fe"),r=t.n(u);for(var i in u)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(i);n["default"]=r.a},f58c:function(e,n,t){}},[["2b37","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"usingComponents": {
"u-line-progress": "/node-modules/uview-ui/components/u-line-progress/u-line-progress",
"u--image": "/node-modules/uview-ui/components/u--image/u--image"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.header_img{width:140rpx;height:140rpx;margin-right:30rpx;border-radius:50%}.header_tit{flex:1}.header_tit_nick{font-size:32rpx;font-weight:700;margin-bottom:20rpx}.header_tit_acee{font-size:28rpx}.header_you{width:40rpx;height:40rpx}.member{margin-top:50rpx;border-radius:15rpx;padding:20rpx 40rpx;position:relative;background:linear-gradient(-120deg,#3e445a,#31374a,#2b3042,#262b3c);display:flex;align-items:center}.member_left{flex:1;margin-right:20rpx}.member_left_1{color:#fff;font-weight:700;font-size:32rpx}.member_left_2{margin:20rpx 0}.member_left_3{color:#fff;font-size:24rpx}.member_right{all:unset;background-color:#f1c68e;color:#634738;width:160rpx;border-radius:30rpx;display:flex;align-items:center;justify-content:center;padding:10rpx 0;overflow:visible}.tn-flex{display:flex}.tn-padding-sm{width:25%}.tn-padding-sm{margin:10rpx}.t12_icon image{width:60rpx;height:60rpx}.tn-flex-direction-column{flex-direction:column;align-items:center}.tn-text-ellipsis{font-size:26rpx}.means-a{width:100%;background:#fff;border-radius:15rpx;padding:0 25rpx}.means-a .means-a-list{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:100rpx;background-color:#fff;padding:0;border:0;border-bottom:1rpx solid #f6f6f6}.means-a .means-a-list .tit{font-size:30rpx;color:#333}.means-a .means-a-list .header{width:140rpx;height:140rpx;margin-bottom:20rpx;border-radius:50%}.means-a .means-a-list .nickname{font-size:30rpx;color:#222}.means-a .means-a-list .means-zhuomi{display:flex;align-items:center}.means-a .means-a-list .means-zhuomi image{width:11rpx;height:21rpx}.b_yubiao{display:flex;align-items:center;justify-content:space-between;padding:30rpx 20rpx}.b_yubiao image{width:48rpx;height:48rpx}.b_yubiao_right{display:flex;flex-direction:column;align-items:flex-end}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/login"],{"104b":function(e,t,n){"use strict";(function(e){var r=n("47a9");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=r(n("7eb4")),o=r(n("ee10")),a={data:function(){return{title:"欢迎回来!",form:{username:"",password:""}}},onLoad:function(){},methods:{login:function(){var t=this;return(0,o.default)(u.default.mark((function n(){var r,o;return u.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(t.form.username){n.next=2;break}return n.abrupt("return",e.showToast({title:"请输入用户名",icon:"none"}));case 2:if(t.form.password){n.next=4;break}return n.abrupt("return",e.showToast({title:"请输入密码",icon:"none"}));case 4:return n.prev=4,n.next=7,t.$http.post("/shop/v10/auth/login",t.form);case 7:r=n.sent,o=r.data,t.$store.commit("auth/setUser",o.user),t.$store.commit("auth/setToken",o.token),e.navigateBack(),n.next=17;break;case 14:n.prev=14,n.t0=n["catch"](4),console.log(n.t0);case 17:case"end":return n.stop()}}),n,null,[[4,14]])})))()},register:function(){e.navigateTo({url:"/pages/me/logon"})}}};t.default=a}).call(this,n("df3c")["default"])},"109f":function(e,t,n){"use strict";n.d(t,"b",(function(){return u})),n.d(t,"c",(function(){return o})),n.d(t,"a",(function(){return r}));var r={uNavbar:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-navbar/u-navbar")]).then(n.bind(null,"3e43"))},"u-Text":function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u--text/u--text")]).then(n.bind(null,"47ac"))}},u=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){return e.$utils.tn("/pages/me/getBackAccount")},e.e1=function(t){return e.$utils.tn("/pages/me/password")})},o=[]},"53f8":function(e,t,n){},6532:function(e,t,n){"use strict";n.r(t);var r=n("104b"),u=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=u.a},"96c2":function(e,t,n){"use strict";var r=n("53f8"),u=n.n(r);u.a},b1bd:function(e,t,n){"use strict";(function(e,t){var r=n("47a9");n("4233");r(n("3240"));var u=r(n("ea76"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(u.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},ea76:function(e,t,n){"use strict";n.r(t);var r=n("109f"),u=n("6532");for(var o in u)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return u[e]}))}(o);n("96c2");var a=n("828b"),c=Object(a["a"])(u["default"],r["b"],r["c"],!1,null,null,null,!1,r["a"],void 0);t["default"]=c.exports}},[["b1bd","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,8 @@
{
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"usingComponents": {
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar",
"u--text": "/node-modules/uview-ui/components/u--text/u--text"
}
}

View File

@@ -0,0 +1 @@
<view class="t-login"><u-navbar vue-id="1b83e1bb-1" autoBack="{{true}}" bind:__l="__l"></u-navbar><image class="img-a" src="/static/2.png"></image><image class="img-b" src="/static/3.png"></image><view class="t-b">{{title}}</view><form class="cl"><view class="t-a"><image src="/static/icon/acee.png"></image><input placeholder="请输入用户名" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" value="{{form.username}}" bindinput="__e"/></view><view class="t-a"><image src="/static/icon/pass.png"></image><input style="margin-bottom:20rpx;" type="password" maxlength="32" placeholder="请输入密码" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e"/></view><view class="u-flex u-flex-reverse" style="margin-bottom:20rpx;"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" bindtap="__e"><u--text vue-id="1b83e1bb-2" color="#5677fc" text="找回用户名" bind:__l="__l"></u--text></view><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" style="margin-right:25rpx;" bindtap="__e"><u--text vue-id="1b83e1bb-3" color="#5677fc" text="忘记密码" bind:__l="__l"></u--text></view></view><button data-event-opts="{{[['tap',[['login']]]]}}" class="b_login" bindtap="__e">登 录</button><button data-event-opts="{{[['tap',[['register']]]]}}" class="b_register" bindtap="__e">立 即 注 册</button></form></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.img-a{position:absolute;width:100%;top:-280rpx;right:-100rpx}.img-b{position:absolute;width:50%;bottom:0;left:-50rpx}.t-login{width:600rpx;margin:0 auto;font-size:28rpx;color:#000}.t-login .b_login{font-size:28rpx;background:#5677fc;color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2)}.t-login .b_register{font-size:28rpx;background:rgba(86,119,252,.6);color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2);margin-top:30rpx}.t-login input{padding:0 20rpx 0 120rpx;height:90rpx;line-height:90rpx;margin-bottom:50rpx;background:#f8f7fc;border:1px solid #e9e9e9;font-size:28rpx;border-radius:50rpx}.t-login .t-a{position:relative}.t-login .t-a image{width:40rpx;height:40rpx;position:absolute;left:40rpx;top:28rpx;border-right:2rpx solid #dedede;padding-right:20rpx}.t-login .t-b{text-align:left;font-size:46rpx;color:#000;padding:300rpx 0 120rpx 0;font-weight:700}.t-login .t-c{position:absolute;right:22rpx;top:22rpx;background:#5677fc;color:#fff;font-size:24rpx;border-radius:50rpx;height:50rpx;line-height:50rpx;padding:0 25rpx}.t-login .t-d{text-align:center;color:#999;margin:80rpx 0}.t-login .t-e{text-align:center;width:250rpx;margin:80rpx auto 0}.t-login .t-g{float:left;width:50%}.t-login .t-e image{width:50rpx;height:50rpx}.t-login .uni-input-placeholder{color:#000}.cl{zoom:1}.cl:after{clear:both;display:block;visibility:hidden;height:0;content:"\20"}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/logon"],{"43b7":function(e,o,n){"use strict";n.r(o);var t=n("ddff"),i=n("ad47");for(var c in i)["default"].indexOf(c)<0&&function(e){n.d(o,e,(function(){return i[e]}))}(c);n("c7e8");var u=n("828b"),s=Object(u["a"])(i["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);o["default"]=s.exports},"5da6":function(e,o,n){"use strict";(function(e,o){var t=n("47a9");n("4233");t(n("3240"));var i=t(n("43b7"));e.__webpack_require_UNI_MP_PLUGIN__=n,o(i.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},7810:function(e,o,n){},ad47:function(e,o,n){"use strict";n.r(o);var t=n("ce73"),i=n.n(t);for(var c in t)["default"].indexOf(c)<0&&function(e){n.d(o,e,(function(){return t[e]}))}(c);o["default"]=i.a},c7e8:function(e,o,n){"use strict";var t=n("7810"),i=n.n(t);i.a},ce73:function(e,o,n){"use strict";(function(e){Object.defineProperty(o,"__esModule",{value:!0}),o.default=void 0;var n={data:function(){return{check:[],title:"欢迎回来!",second:60,showText:!0,form:{username:"",password:"",mobile:"",code:"",invite_code:""}}},onLoad:function(o){o&&o.invite_code&&(this.form.invite_code=o.invite_code);var n=e.getStorageSync("invite_code");console.log(n),this.form.invite_code=n&&"undefined"!=n?n:""},methods:{login:function(){e.navigateBack()},register:function(){return this.check.length<1?e.showToast({title:"请阅读并同意《用户注册服务协议》《隐私政策》",icon:"none"}):this.form.username?this.form.password?this.form.invite_code?this.form.mobile?this.form.code?void this.$http.get("/shop/v10/auth/logon",this.form).then((function(o){o.success&&e.navigateBack()})):e.showToast({title:"请输入验证码",icon:"none"}):e.showToast({title:"请输入手机号",icon:"none"}):e.showToast({title:"请输入邀请码",icon:"none"}):e.showToast({title:"请输入密码",icon:"none"}):e.showToast({title:"请输入用户名",icon:"none"})},getCode:function(){console.log(123456);var o=this;if(!this.form.mobile)return e.showToast({title:"请输入手机号",icon:"none"});var n=setInterval((function(){o.showText=!1;var e=o.second-1;o.second=e,console.log(e)}),1e3);setTimeout((function(){clearInterval(n),o.second=60,o.showText=!0}),6e4),e.showLoading({title:"正在获取验证码"}),this.$http.get("/com/sms/sendcode",this.form).then((function(n){n.success&&(e.hideLoading(),e.$u.toast("验证码已发送有效期5分钟"),o.showText=!1)}))}}};o.default=n}).call(this,n("df3c")["default"])},ddff:function(e,o,n){"use strict";n.d(o,"b",(function(){return i})),n.d(o,"c",(function(){return c})),n.d(o,"a",(function(){return t}));var t={uNavbar:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-navbar/u-navbar")]).then(n.bind(null,"3e43"))},uCheckboxGroup:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group")]).then(n.bind(null,"dd73"))},uCheckbox:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-checkbox/u-checkbox")]).then(n.bind(null,"af8e"))}},i=function(){var e=this.$createElement;this._self._c},c=[]}},[["5da6","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "注册",
"navigationStyle": "custom",
"usingComponents": {
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar",
"u-checkbox-group": "/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
"u-checkbox": "/node-modules/uview-ui/components/u-checkbox/u-checkbox"
}
}

View File

@@ -0,0 +1 @@
<view class="t-login"><u-navbar vue-id="58e94541-1" autoBack="{{true}}" bind:__l="__l"></u-navbar><image class="img-a" src="/static/2.png"></image><image class="img-b" src="/static/3.png"></image><view class="t-b">{{title}}</view><form class="cl"><view class="t-a"><image src="/static/icon/acee.png"></image><input type="text" placeholder="请输入用户名" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" value="{{form.username}}" bindinput="__e"/></view><view class="t-a"><image src="/static/icon/pass.png"></image><input type="password" placeholder="请输入密码" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e"/></view><view class="t-a"><image src="/static/icon/yqs.png"></image><input type="text" placeholder="请输入邀请码" data-event-opts="{{[['input',[['__set_model',['$0','invite_code','$event',[]],['form']]]]]}}" value="{{form.invite_code}}" bindinput="__e"/></view><view class="t-a"><image src="/static/sj.png"></image><input type="number" placeholder="请输入手机号" maxlength="11" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" value="{{form.mobile}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="number" name="code" maxlength="6" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['form']]]]]}}" value="{{form.code}}" bindinput="__e"/><block wx:if="{{showText}}"><view data-event-opts="{{[['tap',[['getCode']]]]}}" class="t-c" bindtap="__e">发送短信</view></block><block wx:else><view class="t-c" style="background-color:#a7a7a7;">{{"重新发送("+second+")"}}</view></block></view></form><view class="u-flex u-flex-xy-center" style="font-size:26rpx;font-weight:800;width:650rpx;margin-left:-25rpx;margin-bottom:20rpx;"><u-checkbox-group bind:input="__e" vue-id="58e94541-2" shape="square" value="{{check}}" data-event-opts="{{[['^input',[['__set_model',['','check','$event',[]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><u-checkbox vue-id="{{('58e94541-3')+','+('58e94541-2')}}" labelSize="28rpx" label="我已阅读并同意" name="{{1}}" bind:__l="__l"></u-checkbox></u-checkbox-group><navigator style="color:dodgerblue;" url="/pages/policy/user" open-type="navigate">《用户注册服务协议》</navigator><navigator style="color:dodgerblue;" url="/pages/policy/privacy" open-type="navigate">《隐私政策》</navigator></view><button data-event-opts="{{[['tap',[['register']]]]}}" class="b_register" bindtap="__e">立 即 注 册</button><button data-event-opts="{{[['tap',[['login']]]]}}" class="b_login" bindtap="__e">已 有 帐 号,立 即 登 录</button></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.img-a{position:absolute;width:100%;top:-280rpx;right:-100rpx;z-index:-1}.img-b{position:absolute;width:50%;bottom:0;left:-50rpx;z-index:-1}.t-login{width:600rpx;margin:0 auto;font-size:28rpx;color:#000}.t-login .b_login{font-size:28rpx;background:rgba(86,119,252,.6);color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2);margin-top:30rpx}.t-login .b_register{font-size:28rpx;background:#5677fc;color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2)}.t-login input{padding:0 20rpx 0 120rpx;height:90rpx;line-height:90rpx;margin-bottom:50rpx;background:#f8f7fc;border:1px solid #e9e9e9;font-size:28rpx;border-radius:50rpx}.t-login .t-a{position:relative}.t-login .t-a image{width:40rpx;height:40rpx;position:absolute;left:40rpx;top:28rpx;border-right:2rpx solid #dedede;padding-right:20rpx}.t-login .t-b{text-align:left;font-size:46rpx;color:#000;padding:250rpx 0 120rpx 0;font-weight:700}.t-login .t-c{position:absolute;right:22rpx;top:22rpx;background:#5677fc;color:#fff;font-size:24rpx;border-radius:50rpx;height:50rpx;line-height:50rpx;padding:0 25rpx;z-index:999}.t-login .t-d{text-align:center;color:#999;margin:80rpx 0}.t-login .t-e{text-align:center;width:250rpx;margin:80rpx auto 0}.t-login .t-g{float:left;width:50%}.t-login .t-e image{width:50rpx;height:50rpx}.t-login .uni-input-placeholder{color:#000}.cl{zoom:1}.cl:after{clear:both;display:block;visibility:hidden;height:0;content:"\20"}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/mobile"],{"2d53":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={data:function(){return{check:[],title:"修改手机号!",secondOld:60,secondNew:60,showTextOld:!0,showTextNew:!0,form:{new_mobile:"",new_code:"",old_code:"",old_mobile:"",password:""}}},onLoad:function(){},methods:{login:function(){e.navigateBack()},register:function(){var t=this;return this.form.old_mobile?this.form.old_code?this.form.password?this.form.new_mobile?this.form.new_code?void this.$http.post("/shop/v10/user/mobile",this.form).then((function(o){0==o.code&&e.navigateBack({delta:2,complete:function(){setTimeout((function(){t.$store.commit("auth/resetUser"),t.$store.commit("auth/resetToken"),e.navigateTo({url:"/pages/me/login"})}),100)}})})):e.showToast({title:"请输入新手机号验证码",icon:"none"}):e.showToast({title:"请输入新手机号",icon:"none"}):e.showToast({title:"请输入密码",icon:"none"}):e.showToast({title:"请输入原手机号验证码",icon:"none"}):e.showToast({title:"请输入原手机号",icon:"none"})},getCode:function(t,o){var n=this,i="old"==t?"secondOld":"secondNew",c="old"==t?"showTextOld":"showTextNew";if(!o)return e.showToast({title:"请输入手机号",icon:"none"});if(11!=o.length)return e.showToast({title:"请输入正确的手机号",icon:"none"});var s=setInterval((function(){n[c]=!1;var e=n[i]-1;n[i]=e}),1e3);setTimeout((function(){clearInterval(s),n[i]=60,n[c]=!0}),6e4),e.showLoading({title:"正在获取验证码"}),this.$http.get("/com/sms/sendcode",{mobile:o}).then((function(t){t.success&&(e.hideLoading(),e.$u.toast("验证码已发送有效期5分钟"),n[c]=!1)}))}}};t.default=o}).call(this,o("df3c")["default"])},"3bf2":function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return c})),o.d(t,"a",(function(){return n}));var n={uNavbar:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-navbar/u-navbar")]).then(o.bind(null,"3e43"))}},i=function(){var e=this.$createElement;this._self._c},c=[]},"64b7":function(e,t,o){"use strict";(function(e,t){var n=o("47a9");o("4233");n(o("3240"));var i=n(o("f751"));e.__webpack_require_UNI_MP_PLUGIN__=o,t(i.default)}).call(this,o("3223")["default"],o("df3c")["createPage"])},"8c1c":function(e,t,o){},bf88:function(e,t,o){"use strict";o.r(t);var n=o("2d53"),i=o.n(n);for(var c in n)["default"].indexOf(c)<0&&function(e){o.d(t,e,(function(){return n[e]}))}(c);t["default"]=i.a},ecf3:function(e,t,o){"use strict";var n=o("8c1c"),i=o.n(n);i.a},f751:function(e,t,o){"use strict";o.r(t);var n=o("3bf2"),i=o("bf88");for(var c in i)["default"].indexOf(c)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(c);o("ecf3");var s=o("828b"),a=Object(s["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);t["default"]=a.exports}},[["64b7","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "更换手机号",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom",
"usingComponents": {
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar"
}
}

View File

@@ -0,0 +1 @@
<view class="t-login"><u-navbar vue-id="16e01a94-1" autoBack="{{true}}" bind:__l="__l"></u-navbar><image class="img-a" src="/static/2.png"></image><image class="img-b" src="/static/3.png"></image><view class="t-b">{{title}}</view><form class="cl"><view class="t-a"><image src="/static/icon/acee.png"></image><input type="number" placeholder="请输入原手机号" maxlength="11" data-event-opts="{{[['input',[['__set_model',['$0','old_mobile','$event',[]],['form']]]]]}}" value="{{form.old_mobile}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="number" name="code" maxlength="6" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['$0','old_code','$event',[]],['form']]]]]}}" value="{{form.old_code}}" bindinput="__e"/><block wx:if="{{showTextOld}}"><view data-event-opts="{{[['tap',[['getCode',['old','$0'],['form.old_mobile']]]]]}}" class="t-c" bindtap="__e">发送短信</view></block><block wx:else><view class="t-c" style="background-color:#a7a7a7;">{{"重新发送("+secondOld+")"}}</view></block></view><view class="t-a"><image src="/static/icon/pass.png"></image><input type="password" placeholder="请输入登录密码" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e"/></view><view class="t-a"><image src="/static/sj.png"></image><input type="number" placeholder="请输入新手机号" maxlength="11" data-event-opts="{{[['input',[['__set_model',['$0','new_mobile','$event',[]],['form']]]]]}}" value="{{form.new_mobile}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="number" name="code" maxlength="6" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['$0','new_code','$event',[]],['form']]]]]}}" value="{{form.new_code}}" bindinput="__e"/><block wx:if="{{showTextNew}}"><view data-event-opts="{{[['tap',[['getCode',['new','$0'],['form.new_mobile']]]]]}}" class="t-c" bindtap="__e">发送短信</view></block><block wx:else><view class="t-c" style="background-color:#a7a7a7;">{{"重新发送("+secondNew+")"}}</view></block></view></form><button data-event-opts="{{[['tap',[['register']]]]}}" class="b_register" bindtap="__e">完 成</button></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.img-a{position:absolute;width:100%;top:-280rpx;right:-100rpx;z-index:-1}.img-b{position:absolute;width:50%;bottom:0;left:-50rpx;z-index:-1}.t-login{width:600rpx;margin:0 auto;font-size:28rpx;color:#000}.t-login .b_login{font-size:28rpx;background:rgba(86,119,252,.6);color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2);margin-top:30rpx}.t-login .b_register{font-size:28rpx;background:#5677fc;color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2)}.t-login input{padding:0 20rpx 0 120rpx;height:90rpx;line-height:90rpx;margin-bottom:50rpx;background:#f8f7fc;border:1px solid #e9e9e9;font-size:28rpx;border-radius:50rpx}.t-login .t-a{position:relative}.t-login .t-a image{width:40rpx;height:40rpx;position:absolute;left:40rpx;top:28rpx;border-right:2rpx solid #dedede;padding-right:20rpx}.t-login .t-b{text-align:left;font-size:46rpx;color:#000;padding:250rpx 0 120rpx 0;font-weight:700}.t-login .t-c{position:absolute;right:22rpx;top:22rpx;background:#5677fc;color:#fff;font-size:24rpx;border-radius:50rpx;height:50rpx;line-height:50rpx;padding:0 25rpx;z-index:999}.t-login .t-d{text-align:center;color:#999;margin:80rpx 0}.t-login .t-e{text-align:center;width:250rpx;margin:80rpx auto 0}.t-login .t-g{float:left;width:50%}.t-login .t-e image{width:50rpx;height:50rpx}.t-login .uni-input-placeholder{color:#000}.cl{zoom:1}.cl:after{clear:both;display:block;visibility:hidden;height:0;content:"\20"}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/password"],{"16de":function(t,n,e){},"395c":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={data:function(){return{check:[],title:"重置密码 ",second:60,showText:!0,form:{username:"",password:"",mobile:"",code:""}}},onLoad:function(){},methods:{login:function(){t.navigateBack()},userlogin:function(){return this.form.username?this.form.mobile?this.form.code?this.form.password?void this.$http.get("/shop/v10/auth/password",this.form).then((function(n){n.success&&(t.showToast({title:"重置成功",icon:"none"}),t.navigateBack())})):t.showToast({title:"请输入密码",icon:"none"}):t.showToast({title:"请输入验证码",icon:"none"}):t.showToast({title:"请输入手机号",icon:"none"}):t.showToast({title:"请输入用户名",icon:"none"})},getCode:function(){var n=this;if(!this.form.mobile)return t.showToast({title:"请输入手机号",icon:"none"});var e=setInterval((function(){n.showText=!1;var t=n.second-1;n.second=t}),1e3);setTimeout((function(){clearInterval(e),n.second=60,n.showText=!0}),6e4),t.showLoading({title:"正在获取验证码"}),this.$http.get("/com/sms/sendcode",this.form).then((function(e){e.success&&(t.hideLoading(),t.$u.toast("验证码已发送有效期5分钟"),n.showText=!1)}))}}};n.default=e}).call(this,e("df3c")["default"])},8659:function(t,n,e){"use strict";(function(t,n){var o=e("47a9");e("4233");o(e("3240"));var i=o(e("dffd"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(i.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},c451:function(t,n,e){"use strict";var o=e("16de"),i=e.n(o);i.a},ca3b:function(t,n,e){"use strict";e.r(n);var o=e("395c"),i=e.n(o);for(var s in o)["default"].indexOf(s)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(s);n["default"]=i.a},dffd:function(t,n,e){"use strict";e.r(n);var o=e("e334"),i=e("ca3b");for(var s in i)["default"].indexOf(s)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(s);e("c451");var c=e("828b"),a=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);n["default"]=a.exports},e334:function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return s})),e.d(n,"a",(function(){return o}));var o={uNavbar:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-navbar/u-navbar")]).then(e.bind(null,"3e43"))}},i=function(){var t=this.$createElement;this._self._c},s=[]}},[["8659","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "重置密码",
"navigationStyle": "custom",
"usingComponents": {
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar"
}
}

View File

@@ -0,0 +1 @@
<view class="t-login"><u-navbar vue-id="34a899dd-1" autoBack="{{true}}" bind:__l="__l"></u-navbar><image class="img-a" src="/static/2.png"></image><image class="img-b" src="/static/3.png"></image><view class="t-b">{{title}}</view><form class="cl"><view class="t-a"><image src="/static/icon/acee.png"></image><input type="text" placeholder="请输入用户名" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" value="{{form.username}}" bindinput="__e"/></view><view class="t-a"><image src="/static/sj.png"></image><input type="number" placeholder="请输入手机号" maxlength="11" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" value="{{form.mobile}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="number" name="code" maxlength="6" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['form']]]]]}}" value="{{form.code}}" bindinput="__e"/><block wx:if="{{showText}}"><view data-event-opts="{{[['tap',[['getCode']]]]}}" class="t-c" bindtap="__e">发送短信</view></block><block wx:else><view class="t-c" style="background-color:#a7a7a7;">{{"重新发送("+second+")"}}</view></block></view><view class="t-a"><image src="/static/icon/pass.png"></image><input placeholder="请输入密码" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e"/></view></form><button data-event-opts="{{[['tap',[['userlogin']]]]}}" class="b_register" bindtap="__e">重 置 密 码</button></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.img-a{position:absolute;width:100%;top:-280rpx;right:-100rpx;z-index:-1}.img-b{position:absolute;width:50%;bottom:0;left:-50rpx;z-index:-1}.t-login{width:600rpx;margin:0 auto;font-size:28rpx;color:#000}.t-login .b_login{font-size:28rpx;background:rgba(86,119,252,.6);color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2);margin-top:30rpx}.t-login .b_register{font-size:28rpx;background:#5677fc;color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2)}.t-login input{padding:0 20rpx 0 120rpx;height:90rpx;line-height:90rpx;margin-bottom:50rpx;background:#f8f7fc;border:1px solid #e9e9e9;font-size:28rpx;border-radius:50rpx}.t-login .t-a{position:relative}.t-login .t-a image{width:40rpx;height:40rpx;position:absolute;left:40rpx;top:28rpx;border-right:2rpx solid #dedede;padding-right:20rpx}.t-login .t-b{text-align:left;font-size:46rpx;color:#000;padding:250rpx 0 120rpx 0;font-weight:700}.t-login .t-c{position:absolute;right:22rpx;top:22rpx;background:#5677fc;color:#fff;font-size:24rpx;border-radius:50rpx;height:50rpx;line-height:50rpx;padding:0 25rpx;z-index:999}.t-login .t-d{text-align:center;color:#999;margin:80rpx 0}.t-login .t-e{text-align:center;width:250rpx;margin:80rpx auto 0}.t-login .t-g{float:left;width:50%}.t-login .t-e image{width:50rpx;height:50rpx}.t-login .uni-input-placeholder{color:#000}.cl{zoom:1}.cl:after{clear:both;display:block;visibility:hidden;height:0;content:"\20"}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/setting"],{"087d":function(n,o,t){"use strict";t.r(o);var e=t("94d3"),u=t("86f6");for(var i in u)["default"].indexOf(i)<0&&function(n){t.d(o,n,(function(){return u[n]}))}(i);t("7541");var r=t("828b"),a=Object(r["a"])(u["default"],e["b"],e["c"],!1,null,null,null,!1,e["a"],void 0);o["default"]=a.exports},1074:function(n,o,t){"use strict";(function(n,o){var e=t("47a9");t("4233");e(t("3240"));var u=e(t("087d"));n.__webpack_require_UNI_MP_PLUGIN__=t,o(u.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},"4fd2":function(n,o,t){"use strict";(function(n){Object.defineProperty(o,"__esModule",{value:!0}),o.default=void 0;var e={components:{WxUserInfoModal:function(){t.e("uni_modules/tuniaoui-wx-user-info/components/tuniaoui-wx-user-info/tuniaoui-wx-user-info").then(function(){return resolve(t("6e08"))}.bind(null,t)).catch(t.oe)}},data:function(){return{showAuthorizationModal:!1}},computed:{userInfo:function(){return this.$store.state.auth.user}},onLoad:function(){console.log(this.userInfo)},methods:{toUser:function(){n.navigateTo({url:"/pages/me/userName?phone="+this.userInfo.mobile})},mobileUp:function(){n.navigateTo({url:"/pages/me/mobile?phone="+this.userInfo.mobile})},logout:function(){var o=this;this.$http.get("/shop/v10/auth/logout").then((function(t){t.data;o.$store.commit("auth/resetUser"),o.$store.commit("auth/resetToken"),n.redirectTo({url:"/pages/me/login"})}))},dialogInputConfirm:function(n){console.log(n)},infoHeader:function(){console.log(123456),this.showAuthorizationModal=!0},updatedUserInfoEvent:function(o){var t=this;this.$http.post("/shop/v10/user/update",{avatar_url:o.avatar,nickname:o.nickname}).then((function(o){var e=o.data,u=o.success,i=o.msg;u&&(t.$store.commit("auth/setUser",e),n.showToast({title:i,icon:"none"}))})),this.showAuthorizationModal=!1,console.log(o)}}};o.default=e}).call(this,t("df3c")["default"])},7541:function(n,o,t){"use strict";var e=t("d31b"),u=t.n(e);u.a},"86f6":function(n,o,t){"use strict";t.r(o);var e=t("4fd2"),u=t.n(e);for(var i in e)["default"].indexOf(i)<0&&function(n){t.d(o,n,(function(){return e[n]}))}(i);o["default"]=u.a},"94d3":function(n,o,t){"use strict";t.d(o,"b",(function(){return u})),t.d(o,"c",(function(){return i})),t.d(o,"a",(function(){return e}));var e={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,"15bf"))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,"e1a8"))},uniPopup:function(){return t.e("uni_modules/uni-popup/components/uni-popup/uni-popup").then(t.bind(null,"8d13"))},uniPopupDialog:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog")]).then(t.bind(null,"9cb1"))}},u=function(){var n=this.$createElement;this._self._c},i=[]},d31b:function(n,o,t){}},[["1074","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,10 @@
{
"navigationBarTitleText": "设置",
"usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup",
"uni-popup-dialog": "/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog",
"weixin-user-info-modal": "/uni_modules/tuniaoui-wx-user-info/components/tuniaoui-wx-user-info/tuniaoui-wx-user-info"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="padding-top:30rpx;"><view class="means-a"><view class="means-a-list" style="justify-content:center;padding-top:30rpx;"><block wx:if="{{userInfo.avatar_url}}"><image class="header" src="{{userInfo.avatar_url}}" data-event-opts="{{[['tap',[['infoHeader',['$event']]]]]}}" bindtap="__e"></image></block><block wx:else><image class="header" src="/static/mr.png" data-event-opts="{{[['tap',[['infoHeader',['$event']]]]]}}" bindtap="__e"></image></block></view><view class="means-a-list" style="justify-content:center;"><view data-event-opts="{{[['tap',[['infoHeader',['$event']]]]]}}" class="nickname" bindtap="__e">{{userInfo.nickname}}</view><u-icon vue-id="ef106498-1" name="edit-pen" size="24" data-event-opts="{{[['^click',[['infoHeader']]]]}}" bind:click="__e" bind:__l="__l"></u-icon></view><view class="means-a-list"><view class="tit">用户名</view><view class="means-zhuomi"><block wx:if="{{userInfo.username}}"><view class="means-zhuomi-tit">{{userInfo.username}}</view></block></view></view><view class="means-a-list"><view class="tit">手机号</view><view class="means-zhuomi"><block wx:if="{{userInfo.mobile}}"><view class="means-zhuomi-tit">{{userInfo.mobile}}</view></block></view></view></view></view><view style="height:80rpx;"></view><u-button vue-id="ef106498-2" text="退出登录" size="normal" type="error" data-event-opts="{{[['^click',[['logout']]]]}}" bind:click="__e" bind:__l="__l"></u-button><weixin-user-info-modal vue-id="ef106498-3" header="{{userInfo.avatar_url}}" nickname="{{userInfo.nickname}}" value="{{showAuthorizationModal}}" data-event-opts="{{[['^updated',[['updatedUserInfoEvent']]],['^input',[['__set_model',['','showAuthorizationModal','$event',[]]]]]]}}" bind:updated="__e" bind:input="__e" bind:__l="__l"></weixin-user-info-modal><uni-popup class="vue-ref" vue-id="ef106498-4" type="dialog" data-ref="inputDialog" bind:__l="__l" vue-slots="{{['default']}}"><uni-popup-dialog class="vue-ref" vue-id="{{('ef106498-5')+','+('ef106498-4')}}" inputType="text" mode="input" title="请输入用户名" placeholder="请输入用户名" data-ref="inputClose" data-event-opts="{{[['^confirm',[['dialogInputConfirm']]]]}}" bind:confirm="__e" bind:__l="__l"></uni-popup-dialog></uni-popup></view>

View File

@@ -0,0 +1 @@
view{box-sizing:border-box}.means-a{width:100%;background:#fff;border-radius:15rpx;padding:25rpx}.means-a .means-a-list{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:100rpx;background-color:#fff;padding:0;border:0}.means-a .means-a-list .tit{font-size:30rpx;color:#999}.means-a .means-a-list .header{width:140rpx;height:140rpx;margin-bottom:20rpx;border-radius:50%}.means-a .means-a-list .nickname{font-size:30rpx;color:#222}.means-a .means-a-list .means-zhuomi{display:flex;align-items:center}.means-a .means-a-list .means-zhuomi .zuomi{width:189rpx;height:36rpx;border:1rpx solid #4d4590;border-radius:5rpx;text-align:center;line-height:36rpx;color:#4d4590;font-size:22rpx}.means-a .means-a-list .means-zhuomi .means-zhuomi-tit{margin:0 30rpx;font-size:28rpx;color:#999}.means-a .means-a-list .means-zhuomi image{width:11rpx;height:21rpx}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/me/userName"],{"0bbc":function(e,t,n){"use strict";n.r(t);var o=n("869c"),i=n("a7bb");for(var s in i)["default"].indexOf(s)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(s);n("baeb");var a=n("828b"),c=Object(a["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);t["default"]=c.exports},"1e23":function(e,t,n){},"70fe":function(e,t,n){"use strict";(function(e,t){var o=n("47a9");n("4233");o(n("3240"));var i=o(n("0bbc"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(i.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"869c":function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return s})),n.d(t,"a",(function(){return o}));var o={uNavbar:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-navbar/u-navbar")]).then(n.bind(null,"3e43"))}},i=function(){var e=this.$createElement;this._self._c},s=[]},a7bb:function(e,t,n){"use strict";n.r(t);var o=n("bd93"),i=n.n(o);for(var s in o)["default"].indexOf(s)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(s);t["default"]=i.a},baeb:function(e,t,n){"use strict";var o=n("1e23"),i=n.n(o);i.a},bd93:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={data:function(){return{check:[],title:"修改用户名!",second:60,showText:!0,form:{username:"",password:"",mobile:"",code:"",invite_code:""}}},onLoad:function(){},methods:{login:function(){e.navigateBack()},register:function(){var t=this;return this.form.username?this.form.password?this.form.mobile?this.form.code?void this.$http.post("/shop/v10/user/username",this.form).then((function(n){0==n.code&&e.navigateBack({delta:2,complete:function(){setTimeout((function(){t.$store.commit("auth/resetUser"),t.$store.commit("auth/resetToken"),e.navigateTo({url:"/pages/me/login"})}),100)}})})):e.showToast({title:"请输入验证码",icon:"none"}):e.showToast({title:"请输入手机号",icon:"none"}):e.showToast({title:"请输入密码",icon:"none"}):e.showToast({title:"请输入用户名",icon:"none"})},getCode:function(){console.log(123456);var t=this,n=setInterval((function(){t.showText=!1;var e=t.second-1;t.second=e,console.log(e)}),1e3);if(setTimeout((function(){clearInterval(n),t.second=60,t.showText=!0}),6e4),!this.form.mobile)return e.showToast({title:"请输入手机号",icon:"none"});e.showLoading({title:"正在获取验证码"}),this.$http.get("/com/sms/sendcode",this.form).then((function(n){n.success&&(e.hideLoading(),e.$u.toast("验证码已发送有效期5分钟"),t.showText=!1)}))}}};t.default=n}).call(this,n("df3c")["default"])}},[["70fe","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "修改用户名",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom",
"usingComponents": {
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar"
}
}

View File

@@ -0,0 +1 @@
<view class="t-login"><u-navbar vue-id="4a4ccf3c-1" autoBack="{{true}}" bind:__l="__l"></u-navbar><image class="img-a" src="/static/2.png"></image><image class="img-b" src="/static/3.png"></image><view class="t-b">{{title}}</view><form class="cl"><view class="t-a"><image src="/static/icon/acee.png"></image><input type="text" placeholder="请输入用户名" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" value="{{form.username}}" bindinput="__e"/></view><view class="t-a"><image src="/static/icon/pass.png"></image><input type="number" placeholder="请输入密码" maxlength="32" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e"/></view><view class="t-a"><image src="/static/sj.png"></image><input type="number" placeholder="请输入手机号" maxlength="11" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" value="{{form.mobile}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="number" name="code" maxlength="6" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['form']]]]]}}" value="{{form.code}}" bindinput="__e"/><block wx:if="{{showText}}"><view data-event-opts="{{[['tap',[['getCode']]]]}}" class="t-c" bindtap="__e">发送短信</view></block><block wx:else><view class="t-c" style="background-color:#a7a7a7;">{{"重新发送("+second+")"}}</view></block></view></form><button data-event-opts="{{[['tap',[['register']]]]}}" class="b_register" bindtap="__e">完 成</button></view>

View File

@@ -0,0 +1 @@
page{background-color:#fff}.img-a{position:absolute;width:100%;top:-280rpx;right:-100rpx;z-index:-1}.img-b{position:absolute;width:50%;bottom:0;left:-50rpx;z-index:-1}.t-login{width:600rpx;margin:0 auto;font-size:28rpx;color:#000}.t-login .b_login{font-size:28rpx;background:rgba(86,119,252,.6);color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2);margin-top:30rpx}.t-login .b_register{font-size:28rpx;background:#5677fc;color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;box-shadow:0 5px 7px 0 rgba(86,119,252,.2)}.t-login input{padding:0 20rpx 0 120rpx;height:90rpx;line-height:90rpx;margin-bottom:50rpx;background:#f8f7fc;border:1px solid #e9e9e9;font-size:28rpx;border-radius:50rpx}.t-login .t-a{position:relative}.t-login .t-a image{width:40rpx;height:40rpx;position:absolute;left:40rpx;top:28rpx;border-right:2rpx solid #dedede;padding-right:20rpx}.t-login .t-b{text-align:left;font-size:46rpx;color:#000;padding:250rpx 0 120rpx 0;font-weight:700}.t-login .t-c{position:absolute;right:22rpx;top:22rpx;background:#5677fc;color:#fff;font-size:24rpx;border-radius:50rpx;height:50rpx;line-height:50rpx;padding:0 25rpx;z-index:999}.t-login .t-d{text-align:center;color:#999;margin:80rpx 0}.t-login .t-e{text-align:center;width:250rpx;margin:80rpx auto 0}.t-login .t-g{float:left;width:50%}.t-login .t-e image{width:50rpx;height:50rpx}.t-login .uni-input-placeholder{color:#000}.cl{zoom:1}.cl:after{clear:both;display:block;visibility:hidden;height:0;content:"\20"}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/option/index"],{"1a67":function(t,e,n){"use strict";n.r(e);var o=n("3578"),a=n("b417");for(var u in a)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(u);var s=n("828b"),r=Object(s["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);e["default"]=r.exports},"2ddb":function(t,e,n){"use strict";(function(t){var n;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={data:function(){return{shopOptionItems:[],status:[],type:[],loadStatus:"loadmore",search:{page:1,status:0},page:{current:0,last_page:1,page:1}}},onLoad:function(){n=this,n.getShopOptionItems()},onPullDownRefresh:function(){n.search.page=1,n.shopOptionItems=[],n.getShopOptionItems(),t.stopPullDownRefresh()},onReachBottom:function(){n.pageStatus()&&(n.loadStatus="loading",n.search.page=++n.search.page,n.getShopOptionItems())},methods:{pageStatus:function(){return n.loadStatus="loadmore",!(n.search.page>=n.page.last_page)||(n.loadStatus="nomore",!1)},getShopOptionItems:function(){n.$http.get("/shop/v10/shop_option/items",n.search).then((function(t){var e=t.data;t.success;n.shopOptionItems=n.shopOptionItems.concat(e.data),n.page.last_page=e.last_page,n.pageStatus()}))}}};e.default=o}).call(this,n("df3c")["default"])},3578:function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){return o}));var o={uLoadmore:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-loadmore/u-loadmore")]).then(n.bind(null,"7d1b"))}},a=function(){var t=this.$createElement;this._self._c},u=[]},b417:function(t,e,n){"use strict";n.r(e);var o=n("2ddb"),a=n.n(o);for(var u in o)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(u);e["default"]=a.a},fd3e:function(t,e,n){"use strict";(function(t,e){var o=n("47a9");n("4233");o(n("3240"));var a=o(n("1a67"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])}},[["fd3e","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "期权值",
"usingComponents": {
"u-loadmore": "/node-modules/uview-ui/components/u-loadmore/u-loadmore"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="background-color:#ffffff;color:#666666;padding:20rpx;font-size:28rpx;border-radius:12rpx;"><view style="color:#999;">当日订单所产生的期权,次日进行更新</view></view><view style="height:20rpx;"></view><view><block wx:for="{{shopOptionItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="background-color:#ffffff;color:#666666;padding:20rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:12rpx;"><view class="u-flex u-flex-between"><view>{{item.note}}</view><view>{{item.num}}</view></view><view style="height:10rpx;"></view><view>{{"下单时间:"+item.created_at}}</view></view></block><u-loadmore vue-id="26977375-1" status="{{loadStatus}}" bind:__l="__l"></u-loadmore></view><view style="height:400rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/order/index"],{"14a9":function(e,t,n){"use strict";n.r(t);var o=n("3313"),u=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=u.a},3313:function(e,t,n){"use strict";(function(e){var o=n("47a9");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u,a=o(n("7eb4")),r=o(n("ee10")),s={data:function(){return{tabData:{list:[{name:"待付款",status:0},{name:"待生效",status:1},{name:"已生效",status:2}],current:2},orderItems:[],search:{status:2,page:1},page:{current:0,last_page:1},loadStatus:"loadmore",config:null}},mounted:function(){},onLoad:function(e){u=this,e&&e.status&&(u.search.status=1),u.getOrderItems()},onShow:function(){},onReachBottom:function(){u.pageStatus()&&(u.loadStatus="loading",u.search.page=++u.search.page,u.getOrderItems())},onPullDownRefresh:function(){return(0,r.default)(a.default.mark((function t(){return a.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return u.search.page=1,u.orderItems=[],t.next=4,u.getOrderItems();case 4:e.stopPullDownRefresh();case 5:case"end":return t.stop()}}),t)})))()},methods:{convertToCustomArray:function(e){var t=Object.keys(e);return t.map((function(t){return{name:e[t],status:parseInt(t,10)}}))},sectionChange:function(e){u.search.status=u.tabData.list[e].status,u.tabData.current=e,u.orderItems=[],u.getOrderItems()},pageStatus:function(){return u.loadStatus="loadmore",!(u.search.page>=u.page.last_page)||(u.loadStatus="nomore",!1)},getOrderItems:function(){u.$http.post("/shop/v10/order/items",u.search).then((function(e){var t=e.data,n=e.success;n&&(u.orderItems=u.orderItems.concat(t.items.data),u.config=t.config,u.page.last_page=t.items.last_page,u.pageStatus())}))}}};t.default=s}).call(this,n("df3c")["default"])},"4b10":function(e,t,n){"use strict";(function(e,t){var o=n("47a9");n("4233");o(n("3240"));var u=o(n("67f8"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(u.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"67f8":function(e,t,n){"use strict";n.r(t);var o=n("d270"),u=n("14a9");for(var a in u)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return u[e]}))}(a);var r=n("828b"),s=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);t["default"]=s.exports},d270:function(e,t,n){"use strict";n.d(t,"b",(function(){return u})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return o}));var o={uSubsection:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-subsection/u-subsection")]).then(n.bind(null,"b9c7"))},uEmpty:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-empty/u-empty")]).then(n.bind(null,"8568"))},uTag:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-tag/u-tag")]).then(n.bind(null,"45f4"))},"u-Image":function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u--image/u--image")]).then(n.bind(null,"eae0"))},uDivider:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-divider/u-divider")]).then(n.bind(null,"c144"))},uLoadmore:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-loadmore/u-loadmore")]).then(n.bind(null,"7d1b"))}},u=function(){var e=this.$createElement,t=(this._self._c,this.orderItems.length);this.$mp.data=Object.assign({},{$root:{g0:t}})},a=[]}},[["4b10","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,12 @@
{
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": true,
"usingComponents": {
"u-subsection": "/node-modules/uview-ui/components/u-subsection/u-subsection",
"u-empty": "/node-modules/uview-ui/components/u-empty/u-empty",
"u-tag": "/node-modules/uview-ui/components/u-tag/u-tag",
"u--image": "/node-modules/uview-ui/components/u--image/u--image",
"u-divider": "/node-modules/uview-ui/components/u-divider/u-divider",
"u-loadmore": "/node-modules/uview-ui/components/u-loadmore/u-loadmore"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><u-subsection vue-id="3bc35b9e-1" list="{{tabData.list}}" keyName="name" current="{{tabData.current}}" data-event-opts="{{[['^change',[['sectionChange']]]]}}" bind:change="__e" bind:__l="__l"></u-subsection><view style="height:20rpx;"></view><block wx:if="{{!$root.g0}}"><view style="padding:30rpx;background-color:#ffffff;border-radius:10rpx;"><u-empty vue-id="3bc35b9e-2" mode="list" bind:__l="__l"></u-empty></view></block><block wx:else><view><block wx:for="{{orderItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="background-color:#ffffff;color:#666666;padding:30rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:16rpx;" url="{{'/pages/goods/detail?id='+item.id}}"><view class="u-flex u-flex-between" style="font-size:30rpx;"><view>{{"订单号:"+item.order_no}}</view><block wx:if="{{item.pay_type!=0}}"><u-tag vue-id="{{'3bc35b9e-3-'+index}}" text="{{config.pay_type[item.pay_type]}}" name="{{config.pay_type[item.pay_type]}}" plain="{{true}}" type="warning" bind:__l="__l"></u-tag></block></view><view style="height:20rpx;"></view><view class="u-flex"><u--image vue-id="{{'3bc35b9e-4-'+index}}" width="220rpx" height="220rpx" src="{{item.goods.cover[0]}}" radius="16rpx" bind:__l="__l"></u--image><view style="padding:0 20rpx;"><view>{{item.goods.name}}</view><view style="height:14rpx;"></view><view>{{"数量:"+item.num}}</view><view style="height:14rpx;"></view><view>订单金额:<text style="color:#FF1A1A;">{{"¥"+item.pay_money}}</text></view><view style="height:14rpx;"></view><block wx:if="{{item.goods.integral>0}}"><view>{{"赠送积分:"+item.goods.integral}}</view></block></view></view><u-divider vue-id="{{'3bc35b9e-5-'+index}}" bind:__l="__l"></u-divider><view class="u-flex u-flex-between"><view>{{item.created_at}}</view><view><u-tag vue-id="{{'3bc35b9e-6-'+index}}" text="{{config.status[item.status]}}" plain="{{true}}" type="success" bind:__l="__l"></u-tag></view></view></view></block></view></block><u-loadmore vue-id="3bc35b9e-7" status="{{loadStatus}}" bind:__l="__l"></u-loadmore><view style="height:500rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/order/pay"],{"0c2b":function(e,o,n){"use strict";(function(e,o){var t=n("47a9");n("4233");t(n("3240"));var r=t(n("dbd5"));e.__webpack_require_UNI_MP_PLUGIN__=n,o(r.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"658e":function(e,o,n){"use strict";n.d(o,"b",(function(){return r})),n.d(o,"c",(function(){return i})),n.d(o,"a",(function(){return t}));var t={uRadioGroup:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-radio-group/u-radio-group")]).then(n.bind(null,"88f5"))},uRadio:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-radio/u-radio")]).then(n.bind(null,"d41e"))},uIcon:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(n.bind(null,"15bf"))},uButton:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-button/u-button")]).then(n.bind(null,"e1a8"))},uModal:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-modal/u-modal")]).then(n.bind(null,"88c9"))}},r=function(){var e=this,o=e.$createElement;e._self._c;e._isMounted||(e.e0=function(o){e.paynoticeshow=!1},e.e1=function(o){e.paynoticeshow=!1})},i=[]},9959:function(e,o,n){"use strict";(function(e){Object.defineProperty(o,"__esModule",{value:!0}),o.default=void 0;n("599f");var t,r={data:function(){return{paynoticeshow:!1,orderItem:{id:"",pay_money:""},total_price:0,form:{order_id:"",pay_type:3},code:"",userinfo:{money:"",openid:""}}},mounted:function(){},onLoad:function(e){t=this,e&&e.order_id&&(t.form.order_id=e.order_id),t.getOrderItem()},onShow:function(){var o=e.getEnterOptionsSync(),n=e.getStorageSync("shop_order_pay_show");if("1038"==o.scene&&"wxef277996acc166c3"==o.referrerInfo.appId&&1==n){e.setStorageSync("shop_order_pay_show",0);var r=o.referrerInfo.extraData;r?"success"==r.code?(e.showToast({title:"支付成功",icon:"none"}),e.redirectTo({url:"/pages/order/index"})):"cancel"==r.code?e.showToast({title:"支付已取消",icon:"none"}):e.showToast({title:"支付失败:"+r.errmsg,icon:"none"}):t.paynoticeshow=!0}},methods:{tore:function(o){e.redirectTo({url:o})},getOrderItem:function(){t.$http.get("/shop/v10/order/item",{order_id:t.form.order_id}).then((function(e){e.msg;var o=e.data,n=e.success;n&&(t.orderItem=o.item,t.userinfo.money=o.money)}))},payOrder:function(){e.showLoading({title:"",mask:!0}),t.$http.post("/shop/v10/order/pay",t.form).then((function(o){var n=o.data,r=o.success,i=o.msg;e.hideLoading(),r?3!=t.form.pay_type?e.openEmbeddedMiniProgram({appId:n.appid,extraData:n.extraData,success:function(o){e.setStorageSync("shop_order_pay_show",1)}}):e.redirectTo({url:"/pages/order/index"}):e.showToast({icon:"none",title:i})}))}}};o.default=r}).call(this,n("df3c")["default"])},a899:function(e,o,n){"use strict";n.r(o);var t=n("9959"),r=n.n(t);for(var i in t)["default"].indexOf(i)<0&&function(e){n.d(o,e,(function(){return t[e]}))}(i);o["default"]=r.a},dbd5:function(e,o,n){"use strict";n.r(o);var t=n("658e"),r=n("a899");for(var i in r)["default"].indexOf(i)<0&&function(e){n.d(o,e,(function(){return r[e]}))}(i);var u=n("828b"),d=Object(u["a"])(r["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);o["default"]=d.exports}},[["0c2b","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,10 @@
{
"navigationBarTitleText": "确认订单",
"usingComponents": {
"u-radio-group": "/node-modules/uview-ui/components/u-radio-group/u-radio-group",
"u-radio": "/node-modules/uview-ui/components/u-radio/u-radio",
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-modal": "/node-modules/uview-ui/components/u-modal/u-modal"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="background-color:#ffffff;border-radius:10rpx;padding:30rpx;text-align:center;"><view style="color:#fa3534;"><text style="font-size:30rpx;">¥</text><text style="font-size:36rpx;font-weight:700;">{{orderItem.pay_money}}</text></view><view style="color:#909399;font-size:28rpx;">支付金额</view></view><view style="height:20rpx;"></view><view style="background-color:#fff;padding:30rpx;border-radius:10rpx;"><view style="font-size:28rpx;">支付方式</view><view style="height:20rpx;"></view><u-radio-group bind:input="__e" vue-id="67995bf0-1" iconPlacement="right" borderBottom="{{true}}" placement="column" value="{{form.pay_type}}" data-event-opts="{{[['^input',[['__set_model',['$0','pay_type','$event',[]],['form']]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><u-radio vue-id="{{('67995bf0-2')+','+('67995bf0-1')}}" name="{{3}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="u-flex u-flex-y-center"><u-icon vue-id="{{('67995bf0-3')+','+('67995bf0-2')}}" name="/static/icon/money.png" size="50rpx" bind:__l="__l"></u-icon><view style="width:20rpx;"></view><view><view style="font-size:30rpx;">余额支付</view><view style="font-size:28rpx;color:#909399;">{{"当前余额:¥"+userinfo.money}}</view></view></view></u-radio><view style="height:30rpx;"></view></u-radio-group></view><view style="height:100rpx;"></view><u-button vue-id="67995bf0-4" type="primary" data-event-opts="{{[['^click',[['payOrder']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">立即支付</u-button><u-modal vue-id="67995bf0-5" show="{{paynoticeshow}}" content="未检测到支付结果, 您可以查看订单" showCancelButton="{{true}}" confirmText="查看订单" cancelText="取消" closeOnClickOverlay="{{true}}" data-event-opts="{{[['^confirm',[['tore',['/pages/order/index']]]],['^close',[['e0']]],['^cancel',[['e1']]]]}}" bind:confirm="__e" bind:close="__e" bind:cancel="__e" bind:__l="__l"></u-modal></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/order/pre"],{"5b7c":function(e,n,o){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;o("599f");var t,u={data:function(){return{goodsItem:{id:"",cover:[],name:"",original_price:"",current_price:"",pre_price:"",integral:"",sales:"",stock:"",note:""},total_price:0,form:{goods_id:"",num:1,pay_type:0},level:{id:"",level:""},policy:{is_trusteeship:0,is_buy:0}}},mounted:function(){},onLoad:function(e){t=this,e&&e.num&&(t.form.num=e.num),e&&e.id&&(t.form.goods_id=e.id)},onShow:function(){t.getGoodsItem(),t.changenum({value:t.form.num}),t.policy=t.$store.state.policy},methods:{changenum:function(e){t.form.num=e.value,t.$http.get("/shop/v10/order/pre",t.form).then((function(e){var n=e.data;t.total_price=n.total_price,t.userinfo=n.userinfo,n.level?t.level=n.level:t.level={id:"",name:""}}))},getGoodsItem:function(){t.$http.get("/shop/v10/goods/item",{id:t.form.goods_id}).then((function(e){var n=e.data,o=e.success;o&&(t.goodsItem=n,t.form.goods_id=n.id,t.total_price=n.current_price)}))},createOrder:function(){t.$http.post("/shop/v10/order/create",t.form).then((function(n){var o=n.data,t=n.success,u=n.msg;t?e.navigateTo({url:"/pages/order/pay?order_id="+o.order_id}):e.showToast({icon:"none",title:u})}))}}};n.default=u}).call(this,o("df3c")["default"])},7956:function(e,n,o){"use strict";o.r(n);var t=o("7970"),u=o("d9de");for(var r in u)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return u[e]}))}(r);var i=o("828b"),c=Object(i["a"])(u["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);n["default"]=c.exports},7970:function(e,n,o){"use strict";o.d(n,"b",(function(){return u})),o.d(n,"c",(function(){return r})),o.d(n,"a",(function(){return t}));var t={"u-Image":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--image/u--image")]).then(o.bind(null,"eae0"))},uNumberBox:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-number-box/u-number-box")]).then(o.bind(null,"5ccf"))},uButton:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-button/u-button")]).then(o.bind(null,"e1a8"))}},u=function(){var e=this.$createElement;this._self._c},r=[]},d9de:function(e,n,o){"use strict";o.r(n);var t=o("5b7c"),u=o.n(t);for(var r in t)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(r);n["default"]=u.a},eff7:function(e,n,o){"use strict";(function(e,n){var t=o("47a9");o("4233");t(o("3240"));var u=t(o("7956"));e.__webpack_require_UNI_MP_PLUGIN__=o,n(u.default)}).call(this,o("3223")["default"],o("df3c")["createPage"])}},[["eff7","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,8 @@
{
"navigationBarTitleText": "确认订单",
"usingComponents": {
"u--image": "/node-modules/uview-ui/components/u--image/u--image",
"u-number-box": "/node-modules/uview-ui/components/u-number-box/u-number-box",
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view><view class="xkl-com-bg"><view style="height:20rpx;"></view><view class="u-flex" style="background-color:#ffffff;padding:20rpx;border-radius:10rpx;font-size:30rpx;"><u--image vue-id="2d5c54ed-1" width="220rpx" height="220rpx" src="{{goodsItem.cover[0]}}" radius="16rpx" bind:__l="__l"></u--image><view style="padding:20rpx;"><view style="color:#232323;">{{goodsItem.name}}</view><view style="height:20rpx;"></view><view><text>单价:</text><text style="color:crimson;">{{''+goodsItem.current_price+'元'}}</text></view><view style="height:20rpx;"></view><view><text>总价:</text><text style="color:crimson;">{{''+total_price+'元'}}</text></view></view></view><view style="height:20rpx;"></view><view class="u-flex u-flex-between u-flex-y-center" style="background-color:#ffffff;padding:20rpx;border-radius:10rpx;font-size:30rpx;"><view class="u-flex"><view>购买数量</view><view style="width:10rpx;"></view><block wx:if="{{level.id}}"><text style="color:#dd6161;">{{"可升级v"+level.level}}</text></block></view><view><u-number-box vue-id="2d5c54ed-2" inputWidth="100rpx" value="{{form.num}}" data-event-opts="{{[['^change',[['changenum']]],['^input',[['__set_model',['$0','num','$event',[]],['form']]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></u-number-box></view></view><view style="height:20rpx;"></view><view style="background-color:#ffffff;padding:20rpx;border-radius:10rpx;font-size:30rpx;"><view style="font-weight:700;">购买须知:</view><view style="height:20rpx;"></view><view style="color:#dd6161;">付款成功后立即生效,并投入生产安装,不支持退款、退货。</view><view style="height:20rpx;"></view></view><view style="height:100rpx;"></view><u-button vue-id="2d5c54ed-3" type="primary" data-event-opts="{{[['^click',[['createOrder']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">确认订单</u-button></view><view style="height:50rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/policy/privacy"],{"0daf":function(t,n,e){},"1fb8":function(t,n,e){"use strict";(function(t,n){var a=e("47a9");e("4233");a(e("3240"));var u=a(e("2b4f"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(u.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},"2b4f":function(t,n,e){"use strict";e.r(n);var a=e("fe82"),u=e("b2a8");for(var c in u)["default"].indexOf(c)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(c);e("6119");var f=e("828b"),r=Object(f["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);n["default"]=r.exports},6119:function(t,n,e){"use strict";var a=e("0daf"),u=e.n(a);u.a},b2a8:function(t,n,e){"use strict";e.r(n);var a=e("e0c9"),u=e.n(a);for(var c in a)["default"].indexOf(c)<0&&function(t){e.d(n,t,(function(){return a[t]}))}(c);n["default"]=u.a},e0c9:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a,u=e("599f"),c={data:function(){return{content:"",baseUrl:u.API_URL,path:""}},onLoad:function(t){a=this,a.path=t.path}};n.default=c},fe82:function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return u})),e.d(n,"a",(function(){}));var a=function(){var t=this.$createElement;this._self._c},u=[]}},[["1fb8","common/runtime","common/vendor"]]]);

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.xkl-view{height:12rpx}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/policy/user"],{2353:function(t,n,e){"use strict";(function(t,n){var u=e("47a9");e("4233");u(e("3240"));var c=u(e("5472"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(c.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},"37c5":function(t,n,e){"use strict";var u=e("f1cb"),c=e.n(u);c.a},5472:function(t,n,e){"use strict";e.r(n);var u=e("cd74"),c=e("749d");for(var a in c)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return c[t]}))}(a);e("37c5");var r=e("828b"),f=Object(r["a"])(c["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=f.exports},"749d":function(t,n,e){"use strict";e.r(n);var u=e("f722"),c=e.n(u);for(var a in u)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=c.a},cd74:function(t,n,e){"use strict";e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return c})),e.d(n,"a",(function(){}));var u=function(){var t=this.$createElement;this._self._c},c=[]},f1cb:function(t,n,e){},f722:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u,c=e("599f"),a={data:function(){return{content:"",baseUrl:c.API_URL,path:""}},onLoad:function(t){u=this,u.path=t.path}};n.default=a}},[["2353","common/runtime","common/vendor"]]]);

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.xkl-view{height:12rpx}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/protocol/buy"],{"0726":function(t,n,e){"use strict";(function(t){var e;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{shopinfo:{username:"",mobile:""}}},onLoad:function(){e=this,e.shopinfo=e.$store.state.auth.user},methods:{submit:function(n){e.$store.commit("policy/setBuy",n),t.navigateBack()}}};n.default=u}).call(this,e("df3c")["default"])},"15d5":function(t,n,e){"use strict";e.r(n);var u=e("a707"),o=e("3dbb");for(var a in o)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(a);var r=e("828b"),i=Object(r["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=i.exports},"3dbb":function(t,n,e){"use strict";e.r(n);var u=e("0726"),o=e.n(u);for(var a in u)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=o.a},"9ae5":function(t,n,e){"use strict";(function(t,n){var u=e("47a9");e("4233");u(e("3240"));var o=u(e("15d5"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(o.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},a707:function(t,n,e){"use strict";e.d(n,"b",(function(){return o})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return u}));var u={uButton:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-button/u-button")]).then(e.bind(null,"e1a8"))}},o=function(){var t=this.$createElement;this._self._c},a=[]}},[["9ae5","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "",
"usingComponents": {
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="font-size:34rpx;font-weight:700;text-align:center;">充电桩购销合同</view><view style="height:20rpx;"></view><view style="line-height:46rpx;"><view>{{"买方:用户名:"+shopinfo.username+" 手机号:"+shopinfo.mobile}}</view><view>卖方:后羿品牌产业管理(深圳)有限公司</view><view>合同签订地点: 河南郑州</view><view style="text-indent:2em;">根据《中华人民共和国民法典》及相关法律、法规,甲乙双方本着平等、自愿、公平、互惠互利和诚实守信的原则,为满足甲方的需求,就充电桩买卖事宜协商一致订立本合同,以资共同遵守:</view><view style="text-indent:2em;">一、购买标的、方式</view><view style="text-indent:2em;">本协议项下的买卖标的物为乙方公司销售的充电桩,甲方自行在乙方开发或告知的网站上进行独立购买,自行选择型号和数量,并全款支付合同订立购买充电桩数的总价。</view><view style="text-indent:2em;">二、品名、型号、数量、金额、总价</view><view style="text-indent:2em;">三、交货方式</view><view style="text-indent:2em;">甲方购买的充电桩经第三方公司安装结束后,由甲方在后台系统上电子签署《收到货物确认单》,甲方签署后,视为乙方交付本合同项下的充电桩。</view><view style="text-indent:2em;">四、付款方式:由甲方在购买时一次性支付。</view><view style="text-indent:2em;">五、双方权利及义务</view><view style="text-indent:2em;">1、甲方的权利及义务</view><view style="text-indent:2em;">甲方应在选定型号后及时支付款项。</view><view style="text-indent:2em;">2、乙方的权利及义务</view><view style="text-indent:2em;">乙方应保证所售充电桩的质量及技术标准符合国家的最低标准要求。</view><view style="text-indent:2em;">六、产品质保</view><view style="text-indent:2em;">质保期五年,在质保期内,乙方应积极履行质保义务,出现质量问题,乙方应免费及时更换维修合格产品及配件,乙方未尽到质保义务时,须承担所有维修费用。质保期自甲方所购充电桩安装结束并由甲方签署到货确认函后第二日起算。</view><view style="text-indent:2em;">七、违约责任</view><view style="text-indent:2em;">1、甲方在购买充电桩后不能因任何除产品质量有缺陷外的原因要求解除本合同及退款。</view><view style="text-indent:2em;">2、乙方充电桩存在质量问题由乙方协调各方进行免费更换维修。</view><view style="text-indent:2em;">八、解决合同纠纷方式</view><view style="text-indent:2em;">本合同在履行过程中发生争议,由双方当事人协商解决;协商或调解不成的,可依法在乙方所在地人民法院起诉。</view><view style="text-indent:2em;">九、其他</view><view style="text-indent:2em;">本合同一式两份,甲乙双方各执一份,自双方签字盖章之日起生效。</view></view><view style="height:50rpx;"></view><u-button vue-id="1aed2404-1" type="primary" data-event-opts="{{[['^click',[['submit',[1]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">我已阅读并同意《充电桩购销合同》</u-button><view style="height:50rpx;"></view><u-button bind:click="__e" vue-id="1aed2404-2" data-event-opts="{{[['^click',[['submit',[0]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}">取消</u-button><view style="height:100rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/protocol/mianze"],{"226f":function(n,t,e){"use strict";e.r(t);var u=e("269a"),o=e("bbe2");for(var a in o)["default"].indexOf(a)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(a);var i=e("828b"),r=Object(i["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);t["default"]=r.exports},"269a":function(n,t,e){"use strict";e.d(t,"b",(function(){return o})),e.d(t,"c",(function(){return a})),e.d(t,"a",(function(){return u}));var u={uButton:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-button/u-button")]).then(e.bind(null,"e1a8"))}},o=function(){var n=this.$createElement;this._self._c},a=[]},b8f9:function(n,t,e){"use strict";(function(n,t){var u=e("47a9");e("4233");u(e("3240"));var o=u(e("226f"));n.__webpack_require_UNI_MP_PLUGIN__=e,t(o.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},bbe2:function(n,t,e){"use strict";e.r(t);var u=e("e637"),o=e.n(u);for(var a in u)["default"].indexOf(a)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(a);t["default"]=o.a},e637:function(n,t,e){"use strict";(function(n){var e;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={data:function(){return{shopinfo:{username:"",mobile:""}}},onLoad:function(){e=this,e.shopinfo=e.$store.state.auth.user},methods:{submit:function(t){e.$store.commit("policy/setMianze",t),n.navigateBack()}}};t.default=u}).call(this,e("df3c")["default"])}},[["b8f9","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "",
"usingComponents": {
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="font-size:34rpx;font-weight:700;text-align:center;">免责声明</view><view style="height:20rpx;"></view><view style="line-height:46rpx;"><view style="text-indent:2em;">所有参与本次活动的人员务必认真阅读活动协议文件,在活动内容选定并提交后即被默认为已阅读、理解并同意遵守活动过程所需遵守的一切内容并签署免责声明。</view><view style="text-indent:2em;">作为此次活动参与者,我本人以及其他任何可能代表我本人提起赔偿请求或诉讼的人做出以下声明:</view><view style="text-indent:2em;">1、我自愿参加本次活动并确认本人具有参加本次活动相应的民事行为能力和民事责任能力。</view><view style="text-indent:2em;">2、我确认全面理解并自愿遵守与活动组织方签订的协议并保证不挪用活动方每月支付的月供资金如挪用则相关损失由自己承担。</view><view style="text-indent:2em;">3、我将向活动组织方提供身份证信息及银行账户信息用于核实本人身份及购买车辆事宜保证提交的身份证信息及银行账户信息真实有效并承担因提供不实信息所产生的全部责任由此产生的损失自行承担。</view><view style="text-indent:2em;">4、我本人确认已对活动组织方的协议内容详细阅读并已充分了解并承诺自愿履行上述协议。因本人没有如实提供身份信息及其他必须提供的资料引起的损失及纠纷相关责任由本人自行承担。</view></view><view style="height:50rpx;"></view><u-button vue-id="742081b8-1" type="primary" data-event-opts="{{[['^click',[['submit',[1]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">我已阅读并同意《免责声明》</u-button><view style="height:50rpx;"></view><u-button bind:click="__e" vue-id="742081b8-2" data-event-opts="{{[['^click',[['submit',[0]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}">取消</u-button><view style="height:100rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/protocol/trusteeship"],{"48fa":function(t,n,e){"use strict";(function(t){var e;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{shopinfo:{username:"",mobile:""}}},onLoad:function(){e=this,e.shopinfo=e.$store.state.auth.user},methods:{submit:function(n){e.$store.commit("policy/setTrusteeship",n),t.navigateBack()}}};n.default=u}).call(this,e("df3c")["default"])},9734:function(t,n,e){"use strict";e.r(n);var u=e("48fa"),o=e.n(u);for(var a in u)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=o.a},a6a1:function(t,n,e){"use strict";e.r(n);var u=e("ad2d"),o=e("9734");for(var a in o)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(a);var r=e("828b"),i=Object(r["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=i.exports},ad2d:function(t,n,e){"use strict";e.d(n,"b",(function(){return o})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return u}));var u={uButton:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-button/u-button")]).then(e.bind(null,"e1a8"))}},o=function(){var t=this.$createElement;this._self._c},a=[]},f6de:function(t,n,e){"use strict";(function(t,n){var u=e("47a9");e("4233");u(e("3240"));var o=u(e("a6a1"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(o.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])}},[["f6de","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "",
"usingComponents": {
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1,15 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="font-size:34rpx;font-weight:700;text-align:center;">充电桩托管协议</view><view style="height:20rpx;"></view><view style="line-height:46rpx;"><view>甲方(运营方):购买了后羿品牌产业管理(深圳)有限公司</view><view>{{"乙方(投资方):用户名:"+shopinfo.username+" 手机号:"+shopinfo.mobile}}</view><view>合同签订地点: 河南郑州</view><view style="text-indent:2em;">鉴于:乙方购买了后羿品牌产业管理(深圳)有限公司 个充电桩端口,乙方因工作及地域 等原因无法亲自管理自己的充电桩,现为节省乙方精力,提高充电桩的运营效率,
甲乙双方本着平等、自愿、互利的原则,根据《中华人民共和国民法典》及相关 法律法规的规定,就乙方购买的新能源汽车充电桩运营相关事宜协商一致,签订 本协议。</view><view style="text-indent:2em;">一、项目概况:</view><view style="text-indent:2em;">1、项目名称</view><view style="text-indent:2em;">2、项目地址后羿品牌产业管理(深圳)有限公司后台系统自动显示)</view><view style="text-indent:2em;">3、合作期限 5 自站点正式竣工投运日开始计算。</view><view style="text-indent:2em;">4、项目规模计划投建___个充电专用车位在60天之内完成。</view><view style="text-indent:2em;">二、合作内容:</view><view style="text-indent:2em;">1、甲方承担充电桩的选址、场地协调、规划设计、项目备案、终端服务、 客户引流等</view><view style="text-indent:2em;">三、合作方式</view><view style="text-indent:2em;">1、 甲方负责安装及运营:充电桩交由甲方主导运营,甲方通过运营平台向 充电用户收取充电费用(电费+充电服务费等)。甲方提供运营平台系统给乙方查
阅及对账,甲方将所有站点时时赚取利润按双方约定分红比例每月定期支付给乙 方。</view><view style="text-indent:2em;">2、利润核算方式利润 = 当月平台收益 - 当月缴纳电费 - 公共开支(如 平台活动、保险、消防设施、税票等)</view><view style="text-indent:2em;">3、电费缴纳方式电价选用下列第 种方式申报缴纳1甲方独立申报/ 改造新能源专用电,与国家电网申请独立电表,执行新能源专用电,乙方将变压
器户头过户至甲方由甲方单独与国家电网结算2乙方配合协调甲方在充电 桩上端加装独立计量电表,以甲方每月进行对独立计量电表缴费;</view><view style="text-indent:2em;">4、甲方享有该项目利润的 50 %,乙方享有该项目利润的 50 %。</view><view style="text-indent:2em;">充电桩运营:充电费用是指甲方向新能源汽车充电客户统一收取的充电费用, 由“充电电费 ”和“充电服务费 ”两部分组成,运营决策权归甲方所有,乙方不 参与运营。</view><view style="text-indent:2em;">四、支付方式</view><view style="text-indent:2em;">1 、充电服务费甲、乙双方分红结算,每周由乙方在甲方系统上自动提取收 益。</view><view style="text-indent:2em;">2、 乙方按确认的分成收益金额向甲方开具财务凭证,甲方在收到乙方的财 务凭证后 日内向乙方支付上述费用;</view><view style="text-indent:2em;">乙方账户信息:
开户名称:
帐 号:
开 户 行:</view><view style="text-indent:2em;">五、甲乙双方的权利和义务</view><view style="text-indent:2em;">1、 建设运营期内,甲方在该项目场地内的消防和用电安全,应当符合国家 法律法规要求,并采取必要的保障措施确保项目的安全运营。</view><view style="text-indent:2em;">2、 甲方应在协议期内协调好本协议充电场站所在土地、房屋、电力基础设 施的所有权或使用权无纠纷,并确保场地租赁期限符合本协议要求,充分满足项
目建设、运营的需要。若甲方故意隐瞒或无法保证协议期内充电设施的正常运营, 造成的损失由甲方承担(不可抗力因素除外)。因甲方与产权方之间不能继续场
地租赁协议导致本协议未能正常履行完毕的,甲方应协调产权人将此协议继续履 行。</view><view style="text-indent:2em;">3、甲方有义务对充电桩的日常充电站的卫生清洁不允许非充电车辆占用 新能源车位,提供较好的充电场站运营环境。</view><view style="text-indent:2em;">4、乙方若对预期收益不满可在充电桩安装落地收益产生后两年内向甲方提补贴申请总收益已超过投资收益2倍不可申请甲方受理后会在安装收益产生满两年时通过股票定增融资同意以乙方购买价两倍减去全部收益来回购充电桩的所有权与收益权归甲方所有。</view><view style="text-indent:2em;">5、乙方有权调自己的充电桩经营数据。</view><view style="text-indent:2em;">6、乙方在充电站开始建设后或运营中提出位置更改并经甲方同意的因更 改产生的相关费用由乙方承担。在协议期限内,若因不可抗力、场地整体重新规
划导致该充电桩场地改造,影响到该项目正常运营,甲方不承担相关运营损失, 但有关充电站改造费用由甲方承担。因法律法规变动、政府规划、城市更新需要
而须调整或终止该项目的情况,甲方须需提前一个月书面知会并协调相关单位保 障乙方的利益。</view><view style="text-indent:2em;">六、违约责任</view><view style="text-indent:2em;">1、合作期限内双方应按照协议约定各自履行相应的义务因任何一方原 因无法保证该项目正常运营,且在守约方书面催告后仍未处理/仍不纠正的,逾 期 7 日时,守约方有权单方面解除协议。</view><view style="text-indent:2em;">2、本协议生效后各方均应全面履行本协议约定的义务。任何一方不履行 或不完全履行本协议约定义务的,应当承担相应的违约责任,并赔偿由此给守约 方造成的损失。</view><view style="text-indent:2em;">七、其他</view><view style="text-indent:2em;">保密条款1、甲乙双方应对在本协议洽谈和项目合作过程中获取的对方的 保密信息及对方关联方的保密信息(包括但不限于商业秘密、财务资料、经营方
式、技术资料等)以及双方合作内容相关的一切信息应予保密并采取必要的保密 措施2、甲乙双方应严格保密双方的合作内容以及协议模式等信息不得向任
何第三方透露3、未经一方事先书面同意另一方不得将任何该等信息披露给 任何第三方或者自行复制保存等4、甲乙双方应严格遵循上述保密条款
违约方违反上述约定给守约方造成损失的,违约方应就守约方由此遭受的损失承 担损失赔偿责任。</view><view style="text-indent:2em;">风险约定:本协议项下的充电桩营运场所所有权为甲方,场所内发生的第三 方人员及车辆的所有者责任、交通事故等意外损害等,均按法律规定处理。</view><view style="text-indent:2em;">不可抗力:本协议履行过程中, 如一方因发生无法预见又无法避免的事件 而不能全部或部分履行协议,可以根据不可抗力的影响减免相应责任,但须在不 可抗力因素发生后 48 小时内通知对方,并采取措施避免损失的扩大。</view><view style="text-indent:2em;">订立本协议所依据的法律、法规或所依据的客观情况发生重大变化,致使本 协议无法履行的,经甲、乙双方协商一致,可以变更本协议有关内容,但均应以 书面方式盖章确认。</view><view style="text-indent:2em;">八、适用法律及争议解决:</view><view style="text-indent:2em;">在履行本协议过程中,若发生争议,双方应本着友好互让的原则协商解决,
未能协商一致,可向甲方所在地人民法院提起诉讼解决。当任何争议发生时或该争议处于协商或提交诉讼解决时,除争议事项外,双方应继续享有本协议规定的其它权利,履行本协议规定的其它义务。</view><view style="text-indent:2em;">本协议一式四份,甲乙双方各执贰份, 自双方盖章后生效。</view><view style="text-indent:2em;">本协议附件为本协议有效组成部分,与本协议具有同等法律效力。本协议未 尽事宜由甲、乙双方友好协商后,以书面形式加以补充,补充协议具有同等的法 律效力。</view></view><view style="height:50rpx;"></view><u-button vue-id="18884010-1" type="primary" data-event-opts="{{[['^click',[['submit',[1]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">我已阅读并同意《充电桩托管协议》</u-button><view style="height:50rpx;"></view><u-button bind:click="__e" vue-id="18884010-2" data-event-opts="{{[['^click',[['submit',[0]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}">取消</u-button><view style="height:100rpx;"></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/resourceBundle/resourceBundle"],{"0d02":function(e,n,t){"use strict";var a=t("3982"),o=t.n(a);o.a},3982:function(e,n,t){},"3fdd":function(e,n,t){"use strict";(function(e,n){var a=t("47a9");t("4233");a(t("3240"));var o=a(t("ca4b"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},"59e0":function(e,n,t){},a844:function(e,n,t){"use strict";t.r(n);var a=t("b4dd"),o=t.n(a);for(var i in a)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return a[e]}))}(i);n["default"]=o.a},b4dd:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{walletInfo:{},order:{},device_fee:{},device:{},invite:{},wallet:{},money_list:[{name:"收益统计",type:"收益",data:{}},{name:"推广统计",type:"推广",data:{}},{name:"邀请统计",type:"邀请",data:{}}]}},onShow:function(){this.getWalletInfo()},methods:{calltel:function(){e.makePhoneCall({phoneNumber:"tel:400-800-5326"})},topay:function(){e.navigateTo({url:"/pages/wallet/recharge?data="+encodeURIComponent(JSON.stringify(this.wallet))})},navto:function(n){e.navigateTo({url:n})},getWalletInfo:function(){var e=this;this.$http.get("/shop/v10/wallet/report").then((function(n){var t=n.data,a=n.success;a&&(e.wallet=t.wallet,e.device=t.device,e.wallet.info=t.shop,e.money_list=[{name:"收益统计",type:"收益",data:t.device_fee},{name:"推广统计",type:"推广",data:t.order},{name:"邀请统计",type:"邀请",data:t.invite}])}))}}};n.default=t}).call(this,t("df3c")["default"])},bb9f:function(e,n,t){"use strict";t.d(n,"b",(function(){return o})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){return a}));var a={uGrid:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-grid/u-grid")]).then(t.bind(null,"2f4f"))},uGridItem:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-grid-item/u-grid-item")]).then(t.bind(null,"6492"))},uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,"15bf"))}},o=function(){var e=this,n=e.$createElement;e._self._c;e._isMounted||(e.e0=function(n){e.navto("/pages/wallet/temp?data="+encodeURIComponent(JSON.stringify(e.wallet)))})},i=[]},ca4b:function(e,n,t){"use strict";t.r(n);var a=t("bb9f"),o=t("a844");for(var i in o)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(i);t("0d02"),t("f9ab");var u=t("828b"),r=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,"7032aa03",null,!1,a["a"],void 0);n["default"]=r.exports},f9ab:function(e,n,t){"use strict";var a=t("59e0"),o=t.n(a);o.a}},[["3fdd","common/runtime","common/vendor"]]]);

Some files were not shown because too many files have changed in this diff Show More