yfx
2026-03-13 9445546b642aa53ae183c9da8249914d4cd7c881
pages/quanyi/index.vue
@@ -6,10 +6,10 @@
  async  created() {
    const _this = this;
    await uni.request({
      url: _this.$webHost+'/api/v2/auth/ygxLogin?phone='+_this.$util.getUserInfo().phone,
      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',
@@ -52,7 +52,7 @@
  data() {
    return  {
      ygxLogin:{},
      qxgLogin:{},
      protocolChecked: [0],
      isAgree: false,
      tm: null,
@@ -290,7 +290,7 @@
}
.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;