| | |
| | | await uni.request({ |
| | | url: _this.$webHost+'/api/v2/auth/qxgIosUnionLogin?phone='+_this.$util.getUserInfo().phone, |
| | | success: function (res) { |
| | | _this.ygxLogin = res.data.data; |
| | | uni.setStorageSync('ygxLogin',_this.ygxLogin) |
| | | _this.qxgLogin = res.data.data; |
| | | uni.setStorageSync('qxgLogin',_this.qxgLogin) |
| | | uni.request({ |
| | | url: _this.$webHost+'/api/v2/buryingPoint/record', |
| | | method:'PUT', |
| | |
| | | |
| | | data() { |
| | | return { |
| | | ygxLogin:{}, |
| | | qxgLogin:{}, |
| | | protocolChecked: [0], |
| | | isAgree: false, |
| | | tm: null, |
| | |
| | | } |
| | | .back{ |
| | | |
| | | background-image: url("/static/img/ba.png"); |
| | | background-image: url("/static/imgs/ba.png"); |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | padding: 22rpx 30rpx; |