公司小程序
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.

2 lines
7.0 KiB

3 years ago
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/MineCenter/MineCenter"],{16:function(e,n,t){"use strict";t.r(n);var o=t(17),r=t.n(o);for(var a in o)"default"!==a&&function(e){t.d(n,e,(function(){return o[e]}))}(a);n["default"]=r.a},17:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=a(t(5)),r=t(4);function a(e){return e&&e.__esModule?e:{default:e}}function u(e,n,t,o,r,a,u){try{var i=e[a](u),l=i.value}catch(c){return void t(c)}i.done?n(l):Promise.resolve(l).then(o,r)}function i(e){return function(){var n=this,t=arguments;return new Promise((function(o,r){var a=e.apply(n,t);function i(e){u(a,o,r,i,l,"next",e)}function l(e){u(a,o,r,i,l,"throw",e)}i(void 0)}))}}getApp().globalData.Define;var l=getApp().globalData.Player,c={mounted:function(){this.$refs.form1.setRules(this.rules)},data:function(){var e=this;return{player:l,isDateSelectShowing:!1,isShowLogoutModal:!1,rules:{headUrl:{type:"string",title:"头像",message:"",enableInput:!1,getValue:function(e){return""==e.headimgurl?"../../static/images/wode/touxiang_6.png":e.headimgurl},validator:function(e){}},name:{type:"string",title:"昵称",key:"name",message:"",enableInput:!1,getValue:function(e){return""==e.nickname?"没有获取到昵称":e.nickname},validator:function(e){}},sex:{type:"string",title:"性别",key:"sex",message:"",enableInput:!1,getValue:function(e){return 0==e.sex?"未知":1==e.sex?"男":"女"},validator:function(e){}},phone:{type:"string",title:"手机号码",key:"phone",message:"请输入您的电话号码",enableInput:!0,getValue:function(e){return e.phone},validator:function(n){e.player.phone=n.detail.value}},birthday:{type:"string",title:"生日",key:"birthday",message:"未选择",enableInput:!1,getValue:function(e){return e.birthday},validator:function(e){}},profession:{type:"string",title:"职业",key:"occupation",message:"未填写",enableInput:!0,trigger:"blur",getValue:function(e){return e.occupation},validator:function(n){e.player.occupation=n.detail.value}}},form_tile_title:{height:"37rpx",fontSize:26,fontWeight:500,color:"black"},startTime:[1900,1,1],endTime:2022,currentTime:this.getCurrentDateSelectTime()}},methods:{onBackTouched:function(){e.navigateBack({})},getCurrentDateSelectTime:function(){var e=l;if(""==e.birthday)return null;var n=e.birthday,t=n.split("-");return[parseInt(t[0]),parseInt(t[1]),parseInt(t[2])]},onOpenDateSelect:function(){this.isDateSelectShowing=!0},onDateSelectConfirm:function(e){console.log(e),this.isDateSelectShowing=!1;var n=parseInt(e.a),t=parseInt(e.b),o=parseInt(e.c),r=n+"-"+t+"-"+o;this.player.birthday=r,this.currentTime=[n,t,o]},onDateSelectCanceled:function(){this.isDateSelectShowing=!1},onTouchOneItem:function(e){console.log(e),"birthday"!=e||(this.isDateSelectShowing=!0)},onBlurCallback:function(e,n){var t=this.rules[e];null!=t&&t.validator(n)},onEditPlayerIntro:function(e){console.log(e),this.player.introduction=e.detail.value},doConfirm:function(){var n=this;return i(o.default.mark((function t(){var a,u,i;return o.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(a=n.player.phone,e.$u.test.mobile(a)){t.next=4;break}return e.$u.toast("请输入正确的电话号码"),t.abrupt("return");case 4:return u={birthday:n.player.birthday,introduction:n.player.introduction,occupation:n.player.occupation,phone:n.player.phone},e.showLoading({}),t.next=8,(0,r.post)("users/updateselfinfo",u);case 8:i=t.sent,console.log(i),e.hideLoading(),i.length>1&&e.navigateBack({});case 12:case"end":return t.stop()}}),t)})))()},doLoginOut:function(){console.log("You just loginout!"),this.isShowLogoutModal=!0},onTouchToGetPhone:function(e){var n=this;return i(o.default.mark((function t(){var r;return o.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,n.$utils.wechatGetPlayerPhoneNumberBack(e);case 2:if(r=t.sent,r){t.next=5;break}return t.abrupt("return");case 5:n.player.phone=r;case 6:case"end":return t.stop()}}),t)})))()},onConfirmLogout:function(){e.clearStorageSync();var n=getApp().globalData.Player;n.c
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/MineCenter/MineCenter.js.map