You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hezhiying/unpackage/dist/build/h5/static/js/pages-PaymentEdit-PaymentEd...

1 line
10 KiB

1 year ago
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-PaymentEdit-PaymentEdit"],{"0ad2":function(e,t,n){"use strict";n.r(t);var s=n("bcde"),r=n("f6c4");for(var i in r)["default"].indexOf(i)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(i);n("403a");var a=n("f0c5"),o=Object(a["a"])(r["default"],s["b"],s["c"],!1,null,"2d0f9b74",null,!1,s["a"],void 0);t["default"]=o.exports},"20c5":function(e,t,n){"use strict";n.d(t,"b",(function(){return r})),n.d(t,"c",(function(){return i})),n.d(t,"a",(function(){return s}));var s={CodeKeyboard:n("0ad2").default},r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("v-uni-view",{staticClass:"page"},[n("v-uni-view",[n("v-uni-view",{staticClass:"pay-title"},[n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:1===e.AffirmStatus,expression:"AffirmStatus === 1"}]},[e._v("请输入6位支付密码")]),n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:2===e.AffirmStatus,expression:"AffirmStatus === 2"}]},[e._v("请设置6位支付密码")]),n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:3===e.AffirmStatus,expression:"AffirmStatus === 3"}]},[e._v("请确认6位支付密码")])],1),n("v-uni-view",{staticClass:"pay-password",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.onPayUp.apply(void 0,arguments)}}},[n("v-uni-view",{staticClass:"list"},[n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:e.passwordArr.length>=1,expression:"passwordArr.length >= 1"}]},[e._v("●")])],1),n("v-uni-view",{staticClass:"list"},[n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:e.passwordArr.length>=2,expression:"passwordArr.length >= 2"}]},[e._v("●")])],1),n("v-uni-view",{staticClass:"list"},[n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:e.passwordArr.length>=3,expression:"passwordArr.length >= 3"}]},[e._v("●")])],1),n("v-uni-view",{staticClass:"list"},[n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:e.passwordArr.length>=4,expression:"passwordArr.length >= 4"}]},[e._v("●")])],1),n("v-uni-view",{staticClass:"list"},[n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:e.passwordArr.length>=5,expression:"passwordArr.length >= 5"}]},[e._v("●")])],1),n("v-uni-view",{staticClass:"list"},[n("v-uni-text",{directives:[{name:"show",rawName:"v-show",value:e.passwordArr.length>=6,expression:"passwordArr.length >= 6"}]},[e._v("●")])],1)],1),n("v-uni-view",{staticClass:"hint"},[n("v-uni-text",[e._v("忘记支付密码?")])],1)],1),n("CodeKeyboard",{ref:"CodeKeyboard",attrs:{passwrdType:"pay"},on:{KeyInfo:function(t){arguments[0]=t=e.$handleEvent(t),e.KeyInfo.apply(void 0,arguments)}}})],1)},i=[]},"2a9e":function(e,t,n){"use strict";n("7a82"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s={data:function(){return{isShow:!1,keyList:[{key:1,en:"",keyCode:49},{key:2,en:"ABC",keyCode:50},{key:3,en:"ABC",keyCode:51},{key:4,en:"ABC",keyCode:52},{key:5,en:"ABC",keyCode:53},{key:6,en:"ABC",keyCode:54},{key:7,en:"ABC",keyCode:55},{key:8,en:"ABC",keyCode:56},{key:9,en:"ABC",keyCode:57},{key:".",en:"ABC",keyCode:190},{key:0,en:"ABC",keyCode:48},{key:"del",en:"DEL",keyCode:8}],keyIndex:-1}},props:{passwrdType:{type:String,default:"pay"}},methods:{show:function(){this.isShow=!0},hide:function(){this.isShow=!1},onKeyList:function(e,t){var n=e;if(8===n.keyCode&&this.keyIndex>-1&&this.keyIndex--,8!=n.keyCode){if("pay"==this.passwrdType&&this.keyIndex>=5)return console.log("支付键盘"),void(this.keyIndex=-1);this.keyIndex++}n.index=this.keyIndex,this.$emit("KeyInfo",n)}}};t.default=s},"403a":function(e,t,n){"use strict";var s=n("ccbc"),r=n.n(s);r.a},"4af1":function(e,t,n){"use strict";n("7a82");var s=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("a434"),n("14d9");var r=s(n("0ad2")),i={components:{CodeKeyboard:r.default},data:function(){return{AffirmStatus:1,passwordArr:[],oldPasswordArr:[],newPasswordArr:[],afPasswordArr:[]}},onLoad:function(){},methods:{onPayUp:function(){this.$refs["CodeKeyboard"].show()},KeyI