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/wallet/account/form"],{"00f1":function(e,n,t){"use strict";t.d(n,"b",(function(){return o})),t.d(n,"c",(function(){return r})),t.d(n,"a",(function(){return u}));var u={"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"))},uInput:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(t.bind(null,"d804"))},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"))}},o=function(){var e=this.$createElement;this._self._c},r=[]},"0a23":function(e,n,t){"use strict";(function(e,n){var u=t("47a9");t("4233");u(t("3240"));var o=u(t("cd80"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},"5ce0":function(e,n,t){"use strict";t.r(n);var u=t("665d"),o=t.n(u);for(var r in u)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(r);n["default"]=o.a},"665d":function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{rules:{idcard:[{required:!0,message:"请输入",trigger:["blur","change"]}],realname:[{required:!0,message:"请输入",trigger:["blur","change"]}],num:[{required:!0,message:"请输入",trigger:["blur","change"]}],mobile:[{required:!0,message:"请输入",trigger:["blur","change"]}]},form:{id:"",type:3,role:1,subname:"",realname:"",idcard:"",num:"",mobile:""}}},mounted:function(){},onLoad:function(e){t=this,e&&e.item&&(t.form=JSON.parse(decodeURIComponent(e.item)))},onShow:function(){},onReady:function(){t.$refs.uForm.setRules(t.rules)},methods:{submit:function(){this.$refs.uForm.validate().then((function(n){t.form.id?t.$http.post("/shop/v10/account/update",t.form).then((function(n){n.data;var t=n.success;t&&e.navigateBack()})):t.$http.post("/shop/v10/account/create",t.form).then((function(n){n.data;var t=n.success;t&&e.navigateBack()}))})).catch((function(e){}))}}};n.default=u}).call(this,t("df3c")["default"])},cd80:function(e,n,t){"use strict";t.r(n);var u=t("00f1"),o=t("5ce0");for(var r in o)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(r);var i=t("828b"),a=Object(i["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=a.exports}},[["0a23","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"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-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="background-color:#ffffff;padding:30rpx;"><u--form class="vue-ref" vue-id="3ce172da-1" labelPosition="top" model="{{form}}" rules="{{rules}}" labelWidth="200rpx" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('3ce172da-2')+','+('3ce172da-1')}}" label="真实姓名" prop="realname" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-3')+','+('3ce172da-2')}}" placeholder="请输入" border="none" value="{{form.realname}}" data-event-opts="{{[['^input',[['__set_model',['$0','realname','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('3ce172da-4')+','+('3ce172da-1')}}" label="身份证号" prop="idcard" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-5')+','+('3ce172da-4')}}" placeholder="请输入" border="none" value="{{form.idcard}}" data-event-opts="{{[['^input',[['__set_model',['$0','idcard','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('3ce172da-6')+','+('3ce172da-1')}}" label="银行卡号" prop="num" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-7')+','+('3ce172da-6')}}" placeholder="请输入" border="none" value="{{form.num}}" data-event-opts="{{[['^input',[['__set_model',['$0','num','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('3ce172da-8')+','+('3ce172da-1')}}" label="预留手机号" prop="mobile" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-9')+','+('3ce172da-8')}}" placeholder="请输入" 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><view style="height:50rpx;"></view><view><view style="font-size:28rpx;color:coral;">请仔细核对信息,填写错误会导致提现失败。</view></view><view style="height:50rpx;"></view><u-button vue-id="3ce172da-10" type="primary" data-event-opts="{{[['^click',[['submit']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">提交</u-button><view style="height:50rpx;"></view></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/account/index"],{"1dbb":function(n,t,e){"use strict";var o=e("3d4f"),u=e.n(o);u.a},"3d4f":function(n,t,e){},7380:function(n,t,e){"use strict";e.r(t);var o=e("f666"),u=e("8715");for(var c in u)["default"].indexOf(c)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(c);e("1dbb");var a=e("828b"),i=Object(a["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);t["default"]=i.exports},8715:function(n,t,e){"use strict";e.r(t);var o=e("d677"),u=e.n(o);for(var c in o)["default"].indexOf(c)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(c);t["default"]=u.a},d677:function(n,t,e){"use strict";(function(n){var e;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={data:function(){return{delshow:!1,items:[],current:"",config:null,show:0,form:{id:""}}},onLoad:function(n){e=this,n&&n.show&&(e.show=1)},onShow:function(){e.getAccountItems()},methods:{tonav:function(t){n.navigateTo({url:t})},delshowcli:function(n){e.delshow=!0,e.form.id=n.id},toback:function(){n.navigateBack()},check:function(n){e.current=n.id},getAccountDel:function(){e.$http.get("/shop/v10/account/delete",e.form).then((function(n){n.data,n.success;e.delshow=!1,e.getAccountItems()}))},getAccountItems:function(){e.$http.get("/shop/v10/account/items").then((function(n){var t=n.data;n.success;e.items=t.items,e.config=t.config}))}}};t.default=o}).call(this,e("df3c")["default"])},edd7:function(n,t,e){"use strict";(function(n,t){var o=e("47a9");e("4233");o(e("3240"));var u=o(e("7380"));n.__webpack_require_UNI_MP_PLUGIN__=e,t(u.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},f666:function(n,t,e){"use strict";e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return c})),e.d(t,"a",(function(){return o}));var o={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"))},uEmpty:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-empty/u-empty")]).then(e.bind(null,"8568"))},uTag:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-tag/u-tag")]).then(e.bind(null,"45f4"))},uModal:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-modal/u-modal")]).then(e.bind(null,"88c9"))}},u=function(){var n=this,t=n.$createElement,e=(n._self._c,n.items.length);n._isMounted||(n.e0=function(t,e){var o=arguments[arguments.length-1].currentTarget.dataset,u=o.eventParams||o["event-params"];e=u.item;n.tonav("/pages/wallet/account/form?item="+encodeURIComponent(JSON.stringify(e)))},n.e1=function(t,e){var o=arguments[arguments.length-1].currentTarget.dataset,u=o.eventParams||o["event-params"];e=u.item;n.tonav("/pages/wallet/account/org?item="+encodeURIComponent(JSON.stringify(e)))},n.e2=function(t){n.delshow=!1},n.e3=function(t){n.delshow=!1}),n.$mp.data=Object.assign({},{$root:{g0:e}})},c=[]}},[["edd7","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "银行卡",
"usingComponents": {
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-empty": "/node-modules/uview-ui/components/u-empty/u-empty",
"u-tag": "/node-modules/uview-ui/components/u-tag/u-tag",
"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><navigator url="/pages/wallet/account/form"><u-button vue-id="849e7cda-1" type="primary" bind:__l="__l" vue-slots="{{['default']}}">添加银行卡</u-button></navigator><view style="height:20rpx;"></view><view><block wx:if="{{!$root.g0}}"><view style="padding:30rpx;background-color:#ffffff;border-radius:10rpx;"><u-empty vue-id="849e7cda-2" mode="data" bind:__l="__l"></u-empty></view></block><block wx:else><block wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['check',['$0'],[[['items','',index]]]]]]]}}" class="{{[item.id==current?'xkl_cur':'xkl_no']}}" style="background-color:#ffffff;border-radius:12rpx;padding:20rpx;margin-bottom:20rpx;" bindtap="__e"><view class="u-flex u-flex-between"><view><view style="font-size:28rpx;"><view class="u-flex u-flex-y-center"><view><u-tag vue-id="{{'849e7cda-3-'+index}}" text="{{config.role[item.role]}}" size="mini" type="success" plain="{{true}}" plainFill="{{true}}" bind:__l="__l"></u-tag></view><view style="width:20rpx;"></view><view style="font-size:26rpx;">{{item.realname}}</view><view style="width:20rpx;"></view><view style="font-size:26rpx;">{{item.mobile}}</view></view></view><view style="height:20rpx;"></view><view style="color:#232323;"><view style="font-size:28rpx;">{{item.subname}}</view><view style="font-size:28rpx;">{{item.num}}</view><view style="height:10rpx;"></view><view style="font-size:28rpx;">{{item.idcard}}</view></view></view><view><block wx:if="{{item.role==1}}"><u-tag vue-id="{{'849e7cda-4-'+index}}" text="编辑" data-event-opts="{{[['^click',[['e0']]]]}}" data-event-params="{{({item})}}" bind:click="__e" bind:__l="__l"></u-tag></block><block wx:if="{{item.role==2}}"><u-tag vue-id="{{'849e7cda-5-'+index}}" text="编辑" data-event-opts="{{[['^click',[['e1']]]]}}" data-event-params="{{({item})}}" bind:click="__e" bind:__l="__l"></u-tag></block><view style="height:30rpx;"></view><u-tag vue-id="{{'849e7cda-6-'+index}}" text="删除" type="error" data-event-opts="{{[['^click',[['delshowcli',['$0'],[[['items','',index]]]]]]]}}" bind:click="__e" bind:__l="__l"></u-tag></view></view></view></block></block></view><u-modal vue-id="849e7cda-7" show="{{delshow}}" showCancelButton="{{true}}" closeOnClickOverlay="{{true}}" content="确认删除?" data-event-opts="{{[['^confirm',[['getAccountDel']]],['^close',[['e2']]],['^cancel',[['e3']]]]}}" bind:confirm="__e" bind:close="__e" bind:cancel="__e" bind:__l="__l"></u-modal><view style="height:100rpx;"></view><block wx:if="{{show}}"><u-button bind:click="__e" vue-id="849e7cda-8" data-event-opts="{{[['^click',[['toback']]]]}}" bind:__l="__l" vue-slots="{{['default']}}">返回上一页</u-button></block></view>

View File

@@ -0,0 +1 @@
.xkl_cur{border:1px solid #71d5a1}.xkl_no{border:1px solid #fff}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/account/org"],{3520:function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{rules:{subname:[{required:!0,message:"请输入",trigger:["blur","change"]}],realname:[{required:!0,message:"请输入",trigger:["blur","change"]}],num:[{required:!0,message:"请输入",trigger:["blur","change"]}]},form:{id:"",role:2,subname:"",realname:"",idcard:"",num:"",mobile:""}}},mounted:function(){},onLoad:function(e){t=this,e&&e.item&&(t.form=JSON.parse(decodeURIComponent(e.item)))},onShow:function(){},onReady:function(){t.$refs.uForm.setRules(t.rules)},methods:{submit:function(){this.$refs.uForm.validate().then((function(n){t.$http.post("/shop/v10/account/org",t.form).then((function(n){n.data;var t=n.success;t&&e.navigateBack()}))})).catch((function(e){}))}}};n.default=u}).call(this,t("df3c")["default"])},"5c9c":function(e,n,t){"use strict";t.r(n);var u=t("8883"),o=t("9723");for(var r in o)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(r);var i=t("828b"),c=Object(i["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=c.exports},8883:function(e,n,t){"use strict";t.d(n,"b",(function(){return o})),t.d(n,"c",(function(){return r})),t.d(n,"a",(function(){return u}));var u={"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"))},uInput:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(t.bind(null,"d804"))},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"))}},o=function(){var e=this.$createElement;this._self._c},r=[]},9723:function(e,n,t){"use strict";t.r(n);var u=t("3520"),o=t.n(u);for(var r in u)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(r);n["default"]=o.a},ce16:function(e,n,t){"use strict";(function(e,n){var u=t("47a9");t("4233");u(t("3240"));var o=u(t("5c9c"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])}},[["ce16","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"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-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="background-color:#ffffff;padding:30rpx;"><u--form class="vue-ref" vue-id="69258efe-1" labelPosition="top" model="{{form}}" rules="{{rules}}" labelWidth="200rpx" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('69258efe-2')+','+('69258efe-1')}}" label="公司名称" prop="realname" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('69258efe-3')+','+('69258efe-2')}}" placeholder="请输入" border="none" value="{{form.realname}}" data-event-opts="{{[['^input',[['__set_model',['$0','realname','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('69258efe-4')+','+('69258efe-1')}}" label="开户行" prop="subname" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('69258efe-5')+','+('69258efe-4')}}" placeholder="请输入" border="none" value="{{form.subname}}" data-event-opts="{{[['^input',[['__set_model',['$0','subname','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('69258efe-6')+','+('69258efe-1')}}" label="银行账号" prop="num" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('69258efe-7')+','+('69258efe-6')}}" placeholder="请输入" border="none" value="{{form.num}}" data-event-opts="{{[['^input',[['__set_model',['$0','num','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item></u--form><view style="height:50rpx;"></view><view><view style="font-size:28rpx;color:coral;">请仔细核对信息,填写错误会导致提现失败。</view></view><view style="height:50rpx;"></view><u-button vue-id="69258efe-8" type="primary" data-event-opts="{{[['^click',[['submit']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">提交</u-button><view style="height:50rpx;"></view></view></view>